1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{D6997ADC-E933-418E-831C-DE1A78897493}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <RootNamespace >scripts</RootNamespace >
11- <AssemblyName >scripts</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <TargetFSharpCoreVersion >4.4.0.0</TargetFSharpCoreVersion >
14- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15- <Name >new_scripts</Name >
3+ <TargetFramework >netstandard2.0</TargetFramework >
164 </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <Tailcalls >false</Tailcalls >
22- <OutputPath >bin\$(Configuration)\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <WarningLevel >3</WarningLevel >
25- <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <Tailcalls >true</Tailcalls >
31- <OutputPath >bin\$(Configuration)\</OutputPath >
32- <DefineConstants >TRACE</DefineConstants >
33- <WarningLevel >3</WarningLevel >
34- <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
35- </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" mscorlib" />
38- <Reference Include =" FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" >
39- <Private >True</Private >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" System.Numerics" />
44- <Reference Include =" System.Data" />
45- <Reference Include =" System.Data.Linq" />
46- </ItemGroup >
475 <ItemGroup >
486 <None Include =" Differ.fsx" />
497 <None Include =" Projects.fsx" />
6725 <Content Include =" ..\..\build.sh" ><Link >paket.bat</Link ></Content >
6826 <Content Include =" ..\..\build.bat" ><Link >paket.bat</Link ></Content >
6927 </ItemGroup >
70- <PropertyGroup >
71- <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
72- </PropertyGroup >
73- <Choose >
74- <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
75- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
76- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
77- </PropertyGroup >
78- </When >
79- <Otherwise >
80- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
81- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
82- </PropertyGroup >
83- </Otherwise >
84- </Choose >
85- <Import Project =" $(FSharpTargetsPath)" />
86- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87- Other similar extension points exist, see Microsoft.Common.targets.
88- <Target Name="BeforeBuild">
89- </Target>
90- <Target Name="AfterBuild">
91- </Target>
92- -->
93- </Project >
28+
29+ </Project >
0 commit comments