|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <UsingTask AssemblyFile="$(SolutionDir)\packages\MSBuild.Extension.Pack.1.3.0\tools\net40\MSBuild.ExtensionPack.dll" TaskName="MSBuild.ExtensionPack.FileSystem.File" /> |
4 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 | 4 | <PropertyGroup>
|
6 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
57 | 56 | <Choose>
|
58 | 57 | <When Condition="'$(VisualStudioVersion)' == '11.0'">
|
59 | 58 | <PropertyGroup>
|
60 |
| - <TargetFSharpCoreVersion>4.3.0.0</TargetFSharpCoreVersion> |
61 | 59 | <FSharpTargetsPath>$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
62 | 60 | </PropertyGroup>
|
63 | 61 | </When>
|
64 | 62 | <Otherwise>
|
65 | 63 | <PropertyGroup>
|
66 |
| - <TargetFSharpCoreVersion>4.3.1.0</TargetFSharpCoreVersion> |
67 | 64 | <FSharpTargetsPath>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath>
|
68 | 65 | </PropertyGroup>
|
69 | 66 | </Otherwise>
|
|
115 | 112 | </FlavorProperties>
|
116 | 113 | </VisualStudio>
|
117 | 114 | </ProjectExtensions>
|
118 |
| - <Target Name="BeforeBuild"> |
119 |
| - <MSBuild.ExtensionPack.FileSystem.File TaskAction="Replace" RegexPattern="<dependentAssembly>([\s]+.)<assemblyIdentity name="FSharp\.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" \/>([\s\S]+?)<\/dependentAssembly>" RegexOptionList="IgnoreCase|Singleline" Replacement="<dependentAssembly>
 <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
 <bindingRedirect oldVersion="0.0.0.0-$(TargetFSharpCoreVersion)" newVersion="$(TargetFSharpCoreVersion)"/>
 </dependentAssembly>" Files="web.config" /> |
120 |
| - </Target> |
121 | 115 | <ItemGroup>
|
122 | 116 | <None Include="Sql\CreateDatabase.sql" />
|
123 | 117 | <None Include="Sql\GetAll.sql" />
|
|
145 | 139 | <HintPath>..\packages\Frank.3.0.0.9\lib\net45\Frank.dll</HintPath>
|
146 | 140 | <Private>True</Private>
|
147 | 141 | </Reference>
|
| 142 | + <Reference Include="FSharp.Core"> |
| 143 | + <HintPath>..\packages\FSharp.Core.3.1.2.1\lib\net40\FSharp.Core.dll</HintPath> |
| 144 | + <Private>True</Private> |
| 145 | + </Reference> |
148 | 146 | <Reference Include="FSharp.Data.SqlClient">
|
149 | 147 | <HintPath>..\packages\FSharp.Data.SqlClient.1.3.3\lib\net40\FSharp.Data.SqlClient.dll</HintPath>
|
150 | 148 | </Reference>
|
|
209 | 207 | <Private>True</Private>
|
210 | 208 | </Reference>
|
211 | 209 | <Reference Include="System.Web.Services" />
|
212 |
| - <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
213 |
| - <Private>True</Private> |
214 |
| - </Reference> |
215 | 210 | <Reference Include="System.Web.Routing" />
|
216 | 211 | <Reference Include="System.Web.Abstractions" />
|
217 | 212 | </ItemGroup>
|
|
0 commit comments