3535 <DefineConstants >NET45</DefineConstants >
3636 </PropertyGroup >
3737 <ItemGroup >
38- <Reference Include =" nunit.framework" >
39- <HintPath >..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
38+ <Reference Include =" NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
39+ <HintPath >..\..\packages\NLog.4.3.4\lib\net45\NLog.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" Npgsql, Version=3.0.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL" >
43+ <HintPath >..\..\packages\Npgsql.3.0.7\lib\net45\Npgsql.dll</HintPath >
44+ <Private >True</Private >
45+ </Reference >
46+ <Reference Include =" nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
47+ <HintPath >..\..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath >
48+ <Private >True</Private >
4049 </Reference >
4150 <Reference Include =" System.ComponentModel.DataAnnotations" />
4251 <Reference Include =" System.Core" >
5867 <ItemGroup >
5968 <Compile Include =" EntityFrameworkBasicTests.cs" />
6069 <Compile Include =" EntityFrameworkMigrationTests.cs" />
61- <Compile Include =" EntityFrameworkTestBase.cs" />
6270 <Compile Include =" FullTextSearchTests.cs" />
71+ <Compile Include =" Support\CodeAnnotations.cs" />
72+ <Compile Include =" Support\EntityFrameworkTestBase.cs" />
73+ <Compile Include =" Support\NLogLoggingProvider.cs" />
74+ <Compile Include =" Support\TestBase.cs" />
75+ <Compile Include =" Support\TestUtil.cs" />
6376 <Compile Include =" xmlModel\XmlTest.ObjectLayer.cs" />
6477 <Compile Include =" xmlModel\XmlTest.Views.cs" />
6578 </ItemGroup >
8295 <Name >EntityFramework6.Npgsql</Name >
8396 </ProjectReference >
8497 </ItemGroup >
98+ <ItemGroup />
8599 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.Targets" />
86100</Project >
0 commit comments