wasCSharpSQLite – Blame information for rev
?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>{D7194231-DBAD-422B-819E-911037934F45}</ProjectGuid> |
||
9 | <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
10 | <OutputType>Library</OutputType> |
||
11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
12 | <RootNamespace>System</RootNamespace> |
||
13 | <AssemblyName>System.Data.Ersatz</AssemblyName> |
||
14 | <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
||
15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
16 | <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
||
17 | <SilverlightApplication>false</SilverlightApplication> |
||
18 | <ValidateXaml>true</ValidateXaml> |
||
19 | <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
||
20 | </PropertyGroup> |
||
21 | <!-- This property group is only here to support building this project using the |
||
22 | MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs |
||
23 | to set the TargetFrameworkVersion to v3.5 --> |
||
24 | <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'"> |
||
25 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
||
26 | </PropertyGroup> |
||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
28 | <DebugSymbols>true</DebugSymbols> |
||
29 | <DebugType>full</DebugType> |
||
30 | <Optimize>false</Optimize> |
||
31 | <OutputPath>Bin\Debug</OutputPath> |
||
32 | <DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT SQLITE_HAS_CODEC NET_2_0</DefineConstants> |
||
33 | <NoStdLib>true</NoStdLib> |
||
34 | <NoConfig>true</NoConfig> |
||
35 | <ErrorReport>prompt</ErrorReport> |
||
36 | <WarningLevel>4</WarningLevel> |
||
37 | </PropertyGroup> |
||
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
39 | <DebugType>pdbonly</DebugType> |
||
40 | <Optimize>true</Optimize> |
||
41 | <OutputPath>Bin\Release</OutputPath> |
||
42 | <DefineConstants>TRACE;SQLITE_SILVERLIGHT</DefineConstants> |
||
43 | <NoStdLib>true</NoStdLib> |
||
44 | <NoConfig>true</NoConfig> |
||
45 | <ErrorReport>prompt</ErrorReport> |
||
46 | <WarningLevel>4</WarningLevel> |
||
47 | </PropertyGroup> |
||
48 | <ItemGroup> |
||
49 | <Reference Include="mscorlib" /> |
||
50 | <Reference Include="system" /> |
||
51 | </ItemGroup> |
||
52 | <ItemGroup> |
||
53 | <Compile Include="..\src\System.Data.Common\DbCommand.cs"> |
||
54 | <Link>System.Data.Common\DbCommand.cs</Link> |
||
55 | </Compile> |
||
56 | <Compile Include="..\src\System.Data.Common\DbConnection.cs"> |
||
57 | <Link>System.Data.Common\DbConnection.cs</Link> |
||
58 | </Compile> |
||
59 | <Compile Include="..\src\System.Data.Common\DbDataReader.cs"> |
||
60 | <Link>System.Data.Common\DbDataReader.cs</Link> |
||
61 | </Compile> |
||
62 | <Compile Include="..\src\System.Data.Common\DbDataRecord.cs"> |
||
63 | <Link>System.Data.Common\DbDataRecord.cs</Link> |
||
64 | </Compile> |
||
65 | <Compile Include="..\src\System.Data.Common\DbEnumerator.cs"> |
||
66 | <Link>System.Data.Common\DbEnumerator.cs</Link> |
||
67 | </Compile> |
||
68 | <Compile Include="..\src\System.Data.Common\DbException.cs"> |
||
69 | <Link>System.Data.Common\DbException.cs</Link> |
||
70 | </Compile> |
||
71 | <Compile Include="..\src\System.Data.Common\DbParameter.cs"> |
||
72 | <Link>System.Data.Common\DbParameter.cs</Link> |
||
73 | </Compile> |
||
74 | <Compile Include="..\src\System.Data.Common\DbParameterCollection.cs"> |
||
75 | <Link>System.Data.Common\DbParameterCollection.cs</Link> |
||
76 | </Compile> |
||
77 | <Compile Include="..\src\System.Data.Common\DbTransaction.cs"> |
||
78 | <Link>System.Data.Common\DbTransaction.cs</Link> |
||
79 | </Compile> |
||
80 | <Compile Include="..\src\System.Data.Common\DbTypes.cs"> |
||
81 | <Link>System.Data.Common\DbTypes.cs</Link> |
||
82 | </Compile> |
||
83 | <Compile Include="..\src\System.Data.Common\SchemaInfo.cs"> |
||
84 | <Link>System.Data.Common\SchemaInfo.cs</Link> |
||
85 | </Compile> |
||
86 | <Compile Include="..\src\System.Data\CommandBehavior.cs"> |
||
87 | <Link>System.Data\CommandBehavior.cs</Link> |
||
88 | </Compile> |
||
89 | <Compile Include="..\src\System.Data\CommandType.cs"> |
||
90 | <Link>System.Data\CommandType.cs</Link> |
||
91 | </Compile> |
||
92 | <Compile Include="..\src\System.Data\ConnectionState.cs"> |
||
93 | <Link>System.Data\ConnectionState.cs</Link> |
||
94 | </Compile> |
||
95 | <Compile Include="..\src\System.Data\DbType.cs"> |
||
96 | <Link>System.Data\DbType.cs</Link> |
||
97 | </Compile> |
||
98 | <Compile Include="..\src\System.Data\IDataParameter.cs"> |
||
99 | <Link>System.Data\IDataParameter.cs</Link> |
||
100 | </Compile> |
||
101 | <Compile Include="..\src\System.Data\IDataParameterCollection.cs"> |
||
102 | <Link>System.Data\IDataParameterCollection.cs</Link> |
||
103 | </Compile> |
||
104 | <Compile Include="..\src\System.Data\IDataReader.cs"> |
||
105 | <Link>System.Data\IDataReader.cs</Link> |
||
106 | </Compile> |
||
107 | <Compile Include="..\src\System.Data\IDataRecord.cs"> |
||
108 | <Link>System.Data\IDataRecord.cs</Link> |
||
109 | </Compile> |
||
110 | <Compile Include="..\src\System.Data\IDbCommand.cs"> |
||
111 | <Link>System.Data\IDbCommand.cs</Link> |
||
112 | </Compile> |
||
113 | <Compile Include="..\src\System.Data\IDbConnection.cs"> |
||
114 | <Link>System.Data\IDbConnection.cs</Link> |
||
115 | </Compile> |
||
116 | <Compile Include="..\src\System.Data\IDbDataParameter.cs"> |
||
117 | <Link>System.Data\IDbDataParameter.cs</Link> |
||
118 | </Compile> |
||
119 | <Compile Include="..\src\System.Data\IDbTransaction.cs"> |
||
120 | <Link>System.Data\IDbTransaction.cs</Link> |
||
121 | </Compile> |
||
122 | <Compile Include="..\src\System.Data\IsolationLevel.cs"> |
||
123 | <Link>System.Data\IsolationLevel.cs</Link> |
||
124 | </Compile> |
||
125 | <Compile Include="..\src\System.Data\ParameterDirection.cs"> |
||
126 | <Link>System.Data\ParameterDirection.cs</Link> |
||
127 | </Compile> |
||
128 | <Compile Include="..\src\System\ApplicationException.cs"> |
||
129 | <Link>System\ApplicationException.cs</Link> |
||
130 | </Compile> |
||
131 | <Compile Include="..\src\System\DuplicateNameException.cs"> |
||
132 | <Link>System\DuplicateNameException.cs</Link> |
||
133 | </Compile> |
||
134 | <Compile Include="..\src\System\ICloneable.cs"> |
||
135 | <Link>System\ICloneable.cs</Link> |
||
136 | </Compile> |
||
137 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
138 | </ItemGroup> |
||
139 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" /> |
||
140 | <ProjectExtensions> |
||
141 | <VisualStudio> |
||
142 | <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}"> |
||
143 | <SilverlightProjectProperties /> |
||
144 | </FlavorProperties> |
||
145 | </VisualStudio> |
||
146 | </ProjectExtensions> |
||
147 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
148 | Other similar extension points exist, see Microsoft.Common.targets. |
||
149 | <Target Name="BeforeBuild"> |
||
150 | </Target> |
||
151 | <Target Name="AfterBuild"> |
||
152 | </Target> |
||
153 | --> |
||
154 | </Project> |