1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{7A85178F-4ADC-4E4C-BF08-17FC99488A9A}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Dapper.Contrib.Tests_NET45</RootNamespace >
11
+ <AssemblyName >Dapper.Contrib.Tests NET45</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <PlatformTarget >AnyCPU</PlatformTarget >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" System" />
36
+ <Reference Include =" System.Core" />
37
+ <Reference Include =" System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />
38
+ <Reference Include =" System.Xml.Linq" />
39
+ <Reference Include =" System.Data.DataSetExtensions" />
40
+ <Reference Include =" Microsoft.CSharp" />
41
+ <Reference Include =" System.Data" />
42
+ <Reference Include =" System.Xml" />
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <Compile Include =" Assert.cs" />
46
+ <Compile Include =" Program.cs" />
47
+ <Compile Include =" Properties\AssemblyInfo.cs" />
48
+ <Compile Include =" Tests.cs" />
49
+ <Compile Include =" TestsAsync.cs" />
50
+ </ItemGroup >
51
+ <ItemGroup >
52
+ <None Include =" App.config" />
53
+ </ItemGroup >
54
+ <ItemGroup >
55
+ <ProjectReference Include =" ..\Dapper NET45\Dapper NET45.csproj" >
56
+ <Project >{0fff5bc7-0a4b-4d87-835e-4fad70937507}</Project >
57
+ <Name >Dapper NET45</Name >
58
+ </ProjectReference >
59
+ <ProjectReference Include =" ..\Dapper.Contrib NET45\Dapper.Contrib NET45.csproj" >
60
+ <Project >{302ec82f-a81b-48c5-b653-b5c75d2bd103}</Project >
61
+ <Name >Dapper.Contrib NET45</Name >
62
+ </ProjectReference >
63
+ <ProjectReference Include =" ..\Dapper.SqlBuilder\Dapper.SqlBuilder.csproj" >
64
+ <Project >{bf782ef1-2b0f-42fa-9dd0-928454a94c6d}</Project >
65
+ <Name >Dapper.SqlBuilder</Name >
66
+ </ProjectReference >
67
+ </ItemGroup >
68
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70
+ Other similar extension points exist, see Microsoft.Common.targets.
71
+ <Target Name="BeforeBuild">
72
+ </Target>
73
+ <Target Name="AfterBuild">
74
+ </Target>
75
+ -->
76
+ </Project >
0 commit comments