|
15 | 15 | <RestorePackages>true</RestorePackages> |
16 | 16 | <ProductVersion>12.0.0</ProductVersion> |
17 | 17 | <SchemaVersion>2.0</SchemaVersion> |
| 18 | + <NuGetPackageImportStamp> |
| 19 | + </NuGetPackageImportStamp> |
18 | 20 | </PropertyGroup> |
19 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
20 | 22 | <DebugSymbols>true</DebugSymbols> |
|
35 | 37 | </PropertyGroup> |
36 | 38 | <ItemGroup> |
37 | 39 | <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.dll</HintPath> |
| 40 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
39 | 41 | <Private>True</Private> |
40 | 42 | </Reference> |
41 | 43 | <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
42 | | - <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
| 44 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
43 | 45 | <Private>True</Private> |
44 | 46 | </Reference> |
45 | | - <Reference Include="nunit.framework"> |
46 | | - <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
| 47 | + <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
| 49 | + <Private>True</Private> |
| 50 | + </Reference> |
| 51 | + <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 53 | + <Private>True</Private> |
47 | 54 | </Reference> |
48 | 55 | <Reference Include="PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL"> |
49 | 56 | <HintPath>..\..\packages\PCLStorage.1.0.2\lib\net45\PCLStorage.dll</HintPath> |
|
55 | 62 | </Reference> |
56 | 63 | <Reference Include="System" /> |
57 | 64 | <Reference Include="System.Core" /> |
| 65 | + <Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.98.1\lib\net45\System.Data.SQLite.dll</HintPath> |
| 67 | + <Private>True</Private> |
| 68 | + </Reference> |
58 | 69 | <Reference Include="System.Net" /> |
59 | 70 | <Reference Include="System.Xml.Linq" /> |
60 | 71 | <Reference Include="System.Data.DataSetExtensions" /> |
|
90 | 101 | <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> |
91 | 102 | </PropertyGroup> |
92 | 103 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
| 104 | + <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets'))" /> |
| 105 | + <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
93 | 106 | </Target> |
| 107 | + <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" /> |
| 108 | + <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
94 | 109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
95 | 110 | Other similar extension points exist, see Microsoft.Common.targets. |
96 | 111 | <Target Name="BeforeBuild"> |
|
0 commit comments