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>10.0.20506</ProductVersion> |
||
7 | <SchemaVersion>2.0</SchemaVersion> |
||
8 | <ProjectGuid>{60396C62-02C2-45FE-98BD-4A16E076722B}</ProjectGuid> |
||
9 | <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
10 | <OutputType>Library</OutputType> |
||
11 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
12 | <RootNamespace>System.Data.Ersatz.WinPhone</RootNamespace> |
||
13 | <AssemblyName>System.Data.Ersatz.WinPhone</AssemblyName> |
||
14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
||
15 | <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
||
16 | <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile> |
||
17 | <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
||
18 | <SilverlightApplication>false</SilverlightApplication> |
||
19 | <ValidateXaml>true</ValidateXaml> |
||
20 | <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
||
21 | </PropertyGroup> |
||
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
23 | <DebugSymbols>true</DebugSymbols> |
||
24 | <DebugType>full</DebugType> |
||
25 | <Optimize>false</Optimize> |
||
26 | <OutputPath>Bin\Debug</OutputPath> |
||
27 | <DefineConstants>TRACE;DEBUG;SQLITE_SILVERLIGHT NET_40 TRUE WIN32 _MSC_VER SQLITE_DEBUG NDEBUG NO_TCL SQLITE_ASCII SQLITE_DISABLE_LFS SQLITE_HAS_CODEC SQLITE_MEM_POOL SQLITE_MUTEX_OMIT SQLITE_OMIT_AUTHORIZATION SQLITE_OMIT_DEPRECATED SQLITE_OMIT_GET_TABLE SQLITE_OMIT_INCRBLOB SQLITE_OMIT_LOOKASIDE SQLITE_OMIT_SHARED_CACHE SQLITE_OMIT_UTF16 SQLITE_OMIT_VIRTUALTABLE SQLITE_OMIT_WAL SQLITE_OS_WIN SQLITE_SYSTEM_MALLOC VDBE_PROFILE_OFF WINDOWS_PHONE</DefineConstants> |
||
28 | <NoStdLib>true</NoStdLib> |
||
29 | <NoConfig>true</NoConfig> |
||
30 | <ErrorReport>prompt</ErrorReport> |
||
31 | <WarningLevel>4</WarningLevel> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
34 | <DebugType>pdbonly</DebugType> |
||
35 | <Optimize>true</Optimize> |
||
36 | <OutputPath>Bin\Release</OutputPath> |
||
37 | <DefineConstants>TRACE;SQLITE_SILVERLIGHT;WINDOWS_PHONE</DefineConstants> |
||
38 | <NoStdLib>true</NoStdLib> |
||
39 | <NoConfig>true</NoConfig> |
||
40 | <ErrorReport>prompt</ErrorReport> |
||
41 | <WarningLevel>4</WarningLevel> |
||
42 | </PropertyGroup> |
||
43 | <ItemGroup> |
||
44 | <Reference Include="system" /> |
||
45 | <Reference Include="System.Core" /> |
||
46 | </ItemGroup> |
||
47 | <ItemGroup> |
||
48 | <Compile Include="..\src\System.Data.Common\DbCommand.cs"> |
||
49 | <Link>System.Data.Common\DbCommand.cs</Link> |
||
50 | </Compile> |
||
51 | <Compile Include="..\src\System.Data.Common\DbConnection.cs"> |
||
52 | <Link>System.Data.Common\DbConnection.cs</Link> |
||
53 | </Compile> |
||
54 | <Compile Include="..\src\System.Data.Common\DbDataReader.cs"> |
||
55 | <Link>System.Data.Common\DbDataReader.cs</Link> |
||
56 | </Compile> |
||
57 | <Compile Include="..\src\System.Data.Common\DbDataRecord.cs"> |
||
58 | <Link>System.Data.Common\DbDataRecord.cs</Link> |
||
59 | </Compile> |
||
60 | <Compile Include="..\src\System.Data.Common\DbEnumerator.cs"> |
||
61 | <Link>System.Data.Common\DbEnumerator.cs</Link> |
||
62 | </Compile> |
||
63 | <Compile Include="..\src\System.Data.Common\DbException.cs"> |
||
64 | <Link>System.Data.Common\DbException.cs</Link> |
||
65 | </Compile> |
||
66 | <Compile Include="..\src\System.Data.Common\DbParameter.cs"> |
||
67 | <Link>System.Data.Common\DbParameter.cs</Link> |
||
68 | </Compile> |
||
69 | <Compile Include="..\src\System.Data.Common\DbParameterCollection.cs"> |
||
70 | <Link>System.Data.Common\DbParameterCollection.cs</Link> |
||
71 | </Compile> |
||
72 | <Compile Include="..\src\System.Data.Common\DbTransaction.cs"> |
||
73 | <Link>System.Data.Common\DbTransaction.cs</Link> |
||
74 | </Compile> |
||
75 | <Compile Include="..\src\System.Data.Common\DbTypes.cs"> |
||
76 | <Link>System.Data.Common\DbTypes.cs</Link> |
||
77 | </Compile> |
||
78 | <Compile Include="..\src\System.Data.Common\SchemaInfo.cs"> |
||
79 | <Link>System.Data.Common\SchemaInfo.cs</Link> |
||
80 | </Compile> |
||
81 | <Compile Include="..\src\System.Data\CommandBehavior.cs"> |
||
82 | <Link>System.Data\CommandBehavior.cs</Link> |
||
83 | </Compile> |
||
84 | <Compile Include="..\src\System.Data\CommandType.cs"> |
||
85 | <Link>System.Data\CommandType.cs</Link> |
||
86 | </Compile> |
||
87 | <Compile Include="..\src\System.Data\ConnectionState.cs"> |
||
88 | <Link>System.Data\ConnectionState.cs</Link> |
||
89 | </Compile> |
||
90 | <Compile Include="..\src\System.Data\DbType.cs"> |
||
91 | <Link>System.Data\DbType.cs</Link> |
||
92 | </Compile> |
||
93 | <Compile Include="..\src\System.Data\IDataParameter.cs"> |
||
94 | <Link>System.Data\IDataParameter.cs</Link> |
||
95 | </Compile> |
||
96 | <Compile Include="..\src\System.Data\IDataParameterCollection.cs"> |
||
97 | <Link>System.Data\IDataParameterCollection.cs</Link> |
||
98 | </Compile> |
||
99 | <Compile Include="..\src\System.Data\IDataReader.cs"> |
||
100 | <Link>System.Data\IDataReader.cs</Link> |
||
101 | </Compile> |
||
102 | <Compile Include="..\src\System.Data\IDataRecord.cs"> |
||
103 | <Link>System.Data\IDataRecord.cs</Link> |
||
104 | </Compile> |
||
105 | <Compile Include="..\src\System.Data\IDbCommand.cs"> |
||
106 | <Link>System.Data\IDbCommand.cs</Link> |
||
107 | </Compile> |
||
108 | <Compile Include="..\src\System.Data\IDbConnection.cs"> |
||
109 | <Link>System.Data\IDbConnection.cs</Link> |
||
110 | </Compile> |
||
111 | <Compile Include="..\src\System.Data\IDbDataParameter.cs"> |
||
112 | <Link>System.Data\IDbDataParameter.cs</Link> |
||
113 | </Compile> |
||
114 | <Compile Include="..\src\System.Data\IDbTransaction.cs"> |
||
115 | <Link>System.Data\IDbTransaction.cs</Link> |
||
116 | </Compile> |
||
117 | <Compile Include="..\src\System.Data\IsolationLevel.cs"> |
||
118 | <Link>System.Data\IsolationLevel.cs</Link> |
||
119 | </Compile> |
||
120 | <Compile Include="..\src\System.Data\ParameterDirection.cs"> |
||
121 | <Link>System.Data\ParameterDirection.cs</Link> |
||
122 | </Compile> |
||
123 | <Compile Include="..\src\System\ApplicationException.cs"> |
||
124 | <Link>System\ApplicationException.cs</Link> |
||
125 | </Compile> |
||
126 | <Compile Include="..\src\System\DuplicateNameException.cs"> |
||
127 | <Link>System\DuplicateNameException.cs</Link> |
||
128 | </Compile> |
||
129 | <Compile Include="..\src\System\ICloneable.cs"> |
||
130 | <Link>System\ICloneable.cs</Link> |
||
131 | </Compile> |
||
132 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
133 | </ItemGroup> |
||
134 | <ItemGroup /> |
||
135 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> |
||
136 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" /> |
||
137 | <ProjectExtensions /> |
||
138 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
139 | Other similar extension points exist, see Microsoft.Common.targets. |
||
140 | <Target Name="BeforeBuild"> |
||
141 | </Target> |
||
142 | <Target Name="AfterBuild"> |
||
143 | </Target> |
||
144 | --> |
||
145 | </Project> |