1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.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 >{4EB6FD81-6A30-4C35-AA89-BD2B0EDDAFF3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >EntityFramework5.Npgsql.Tests</RootNamespace >
11+ <AssemblyName >EntityFramework5.Npgsql.Tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
35+ <HintPath >..\..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath >
36+ <Private >True</Private >
37+ </Reference >
38+ <Reference Include =" nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
39+ <HintPath >..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" System" />
43+ <Reference Include =" System.ComponentModel.DataAnnotations" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Data.Entity" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Xml" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Compile Include =" EntityFrameworkBasicTests.cs" />
54+ <Compile Include =" Properties\AssemblyInfo.cs" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <None Include =" App.config" />
58+ <None Include =" packages.config" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <ProjectReference Include =" ..\..\src\EntityFramework5.Npgsql\EntityFramework5.Npgsql.csproj" >
62+ <Project >{100998c4-5b85-11e3-911c-0022198ab089}</Project >
63+ <Name >EntityFramework5.Npgsql</Name >
64+ </ProjectReference >
65+ <ProjectReference Include =" ..\..\src\Npgsql\Npgsql.csproj" >
66+ <Project >{9d13b739-62b1-4190-b386-7a9547304eb3}</Project >
67+ <Name >Npgsql</Name >
68+ </ProjectReference >
69+ <ProjectReference Include =" ..\Npgsql.Tests\Npgsql.Tests.csproj" >
70+ <Project >{e9c258d7-0d8e-4e6a-9857-5c6438591755}</Project >
71+ <Name >Npgsql.Tests</Name >
72+ </ProjectReference >
73+ </ItemGroup >
74+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76+ Other similar extension points exist, see Microsoft.Common.targets.
77+ <Target Name="BeforeBuild">
78+ </Target>
79+ <Target Name="AfterBuild">
80+ </Target>
81+ -->
82+ </Project >
0 commit comments