wasCSharpSQLite – Blame information for rev 1

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 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.20506</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C1A7EA2C-8FAE-46F3-BBE1-AFD6DDB81A3E}</ProjectGuid>
9 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>Test.WP</RootNamespace>
13 <AssemblyName>Test.WP</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16 <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
17 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
18 <SilverlightApplication>true</SilverlightApplication>
19 <SupportedCultures>
20 </SupportedCultures>
21 <XapOutputs>true</XapOutputs>
22 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
23 <XapFilename>Test.WP.xap</XapFilename>
24 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
25 <SilverlightAppEntry>Test.WP.App</SilverlightAppEntry>
26 <ValidateXaml>true</ValidateXaml>
27 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <DebugSymbols>true</DebugSymbols>
31 <DebugType>full</DebugType>
32 <Optimize>false</Optimize>
33 <OutputPath>Bin\Debug</OutputPath>
34 <DefineConstants>TRACE;DEBUG;SQLITE_DEBUG SQLITE_SILVERLIGHT WINDOWS_PHONE</DefineConstants>
35 <NoStdLib>true</NoStdLib>
36 <NoConfig>true</NoConfig>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41 <DebugType>pdbonly</DebugType>
42 <Optimize>true</Optimize>
43 <OutputPath>Bin\Release</OutputPath>
44 <DefineConstants>TRACE;SQLITE_SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
45 <NoStdLib>true</NoStdLib>
46 <NoConfig>true</NoConfig>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 </PropertyGroup>
50 <ItemGroup>
51 <Reference Include="Microsoft.Phone" />
52 <Reference Include="Microsoft.Phone.Interop" />
53 <Reference Include="System.Windows" />
54 <Reference Include="system" />
55 <Reference Include="System.Core" />
56 <Reference Include="System.Net" />
57 <Reference Include="System.Xml" />
58 </ItemGroup>
59 <ItemGroup>
60 <Compile Include="..\..\Community.CsharpSqlite.SQLiteClient\TestDriver_src\SQLiteClientTestDriver.cs">
61 <Link>src\SQLiteClientTestDriver.cs</Link>
62 </Compile>
63 <Compile Include="App.xaml.cs">
64 <DependentUpon>App.xaml</DependentUpon>
65 </Compile>
66 <Compile Include="MainPage.xaml.cs">
67 <DependentUpon>MainPage.xaml</DependentUpon>
68 </Compile>
69 <Compile Include="Properties\AssemblyInfo.cs" />
70 <Compile Include="TestCases.cs">
71 <SubType>Code</SubType>
72 </Compile>
73 </ItemGroup>
74 <ItemGroup>
75 <ApplicationDefinition Include="App.xaml">
76 <SubType>Designer</SubType>
77 <Generator>MSBuild:Compile</Generator>
78 </ApplicationDefinition>
79 <Page Include="MainPage.xaml">
80 <SubType>Designer</SubType>
81 <Generator>MSBuild:Compile</Generator>
82 </Page>
83 </ItemGroup>
84 <ItemGroup>
85 <None Include="Properties\AppManifest.xml" />
86 <None Include="Properties\WMAppManifest.xml" />
87 </ItemGroup>
88 <ItemGroup>
89 <Content Include="ApplicationIcon.png">
90 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91 </Content>
92 <Content Include="Background.png">
93 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94 </Content>
95 <Content Include="SplashScreenImage.jpg" />
96 </ItemGroup>
97 <ItemGroup>
98 <ProjectReference Include="..\..\Community.CsharpSqlite.WinPhone\Community.CsharpSqlite.WinPhone.csproj">
99 <Project>{A1CF8CB2-DB66-4036-AB1F-9D205D5C93E9}</Project>
100 <Name>Community.CsharpSqlite.WinPhone</Name>
101 </ProjectReference>
102 <ProjectReference Include="..\..\System.Data.Ersatz\WinPhone\System.Data.Ersatz.WinPhone.csproj">
103 <Project>{60396C62-02C2-45FE-98BD-4A16E076722B}</Project>
104 <Name>System.Data.Ersatz.WinPhone</Name>
105 </ProjectReference>
106 <ProjectReference Include="..\Community.CsharpSqlite.SQLiteClient.WP.csproj">
107 <Project>{22E602F9-ADB6-4B94-B980-40EB1E83BE8B}</Project>
108 <Name>Community.CsharpSqlite.SQLiteClient.WP</Name>
109 </ProjectReference>
110 </ItemGroup>
111 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
112 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
113 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
114 Other similar extension points exist, see Microsoft.Common.targets.
115 <Target Name="BeforeBuild">
116 </Target>
117 <Target Name="AfterBuild">
118 </Target>
119 -->
120 <ProjectExtensions />
121 </Project>