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

Commitc78be89

Browse files
authored
fix project file (#3463)
* fix project file* fix project file
1 parentcae1da3 commitc78be89

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

‎src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.BuildFromSource.fsproj‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@
1414
</PropertyGroup>
1515

1616
<Import Project ="$(MSBuildThisFileDirectory)..\..\FSharpSource.BuildFromSource.targets" />
17-
<ImportProject="FSharp.Compiler.Interactive.Settings.Sources.proj" />
17+
<ItemGroup>
18+
<FsSrGenInclude="..\FSInteractiveSettings.txt" />
19+
<CompileInclude="InternalsVisibleTo.fs" />
20+
<CompileInclude="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs" />
21+
<CompileInclude="..\..\utils\reshapedreflection.fs" />
22+
<CompileInclude="..\fsiattrs.fs" />
23+
<CompileInclude="..\fsiaux.fsi" />
24+
<CompileInclude="..\fsiaux.fs" />
25+
</ItemGroup>
26+
1827

1928
<ItemGroup>
2029
<ProjectReferenceInclude="$(MSBuildThisFileDirectory)..\FSharp.Core\FSharp.Core.BuildFromSource.fsproj" />

‎src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.Sources.proj‎

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj‎

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
<FileAlignment>512</FileAlignment>
1616
</PropertyGroup>
1717

18-
<ImportProject="FSharp.Compiler.Interactive.Settings.Sources.proj" />
18+
<ItemGroup>
19+
<FsSrGenInclude="..\FSInteractiveSettings.txt" />
20+
<CompileInclude="InternalsVisibleTo.fs" />
21+
<CompileInclude="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Interactive.Settings.dll.fs" />
22+
<CompileInclude="..\..\utils\reshapedreflection.fs" />
23+
<CompileInclude="..\fsiattrs.fs" />
24+
<CompileInclude="..\fsiaux.fsi" />
25+
<CompileInclude="..\fsiaux.fs" />
26+
</ItemGroup>
27+
1928
<ImportProject="$(FSharpSourcesRoot)\FSharpSource.targets" />
2029

2130
<ItemGroupCondition="'$(TargetDotnetProfile)' == 'coreclr'">
@@ -26,7 +35,10 @@
2635
<ReferenceInclude="System" />
2736
</ItemGroup>
2837
<ItemGroup>
29-
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" />
38+
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj" >
39+
<Project>{DED3BBD7-53F4-428A-8C9F-27968E768605}</Project>
40+
<Name>FSharp.Core</Name>
41+
</ProjectReference>
3042
</ItemGroup>
3143
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
3244
<ItemGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp