Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd9b37c

Browse files
authored
Remove a few more build warnings (#3647)
* fix assembly reference* remove more build warnings* fix build
1 parentc2406fd commitbd9b37c

File tree

12 files changed

+16
-36
lines changed

12 files changed

+16
-36
lines changed

‎FSharp.sln‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -205,18 +205,6 @@ Global
205205
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|Any CPU.Build.0=Release|Any CPU
206206
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|x86.ActiveCfg=Release|Any CPU
207207
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236}.Release|x86.Build.0=Release|Any CPU
208-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|Any CPU.ActiveCfg=Debug|Any CPU
209-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|Any CPU.Build.0=Debug|Any CPU
210-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|x86.ActiveCfg=Debug|Any CPU
211-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Debug|x86.Build.0=Debug|Any CPU
212-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|Any CPU.ActiveCfg=Proto|Any CPU
213-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|Any CPU.Build.0=Proto|Any CPU
214-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|x86.ActiveCfg=Proto|Any CPU
215-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Proto|x86.Build.0=Proto|Any CPU
216-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|Any CPU.ActiveCfg=Release|Any CPU
217-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|Any CPU.Build.0=Release|Any CPU
218-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|x86.ActiveCfg=Release|Any CPU
219-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152}.Release|x86.Build.0=Release|Any CPU
220208
EndGlobalSection
221209
GlobalSection(SolutionProperties) =preSolution
222210
HideSolutionNode =FALSE
@@ -235,6 +223,5 @@ Global
235223
{88E2D422-6852-46E3-A740-83E391DC7973} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
236224
{4239EFEA-E746-446A-BF7A-51FCBAB13946} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
237225
{2E60864A-E3FF-4BCC-810F-DC7C34E6B236} ={CFE3259A-2D30-4EB0-80D5-E8B5F3D01449}
238-
{A437A6EC-5323-47C2-8F86-E2CAC54FF152} ={3881429D-A97A-49EB-B7AE-A82BA5FE9C77}
239226
EndGlobalSection
240227
EndGlobal

‎src/fsharp/Fsc-proto/Fsc-proto.fsproj‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,7 @@
443443
<CompileInclude="..\fscmain.fs">
444444
<Link>fscmain.fs</Link>
445445
</Compile>
446-
<NoneInclude="fsc-proto.exe.config">
447-
<Link>fsc-proto.exe.config</Link>
448-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
449-
</None>
446+
<NoneInclude="app.config" />
450447
</ItemGroup>
451448
<ItemGroup>
452449
<ReferenceInclude="mscorlib" />
File renamed without changes.

‎src/fsharp/Fsc/Fsc.BuildFromSource.fsproj‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
<CompileInclude="..\fscmain.fs">
2323
<Link>fscmain.fs</Link>
2424
</Compile>
25-
<NoneInclude="fsc.exe.config">
26-
<Link>fsc.exe.config</Link>
27-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
28-
</None>
25+
<NoneInclude="app.config" />
2926
<NoneInclude="..\..\windows\default.win32manifest">
3027
<Link>default.win32manifest</Link>
3128
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

‎src/fsharp/Fsc/Fsc.fsproj‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
<CompileInclude="..\fscmain.fs">
4141
<Link>fscmain.fs</Link>
4242
</Compile>
43-
<NoneInclude="fsc.exe.config">
44-
<Link>fsc.exe.config</Link>
45-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46-
</None>
43+
<NoneInclude="app.config" />
4744
<NoneInclude="..\..\windows\default.win32manifest">
4845
<Link>default.win32manifest</Link>
4946
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
File renamed without changes.

‎src/fsharp/fsi/Fsi.BuildFromSource.fsproj‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<CompileInclude="fsimain.fs">
2727
<Link>fsimain.fs</Link>
2828
</Compile>
29-
<NoneInclude="fsi.exe.config">
30-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
31-
<Link>fsi.exe.config</Link>
32-
</None>
29+
<NoneInclude="app.config" />
3330
</ItemGroup>
3431

3532
<ItemGroup>

‎src/fsharp/fsi/Fsi.fsproj‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
<CompileInclude="fsimain.fs">
4747
<Link>fsimain.fs</Link>
4848
</Compile>
49-
<NoneInclude="fsi.exe.config">
50-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
51-
<Link>fsi.exe.config</Link>
49+
<NoneInclude="app.config">
5250
</None>
5351
</ItemGroup>
5452
<ItemGroupCondition="'$(TargetDotnetProfile)' == 'coreclr'">
File renamed without changes.

‎src/fsharp/fsiAnyCpu/FsiAnyCPU.fsproj‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
<CompileInclude="..\fsi\fsimain.fs">
4141
<Link>fsimain.fs</Link>
4242
</Compile>
43-
<NoneInclude="..\fsi\fsiAnyCpu.exe.config">
44-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
45-
<Link>fsiAnyCpu.exe.config</Link>
46-
</None>
43+
<NoneInclude="app.config" />
4744
</ItemGroup>
4845
<ImportProject="$(FSharpSourcesRoot)\FSharpSource.targets" />
4946
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp