1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(SolutionDir)\packages\SQLite.3.13.0\build\net45\SQLite.props" Condition =" Exists('$(SolutionDir)\packages\SQLite.3.13.0\build\net45\SQLite.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{B2DCED9A-BDE1-4EAE-8C69-C562448ACA2C}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >RNSqlite2.Net46</RootNamespace >
12
+ <AssemblyName >RNSqlite2.Net46</AssemblyName >
13
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <NuGetPackageImportStamp >
16
+ </NuGetPackageImportStamp >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >TRACE;DEBUG</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" Microsoft.Data.Sqlite, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37
+ <HintPath >$(SolutionDir)\packages\Microsoft.Data.Sqlite.1.1.1\lib\net451\Microsoft.Data.Sqlite.dll</HintPath >
38
+ <Private >True</Private >
39
+ </Reference >
40
+ <Reference Include =" Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
41
+ <HintPath >$(SolutionDir)\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath >
42
+ <Private >True</Private >
43
+ </Reference >
44
+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
45
+ <HintPath >$(SolutionDir)\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
46
+ <Private >True</Private >
47
+ </Reference >
48
+ <Reference Include =" PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL" >
49
+ <HintPath >$(SolutionDir)\packages\PCLStorage.1.0.2\lib\net45\PCLStorage.dll</HintPath >
50
+ <Private >True</Private >
51
+ </Reference >
52
+ <Reference Include =" PCLStorage.Abstractions, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL" >
53
+ <HintPath >$(SolutionDir)\packages\PCLStorage.1.0.2\lib\net45\PCLStorage.Abstractions.dll</HintPath >
54
+ <Private >True</Private >
55
+ </Reference >
56
+ <Reference Include =" System" />
57
+ <Reference Include =" System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
58
+ <HintPath >$(SolutionDir)\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath >
59
+ <Private >True</Private >
60
+ </Reference >
61
+ <Reference Include =" System.ComponentModel.Composition" />
62
+ <Reference Include =" System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
63
+ <HintPath >$(SolutionDir)\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ <Reference Include =" System.Core" />
67
+ <Reference Include =" System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
68
+ <HintPath >$(SolutionDir)\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath >
69
+ <Private >True</Private >
70
+ </Reference >
71
+ <Reference Include =" System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
72
+ <HintPath >$(SolutionDir)\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath >
73
+ <Private >True</Private >
74
+ </Reference >
75
+ <Reference Include =" System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
76
+ <HintPath >$(SolutionDir)\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath >
77
+ <Private >True</Private >
78
+ </Reference >
79
+ <Reference Include =" System.IO.Compression.FileSystem" />
80
+ <Reference Include =" System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
81
+ <HintPath >$(SolutionDir)\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath >
82
+ <Private >True</Private >
83
+ </Reference >
84
+ <Reference Include =" System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
85
+ <HintPath >$(SolutionDir)\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath >
86
+ <Private >True</Private >
87
+ </Reference >
88
+ <Reference Include =" System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
89
+ <HintPath >$(SolutionDir)\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath >
90
+ <Private >True</Private >
91
+ </Reference >
92
+ <Reference Include =" System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
93
+ <HintPath >$(SolutionDir)\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath >
94
+ <Private >True</Private >
95
+ </Reference >
96
+ <Reference Include =" System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
97
+ <HintPath >$(SolutionDir)\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath >
98
+ <Private >True</Private >
99
+ </Reference >
100
+ <Reference Include =" System.Numerics" />
101
+ <Reference Include =" System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
102
+ <HintPath >$(SolutionDir)\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath >
103
+ <Private >True</Private >
104
+ </Reference >
105
+ <Reference Include =" System.Security.Cryptography.Algorithms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
106
+ <HintPath >$(SolutionDir)\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net46\System.Security.Cryptography.Algorithms.dll</HintPath >
107
+ <Private >True</Private >
108
+ </Reference >
109
+ <Reference Include =" System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
110
+ <HintPath >$(SolutionDir)\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath >
111
+ <Private >True</Private >
112
+ </Reference >
113
+ <Reference Include =" System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
114
+ <HintPath >$(SolutionDir)\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath >
115
+ <Private >True</Private >
116
+ </Reference >
117
+ <Reference Include =" System.Security.Cryptography.X509Certificates, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
118
+ <HintPath >$(SolutionDir)\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net46\System.Security.Cryptography.X509Certificates.dll</HintPath >
119
+ <Private >True</Private >
120
+ </Reference >
121
+ <Reference Include =" System.Xml.Linq" />
122
+ <Reference Include =" System.Data.DataSetExtensions" />
123
+ <Reference Include =" Microsoft.CSharp" />
124
+ <Reference Include =" System.Data" />
125
+ <Reference Include =" System.Xml" />
126
+ <Reference Include =" System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
127
+ <HintPath >$(SolutionDir)\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath >
128
+ <Private >True</Private >
129
+ </Reference >
130
+ </ItemGroup >
131
+ <ItemGroup >
132
+ <Compile Include =" Properties\AssemblyInfo.cs" />
133
+ <Compile Include =" ..\RNSqlite2Module.cs" />
134
+ <Compile Include =" ..\RNSqlite2Package.cs" />
135
+ </ItemGroup >
136
+ <ItemGroup >
137
+ <ProjectReference Include =" $(SolutionDir)\..\node_modules\react-native-windows\ReactWindows\ReactNative.Net46\ReactNative.Net46.csproj" >
138
+ <Project >{22cbff9c-fe36-43e8-a246-266c7635e662}</Project >
139
+ <Name >ReactNative.Net46</Name >
140
+ </ProjectReference >
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <None Include =" app.config" />
144
+ <None Include =" packages.config" />
145
+ </ItemGroup >
146
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
148
+ <PropertyGroup >
149
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
150
+ </PropertyGroup >
151
+ <Error Condition =" !Exists('$(SolutionDir)\packages\SQLite.3.13.0\build\net45\SQLite.props')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\SQLite.3.13.0\build\net45\SQLite.props'))" />
152
+ </Target >
153
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154
+ Other similar extension points exist, see Microsoft.Common.targets.
155
+ <Target Name="BeforeBuild">
156
+ </Target>
157
+ <Target Name="AfterBuild">
158
+ </Target>
159
+ -->
160
+ </Project >
0 commit comments