|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.props" Condition="Exists('..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.props')" /> |
4 | 3 | <PropertyGroup>
|
5 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
19 | 18 | <ValidateXaml>true</ValidateXaml>
|
20 | 19 | <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
21 | 20 | <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
|
22 |
| - <NuGetPackageImportStamp>d27bab07</NuGetPackageImportStamp> |
| 21 | + <NuGetPackageImportStamp>bd0bec29</NuGetPackageImportStamp> |
23 | 22 | </PropertyGroup>
|
24 | 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
25 | 24 | <DebugSymbols>true</DebugSymbols>
|
|
88 | 87 | <Compile Include="Properties\AssemblyInfo.cs" />
|
89 | 88 | <Compile Include="SQLite.cs" />
|
90 | 89 | </ItemGroup>
|
91 |
| - <ItemGroup> |
92 |
| - <None Include="packages.config" /> |
93 |
| - </ItemGroup> |
94 | 90 | <ItemGroup>
|
95 | 91 | <Content Include="readme.txt" />
|
96 | 92 | </ItemGroup>
|
97 |
| - <ItemGroup> |
98 |
| - <Reference Include="Sqlite"> |
99 |
| - <HintPath>..\packages\sqlite-net-wp8.3.8.5\lib\windowsphone8\Sqlite.winmd</HintPath> |
100 |
| - </Reference> |
101 |
| - </ItemGroup> |
102 | 93 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
|
103 | 94 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
|
104 | 95 | <ProjectExtensions />
|
105 |
| - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
106 |
| - <PropertyGroup> |
107 |
| - <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> |
108 |
| - </PropertyGroup> |
109 |
| - <Error Condition="!Exists('..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.props'))" /> |
110 |
| - <Error Condition="!Exists('..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.targets'))" /> |
111 |
| - </Target> |
112 |
| - <Import Project="..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.targets" Condition="Exists('..\packages\sqlite-net-wp8.3.8.5\build\windowsphone8\sqlite-net-wp8.targets')" /> |
113 | 96 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
114 | 97 | Other similar extension points exist, see Microsoft.Common.targets.
|
115 | 98 | <Target Name="BeforeBuild">
|
|
0 commit comments