11<?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')" />
2+ <Project Sdk =" Microsoft.NET.Sdk" >
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >87fcd04a-1f90-4d53-a428-cf5f5c532a22</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <RootNamespace >Rezoom.SQL.Compiler</RootNamespace >
11- <AssemblyName >Rezoom.SQL.Compiler</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <TargetFSharpCoreVersion >4.4.0.0</TargetFSharpCoreVersion >
4+ <TargetFrameworks >net45;</TargetFrameworks >
145 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15- <Name >Rezoom.SQL.Compiler</Name >
16- <TargetFrameworkProfile />
176 </PropertyGroup >
187 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <DebugSymbols >true</DebugSymbols >
20- <DebugType >full</DebugType >
21- <Optimize >false</Optimize >
22- <Tailcalls >false</Tailcalls >
23- <OutputPath >bin\Debug\</OutputPath >
24- <DefineConstants >DEBUG;TRACE</DefineConstants >
258 <WarningLevel >5</WarningLevel >
26- <DocumentationFile >bin\Debug\Rezoom.SQL.Compiler.XML</DocumentationFile >
279 <OtherFlags >--warnon:1182</OtherFlags >
2810 </PropertyGroup >
2911 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <Tailcalls >true</Tailcalls >
33- <OutputPath >bin\Release\</OutputPath >
34- <DefineConstants >TRACE</DefineConstants >
3512 <WarningLevel >3</WarningLevel >
36- <DocumentationFile >bin\Release\Rezoom.SQL.Compiler.XML</DocumentationFile >
3713 </PropertyGroup >
38- <PropertyGroup >
39- <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
40- </PropertyGroup >
41- <Choose >
42- <When Condition =" '$(VisualStudioVersion)' == '11.0'" >
43- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" >
44- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets</FSharpTargetsPath >
45- </PropertyGroup >
46- </When >
47- <Otherwise >
48- <PropertyGroup Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets')" >
49- <FSharpTargetsPath >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets</FSharpTargetsPath >
50- </PropertyGroup >
51- </Otherwise >
52- </Choose >
53- <Import Project =" $(FSharpTargetsPath)" />
5414 <ItemGroup >
5515 <Compile Include =" AssemblyInfo.fs" />
5616 <Compile Include =" Error.fs" />
9555 <Compile Include =" Postgres.fs" />
9656 <Compile Include =" Config.fs" />
9757 <Compile Include =" UserModel.fs" />
98- <Content Include =" paket.references " />
58+ <Content Include =" packages.config " />
9959 </ItemGroup >
10060 <ItemGroup >
10161 <Reference Include =" mscorlib" />
10464 <Reference Include =" System.Core" />
10565 <Reference Include =" System.Data" />
10666 <Reference Include =" System.Numerics" />
107- <ProjectReference Include =" ..\Rezoom.SQL.Mapping\Rezoom.SQL.Mapping.fsproj" >
108- <Name >Rezoom.SQL.Mapping</Name >
109- <Project >{6b6a06c5-157a-4fe3-8b4c-2a1ae6a15333}</Project >
110- <Private >True</Private >
111- </ProjectReference >
11267 <Reference Include =" System.Transactions" />
68+ <ProjectReference Include =" ..\Rezoom.SQL.Mapping\Rezoom.SQL.Mapping.fsproj" />
11369 </ItemGroup >
114- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115- Other similar extension points exist, see Microsoft.Common.targets.
116- <Target Name="BeforeBuild">
117- </Target>
118- <Target Name="AfterBuild">
119- </Target>
120- -->
121- <Import Project =" ..\..\.paket\paket.targets" />
122- <Choose >
123- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3' Or $(TargetFrameworkVersion) == 'v4.7' Or $(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
124- <ItemGroup >
125- <Reference Include =" FParsec" >
126- <HintPath >..\..\packages\FParsec\lib\net40-client\FParsec.dll</HintPath >
127- <Private >True</Private >
128- <Paket >True</Paket >
129- </Reference >
130- <Reference Include =" FParsecCS" >
131- <HintPath >..\..\packages\FParsec\lib\net40-client\FParsecCS.dll</HintPath >
132- <Private >True</Private >
133- <Paket >True</Paket >
134- </Reference >
135- </ItemGroup >
136- </When >
137- </Choose >
138- <Choose >
139- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3' Or $(TargetFrameworkVersion) == 'v4.7' Or $(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
140- <ItemGroup >
141- <Reference Include =" FParsec-Pipes" >
142- <HintPath >..\..\packages\FParsec-Pipes\lib\net45\FParsec-Pipes.dll</HintPath >
143- <Private >True</Private >
144- <Paket >True</Paket >
145- </Reference >
146- </ItemGroup >
147- </When >
148- </Choose >
149- <Choose >
150- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3' Or $(TargetFrameworkVersion) == 'v4.7' Or $(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
151- <ItemGroup >
152- <Reference Include =" FSharp.Core" >
153- <HintPath >..\..\packages\FSharp.Core\lib\net45\FSharp.Core.dll</HintPath >
154- <Private >True</Private >
155- <Paket >True</Paket >
156- </Reference >
157- </ItemGroup >
158- </When >
159- </Choose >
160- <Choose >
161- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.5' Or $(TargetFrameworkVersion) == 'v4.5.1' Or $(TargetFrameworkVersion) == 'v4.5.2' Or $(TargetFrameworkVersion) == 'v4.5.3' Or $(TargetFrameworkVersion) == 'v4.6' Or $(TargetFrameworkVersion) == 'v4.6.1' Or $(TargetFrameworkVersion) == 'v4.6.2' Or $(TargetFrameworkVersion) == 'v4.6.3' Or $(TargetFrameworkVersion) == 'v4.7' Or $(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
162- <ItemGroup >
163- <Reference Include =" Rezoom" >
164- <HintPath >..\..\packages\Rezoom\lib\net45\Rezoom.dll</HintPath >
165- <Private >True</Private >
166- <Paket >True</Paket >
167- </Reference >
168- </ItemGroup >
169- </When >
170- </Choose >
171- <Choose >
172- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
173- <ItemGroup >
174- <Reference Include =" System.Console" >
175- <HintPath >..\..\packages\System.Console\lib\net46\System.Console.dll</HintPath >
176- <Private >True</Private >
177- <Paket >True</Paket >
178- </Reference >
179- </ItemGroup >
180- </When >
181- </Choose >
182- <Choose >
183- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
184- <ItemGroup >
185- <Reference Include =" System.IO" >
186- <HintPath >..\..\packages\System.IO\lib\net462\System.IO.dll</HintPath >
187- <Private >True</Private >
188- <Paket >True</Paket >
189- </Reference >
190- </ItemGroup >
191- </When >
192- </Choose >
193- <Choose >
194- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
195- <ItemGroup >
196- <Reference Include =" System.Linq" >
197- <HintPath >..\..\packages\System.Linq\lib\net463\System.Linq.dll</HintPath >
198- <Private >True</Private >
199- <Paket >True</Paket >
200- </Reference >
201- </ItemGroup >
202- </When >
203- </Choose >
204- <Choose >
205- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
206- <ItemGroup >
207- <Reference Include =" System.Linq.Expressions" >
208- <HintPath >..\..\packages\System.Linq.Expressions\lib\net463\System.Linq.Expressions.dll</HintPath >
209- <Private >True</Private >
210- <Paket >True</Paket >
211- </Reference >
212- </ItemGroup >
213- </When >
214- </Choose >
215- <Choose >
216- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
217- <ItemGroup >
218- <Reference Include =" System.Reflection" >
219- <HintPath >..\..\packages\System.Reflection\lib\net462\System.Reflection.dll</HintPath >
220- <Private >True</Private >
221- <Paket >True</Paket >
222- </Reference >
223- </ItemGroup >
224- </When >
225- </Choose >
226- <Choose >
227- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
228- <ItemGroup >
229- <Reference Include =" System.ComponentModel.Composition" >
230- <Paket >True</Paket >
231- </Reference >
232- <Reference Include =" System.Runtime" >
233- <HintPath >..\..\packages\System.Runtime\lib\net462\System.Runtime.dll</HintPath >
234- <Private >True</Private >
235- <Paket >True</Paket >
236- </Reference >
237- </ItemGroup >
238- </When >
239- </Choose >
240- <Choose >
241- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
242- <ItemGroup >
243- <Reference Include =" System.Runtime.Extensions" >
244- <HintPath >..\..\packages\System.Runtime.Extensions\lib\net462\System.Runtime.Extensions.dll</HintPath >
245- <Private >True</Private >
246- <Paket >True</Paket >
247- </Reference >
248- </ItemGroup >
249- </When >
250- </Choose >
251- <Choose >
252- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
253- <ItemGroup >
254- <Reference Include =" System.Text.RegularExpressions" >
255- <HintPath >..\..\packages\System.Text.RegularExpressions\lib\net463\System.Text.RegularExpressions.dll</HintPath >
256- <Private >True</Private >
257- <Paket >True</Paket >
258- </Reference >
259- </ItemGroup >
260- </When >
261- </Choose >
262- <Choose >
263- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
264- <ItemGroup >
265- <Reference Include =" System.Threading.Thread" >
266- <HintPath >..\..\packages\System.Threading.Thread\lib\net46\System.Threading.Thread.dll</HintPath >
267- <Private >True</Private >
268- <Paket >True</Paket >
269- </Reference >
270- </ItemGroup >
271- </When >
272- </Choose >
273- <Choose >
274- <When Condition =" $(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.7.1' Or $(TargetFrameworkVersion) == 'v4.7.2')" >
275- <ItemGroup >
276- <Reference Include =" System.Threading.ThreadPool" >
277- <HintPath >..\..\packages\System.Threading.ThreadPool\lib\net46\System.Threading.ThreadPool.dll</HintPath >
278- <Private >True</Private >
279- <Paket >True</Paket >
280- </Reference >
281- </ItemGroup >
282- </When >
283- </Choose >
28470</Project >
0 commit comments