wasCSharpSQLite – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>8.0.30703</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{7FD8D34E-59D8-4BE4-B2FF-2A9F053A6603}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Community.CsharpSqlite.SQLiteClient.WinRT</RootNamespace>
13 <AssemblyName>Community.CsharpSqlite.SQLiteClient.WinRT</AssemblyName>
14 <DefaultLanguage>en-US</DefaultLanguage>
15 <FileAlignment>512</FileAlignment>
16 <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
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;NETFX_CORE;SQLITE_WINRT</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 <NoWarn>0168;0169;0414;0618;0649</NoWarn>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE;NETFX_CORE;SQLITE_WINRT</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <NoWarn>0168;0169;0414;0618;0649</NoWarn>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
38 <DebugSymbols>true</DebugSymbols>
39 <OutputPath>bin\ARM\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
41 <NoWarn>;2008</NoWarn>
42 <DebugType>full</DebugType>
43 <PlatformTarget>ARM</PlatformTarget>
44 <UseVSHostingProcess>false</UseVSHostingProcess>
45 <ErrorReport>prompt</ErrorReport>
46 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
47 <Prefer32Bit>true</Prefer32Bit>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
50 <OutputPath>bin\ARM\Release\</OutputPath>
51 <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
52 <Optimize>true</Optimize>
53 <NoWarn>;2008</NoWarn>
54 <DebugType>pdbonly</DebugType>
55 <PlatformTarget>ARM</PlatformTarget>
56 <UseVSHostingProcess>false</UseVSHostingProcess>
57 <ErrorReport>prompt</ErrorReport>
58 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
59 <Prefer32Bit>true</Prefer32Bit>
60 </PropertyGroup>
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
62 <DebugSymbols>true</DebugSymbols>
63 <OutputPath>bin\x64\Debug\</OutputPath>
64 <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
65 <NoWarn>;2008</NoWarn>
66 <DebugType>full</DebugType>
67 <PlatformTarget>x64</PlatformTarget>
68 <UseVSHostingProcess>false</UseVSHostingProcess>
69 <ErrorReport>prompt</ErrorReport>
70 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
71 <Prefer32Bit>true</Prefer32Bit>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
74 <OutputPath>bin\x64\Release\</OutputPath>
75 <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
76 <Optimize>true</Optimize>
77 <NoWarn>;2008</NoWarn>
78 <DebugType>pdbonly</DebugType>
79 <PlatformTarget>x64</PlatformTarget>
80 <UseVSHostingProcess>false</UseVSHostingProcess>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
83 <Prefer32Bit>true</Prefer32Bit>
84 </PropertyGroup>
85 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
86 <DebugSymbols>true</DebugSymbols>
87 <OutputPath>bin\x86\Debug\</OutputPath>
88 <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
89 <NoWarn>;2008</NoWarn>
90 <DebugType>full</DebugType>
91 <PlatformTarget>x86</PlatformTarget>
92 <UseVSHostingProcess>false</UseVSHostingProcess>
93 <ErrorReport>prompt</ErrorReport>
94 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
95 <Prefer32Bit>true</Prefer32Bit>
96 </PropertyGroup>
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
98 <OutputPath>bin\x86\Release\</OutputPath>
99 <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
100 <Optimize>true</Optimize>
101 <NoWarn>;2008</NoWarn>
102 <DebugType>pdbonly</DebugType>
103 <PlatformTarget>x86</PlatformTarget>
104 <UseVSHostingProcess>false</UseVSHostingProcess>
105 <ErrorReport>prompt</ErrorReport>
106 <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
107 <Prefer32Bit>true</Prefer32Bit>
108 </PropertyGroup>
109 <ItemGroup>
110 <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
111 <ProjectReference Include="..\Community.CsharpSqlite.WinRT\Community.CsharpSqlite.WinRT.csproj">
112 <Project>{5fe98adc-4a6f-4a74-8a6b-7f33ea020058}</Project>
113 <Name>Community.CsharpSqlite.WinRT</Name>
114 </ProjectReference>
115 <ProjectReference Include="..\System.Data.Ersatz\WinRT\System.Data.Ersatz.WinRT.csproj">
116 <Project>{6191a053-0255-4509-b7c0-11c6c3d4e66b}</Project>
117 <Name>System.Data.Ersatz.WinRT</Name>
118 </ProjectReference>
119 </ItemGroup>
120 <ItemGroup>
121 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteCommand.cs">
122 <Link>src\SqliteCommand.cs</Link>
123 <SubType>Code</SubType>
124 </Compile>
125 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteConnection.cs">
126 <Link>src\SqliteConnection.cs</Link>
127 <SubType>Code</SubType>
128 </Compile>
129 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteDataReader.cs">
130 <Link>src\SqliteDataReader.cs</Link>
131 <SubType>Code</SubType>
132 </Compile>
133 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteError.cs">
134 <Link>src\SqliteError.cs</Link>
135 <SubType>Code</SubType>
136 </Compile>
137 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteExceptions.cs">
138 <Link>src\SqliteExceptions.cs</Link>
139 <SubType>Code</SubType>
140 </Compile>
141 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameter.cs">
142 <Link>src\SqliteParameter.cs</Link>
143 <SubType>Code</SubType>
144 </Compile>
145 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteParameterCollection.cs">
146 <Link>src\SqliteParameterCollection.cs</Link>
147 <SubType>Code</SubType>
148 </Compile>
149 <Compile Include="..\Community.CsharpSqlite.SQLiteClient\src\SqliteTransaction.cs">
150 <Link>src\SqliteTransaction.cs</Link>
151 <SubType>Code</SubType>
152 </Compile>
153 <Compile Include="Properties\AssemblyInfo.cs" />
154 </ItemGroup>
155 <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' ">
156 <VisualStudioVersion>11.0</VisualStudioVersion>
157 </PropertyGroup>
158 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
159 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160 Other similar extension points exist, see Microsoft.Common.targets.
161 <Target Name="BeforeBuild">
162 </Target>
163 <Target Name="AfterBuild">
164 </Target>
165 -->
166 </Project>