wasCSharpSQLite – Blame information for rev 4
?pathlinks?
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>8.0.50727</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{071198E0-F451-475D-83D2-302C74A3862D}</ProjectGuid> |
||
9 | <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
10 | <OutputType>Library</OutputType> |
||
11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
12 | <RootNamespace>SQLiteClientTests</RootNamespace> |
||
13 | <AssemblyName>SQLiteClientTests</AssemblyName> |
||
14 | <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
||
15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
16 | <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
||
17 | <SilverlightApplication>true</SilverlightApplication> |
||
18 | <SupportedCultures> |
||
19 | </SupportedCultures> |
||
20 | <XapOutputs>true</XapOutputs> |
||
21 | <GenerateSilverlightManifest>true</GenerateSilverlightManifest> |
||
22 | <XapFilename>SQLiteClientTests.xap</XapFilename> |
||
23 | <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate> |
||
24 | <SilverlightAppEntry>SQLiteClientTests.App</SilverlightAppEntry> |
||
25 | <TestPageFileName>SQLiteClientTestsTestPage.html</TestPageFileName> |
||
26 | <CreateTestPage>true</CreateTestPage> |
||
27 | <ValidateXaml>true</ValidateXaml> |
||
28 | <EnableOutOfBrowser>false</EnableOutOfBrowser> |
||
29 | <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile> |
||
30 | <UsePlatformExtensions>false</UsePlatformExtensions> |
||
31 | <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
||
32 | <LinkedServerProject> |
||
33 | </LinkedServerProject> |
||
34 | </PropertyGroup> |
||
35 | <!-- This property group is only here to support building this project using the |
||
36 | MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs |
||
37 | to set the TargetFrameworkVersion to v3.5 --> |
||
38 | <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> |
||
39 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
||
40 | </PropertyGroup> |
||
41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
42 | <DebugSymbols>true</DebugSymbols> |
||
43 | <DebugType>full</DebugType> |
||
44 | <Optimize>false</Optimize> |
||
45 | <OutputPath>Bin\Debug</OutputPath> |
||
46 | <DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT </DefineConstants> |
||
47 | <NoStdLib>true</NoStdLib> |
||
48 | <NoConfig>true</NoConfig> |
||
49 | <ErrorReport>prompt</ErrorReport> |
||
50 | <WarningLevel>4</WarningLevel> |
||
51 | </PropertyGroup> |
||
52 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
53 | <DebugType>pdbonly</DebugType> |
||
54 | <Optimize>true</Optimize> |
||
55 | <OutputPath>Bin\Release</OutputPath> |
||
56 | <DefineConstants>TRACE;SQLITE_SILVERLIGHT</DefineConstants> |
||
57 | <NoStdLib>true</NoStdLib> |
||
58 | <NoConfig>true</NoConfig> |
||
59 | <ErrorReport>prompt</ErrorReport> |
||
60 | <WarningLevel>4</WarningLevel> |
||
61 | </PropertyGroup> |
||
62 | <ItemGroup> |
||
63 | <Reference Include="mscorlib" /> |
||
64 | <Reference Include="System.Windows" /> |
||
65 | <Reference Include="system" /> |
||
66 | <Reference Include="System.Core" /> |
||
67 | <Reference Include="System.Net" /> |
||
68 | <Reference Include="System.Xml" /> |
||
69 | <Reference Include="System.Windows.Browser" /> |
||
70 | </ItemGroup> |
||
71 | <ItemGroup> |
||
72 | <Compile Include="..\..\Community.CsharpSqlite.SQLiteClient\TestDriver_src\SQLiteClientTestDriver.cs"> |
||
73 | <Link>TestDriver_src\SQLiteClientTestDriver.cs</Link> |
||
74 | </Compile> |
||
75 | <Compile Include="App.xaml.cs"> |
||
76 | <DependentUpon>App.xaml</DependentUpon> |
||
77 | </Compile> |
||
78 | <Compile Include="MainPage.xaml.cs"> |
||
79 | <DependentUpon>MainPage.xaml</DependentUpon> |
||
80 | </Compile> |
||
81 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
82 | </ItemGroup> |
||
83 | <ItemGroup> |
||
84 | <ApplicationDefinition Include="App.xaml"> |
||
85 | <SubType>Designer</SubType> |
||
86 | <Generator>MSBuild:Compile</Generator> |
||
87 | </ApplicationDefinition> |
||
88 | <Page Include="MainPage.xaml"> |
||
89 | <SubType>Designer</SubType> |
||
90 | <Generator>MSBuild:Compile</Generator> |
||
91 | </Page> |
||
92 | </ItemGroup> |
||
93 | <ItemGroup> |
||
94 | <None Include="Properties\AppManifest.xml" /> |
||
95 | </ItemGroup> |
||
96 | <ItemGroup> |
||
97 | <ProjectReference Include="..\..\Community.CsharpSqlite.Silverlight\Community.CsharpSqlite.Silverlight.csproj"> |
||
98 | <Project>{A3AE849B-B668-4BC9-A75F-6E9B0A8F6779}</Project> |
||
99 | <Name>Community.CsharpSqlite.Silverlight</Name> |
||
100 | </ProjectReference> |
||
101 | <ProjectReference Include="..\..\System.Data.Ersatz\System.Data.Ersatz.Silverlight.csproj"> |
||
102 | <Project>{D7194231-DBAD-422B-819E-911037934F45}</Project> |
||
103 | <Name>System.Data.Ersatz</Name> |
||
104 | </ProjectReference> |
||
105 | <ProjectReference Include="..\Community.CsharpSqlite.SQLiteClient.SL.csproj"> |
||
106 | <Project>{238EAD8B-B811-4FA6-8581-4CA4B816066D}</Project> |
||
107 | <Name>Community.CsharpSqlite.SQLiteClient.SL</Name> |
||
108 | </ProjectReference> |
||
109 | </ItemGroup> |
||
110 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> |
||
111 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
112 | Other similar extension points exist, see Microsoft.Common.targets. |
||
113 | <Target Name="BeforeBuild"> |
||
114 | </Target> |
||
115 | <Target Name="AfterBuild"> |
||
116 | </Target> |
||
117 | --> |
||
118 | <ProjectExtensions> |
||
119 | <VisualStudio> |
||
120 | <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> |
||
121 | <SilverlightProjectProperties /> |
||
122 | </FlavorProperties> |
||
123 | </VisualStudio> |
||
124 | </ProjectExtensions> |
||
125 | </Project> |