11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
34 <Import Project =" ..\packages\xunit.core.2.1.0-beta1-build2945\build\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.1.0-beta1-build2945\build\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
45 <PropertyGroup >
56 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
89 <OutputType >Library</OutputType >
910 <RootNamespace >SQLitePCL.pretty.tests.x86</RootNamespace >
1011 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
11- <NuGetPackageImportStamp >63f1c1ac </NuGetPackageImportStamp >
12+ <NuGetPackageImportStamp >4e4e7804 </NuGetPackageImportStamp >
1213 <AssemblyName >SQLitePCL.pretty.tests</AssemblyName >
1314 </PropertyGroup >
1415 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
4849 <WarningLevel >4</WarningLevel >
4950 </PropertyGroup >
5051 <ItemGroup >
51- <Compile Include =" columninfotests.cs" />
52- <Compile Include =" databaseconnectiontests.cs" />
53- <Compile Include =" implementationtests.cs" />
54- <Compile Include =" prettytests.cs" />
55- <Compile Include =" resultset.cs" />
56- <Compile Include =" sqlite3tests.cs" />
52+ <Compile Include =" Properties\AssemblyInfo.cs" />
53+ <Compile Include =" ColumnInfoTests.cs" />
54+ <Compile Include =" DatabaseConnectionTests.cs" />
55+ <Compile Include =" ImplementationTests.cs" />
56+ <Compile Include =" prettyTests.cs" />
57+ <Compile Include =" ResultSet.cs" />
58+ <Compile Include =" SQLite3Tests.cs" />
5759 <Compile Include =" SQLiteValueTests.cs" />
58- <Compile Include =" sqliteversiontests .cs" />
59- <Compile Include =" tablecolumnmetadatatests .cs" />
60- <Compile Include =" OrmTests\querytests .cs" />
61- <Compile Include =" OrmTests\querytests.joins .cs" />
60+ <Compile Include =" SQLiteVersionTests .cs" />
61+ <Compile Include =" TableColumnMetadataTests .cs" />
62+ <Compile Include =" OrmTests\QueryTests .cs" />
63+ <Compile Include =" OrmTests\QueryTests.Joins .cs" />
6264 <Compile Include =" OrmTests\TableMappingTest.Async.cs" />
6365 <Compile Include =" OrmTests\TableMappingTests.Create.cs" />
64- <Compile Include =" OrmTests\tablemappingtests .sync.cs" />
65- <Compile Include =" AsyncTests\asyncblobstreamtests .cs" />
66+ <Compile Include =" OrmTests\TableMappingTests .sync.cs" />
67+ <Compile Include =" AsyncTests\AsyncBlobStreamTests .cs" />
6668 <Compile Include =" AsyncTests\AsyncDatabaseConnectionTests.cs" />
67- <Compile Include =" AsyncTests\asyncstatementtests .cs" />
68- <Compile Include =" AsyncTests\resultset .cs" />
69+ <Compile Include =" AsyncTests\AsyncStatementTests .cs" />
70+ <Compile Include =" AsyncTests\ResultSet .cs" />
6971 </ItemGroup >
7072 <ItemGroup >
7173 <Reference Include =" System" />
117119 <ItemGroup >
118120 <None Include =" packages.config" />
119121 </ItemGroup >
122+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
123+ <PropertyGroup >
124+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
125+ </PropertyGroup >
126+ <Error Condition =" !Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props'))" />
127+ </Target >
120128</Project >
0 commit comments