File tree Expand file tree Collapse file tree 11 files changed +6
-42
lines changed
FSharp.Compiler.Service.MSBuild.v12
FSharp.Compiler.Service.ProjectCracker
FSharp.Compiler.Service.ProjectCrackerTool
FSharp.Compiler.Service.Tests Expand file tree Collapse file tree 11 files changed +6
-42
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<DefineConstants >$(DefineConstants);CROSS_PLATFORM_COMPILER</DefineConstants >
25
24
<ItemGroup >
26
25
<Reference Include =" System.Runtime" />
27
26
<Reference Include =" System.IO" />
28
- <ProjectReference Include =" ..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
29
- <PackageReference Include =" FSharp.Compiler.Service.MSBuild.v12.0" Version =" 1.0.0" />
30
27
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
28
+ <PackageReference Include =" FSharp.Compiler.Service.MSBuild.v12.0" Version =" 1.0.0" />
29
+ <ProjectReference Include =" ..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
31
30
</ItemGroup >
32
31
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
</PropertyGroup >
20
19
<Link >ProjectCrackerOptions.fs</Link >
21
20
</Compile >
22
21
<Compile Include =" ProjectCracker.fs" />
23
- <Content Include =" ..\FSharp.Compiler.Service.ProjectCrackerTool\FSharp.Compiler.Service.ProjectCracker.targets" PackagePath =" build\net461" />
24
- <Content Include =" $(ArtifactsBinDir)\fcs\net461\FSharp.Compiler.Service.ProjectCrackerTool.exe" PackagePath =" utilities\net461" />
25
- <Content Include =" $(ArtifactsBinDir)\fcs\net461\FSharp.Compiler.Service.ProjectCrackerTool.exe.config" PackagePath =" utilities\net461" />
26
22
<Content Include =" ..\FSharp.Compiler.Service.ProjectCrackerTool\FSharp.Compiler.Service.ProjectCracker.targets" PackagePath =" build\$(FcsTargetNetFxFramework)" />
27
23
<Content Include =" $(ArtifactsBinDir)\fcs\$(Configuration)\$(FcsTargetNetFxFramework)\FSharp.Compiler.Service.ProjectCrackerTool.exe" PackagePath =" utilities\$(FcsTargetNetFxFramework)" />
28
24
<Content Include =" $(ArtifactsBinDir)\fcs\$(Configuration)\$(FcsTargetNetFxFramework)\FSharp.Compiler.Service.ProjectCrackerTool.exe.config" PackagePath =" utilities\$(FcsTargetNetFxFramework)" />
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
<Import Project =" ..\netfx.props" />
7
7
<PropertyGroup >
8
- <OutputType >Exe</OutputType >
9
- <TargetFrameworks >net461</TargetFrameworks >
10
8
<OutputType >Exe</OutputType >
11
9
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
12
10
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
21
19
<Compile Include =" Program.fs" />
22
20
<None Include =" App.config" />
23
21
<None Include =" FSharp.Compiler.Service.ProjectCracker.targets" />
22
+ </ItemGroup >
23
+ <ItemGroup >
24
24
<Reference Include =" System.Runtime" />
25
25
<Reference Include =" System.IO" />
26
26
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461;netcoreapp2.0</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework);netcoreapp2.0</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<DefaultFSharpPackageVersion >4.1.19</DefaultFSharpPackageVersion >
Original file line number Diff line number Diff line change 5
5
<Import Project =" ..\netfx.props" />
6
6
<Import Project =" ..\..\src\buildtools\buildtools.targets" />
7
7
<PropertyGroup >
8
- <TargetFrameworks >net461;netstandard2.0</TargetFrameworks >
9
8
<TargetFrameworks >$(FcsTargetNetFxFramework);netstandard2.0</TargetFrameworks >
10
9
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
11
10
<DefineConstants >$(DefineConstants);COMPILER_SERVICE_AS_DLL</DefineConstants >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461;netcoreapp2.0</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework);netcoreapp2.0</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
11
10
<Compile Include =" Program.fs" />
12
11
<None Include =" App.config" />
13
12
</ItemGroup >
13
+
14
14
<ItemGroup >
15
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
16
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
17
- <PackageReference Include =" System.Reflection.Metadata" Version =" 1.6.0" />
18
- </ItemGroup >
19
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
20
15
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
21
16
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
22
17
<PackageReference Include =" System.Reflection.Metadata" Version =" 1.6.0" />
23
18
</ItemGroup >
19
+
24
20
<ItemGroup Condition =" '$(TargetFramework)' == '$(FcsTargetNetFxFramework)'" >
25
21
<Reference Include =" System.Runtime" />
26
22
<Reference Include =" System.IO" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
14
13
</ItemGroup >
15
14
<ItemGroup >
16
15
<Reference Include =" System.Runtime.Remoting" />
17
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
18
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
19
- </ItemGroup >
20
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
21
16
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
22
17
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
23
18
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
16
15
<ItemGroup >
17
16
<Reference Include =" System.Runtime.Remoting" />
18
17
<Reference Include =" System.Windows.Forms" />
19
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
20
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
21
- </ItemGroup >
22
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
23
18
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
24
19
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
25
20
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
12
11
<None Include =" App.config" />
13
12
</ItemGroup >
14
13
<ItemGroup >
15
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
16
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
17
- </ItemGroup >
18
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
19
14
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
20
15
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
21
16
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
12
11
<None Include =" App.config" />
13
12
</ItemGroup >
14
13
<ItemGroup >
15
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
16
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
17
- </ItemGroup >
18
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
19
14
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
20
15
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
21
16
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\netfx.props" />
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461</TargetFrameworks >
5
4
<TargetFrameworks >$(FcsTargetNetFxFramework)</TargetFrameworks >
6
5
<DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
7
6
<OutputType >Exe</OutputType >
12
11
<None Include =" App.config" />
13
12
</ItemGroup >
14
13
<ItemGroup >
15
- <PackageReference Include =" FSharp.Core" Version =" 4.6.2" />
16
- <ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
17
- </ItemGroup >
18
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
19
14
<PackageReference Include =" FSharp.Core" Version =" $(FcsFSharpCorePkgVersion)" />
20
15
<ProjectReference Include =" ..\..\FSharp.Compiler.Service\FSharp.Compiler.Service.fsproj" />
21
16
</ItemGroup >
You can’t perform that action at this time.
0 commit comments