comparison UnitTests/DataProvider/SQLite/UnitTests.SQLite.csproj @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{3293F570-DDFC-4449-9442-BAC6DDFE8184}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>UnitTests.CS</RootNamespace>
11 <AssemblyName>UnitTests.SQLite</AssemblyName>
12 <FileUpgradeFlags>
13 </FileUpgradeFlags>
14 <OldToolsVersion>2.0</OldToolsVersion>
15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation>
17 <Install>true</Install>
18 <InstallFrom>Web</InstallFrom>
19 <UpdateEnabled>true</UpdateEnabled>
20 <UpdateMode>Foreground</UpdateMode>
21 <UpdateInterval>7</UpdateInterval>
22 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23 <UpdatePeriodically>false</UpdatePeriodically>
24 <UpdateRequired>false</UpdateRequired>
25 <MapFileExtensions>true</MapFileExtensions>
26 <ApplicationRevision>0</ApplicationRevision>
27 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28 <IsWebBootstrapper>true</IsWebBootstrapper>
29 <UseApplicationTrust>false</UseApplicationTrust>
30 <BootstrapperEnabled>true</BootstrapperEnabled>
31 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>..\bin\Debug\</OutputPath>
38 <DefineConstants>TRACE;DEBUG;SQLITE;FW3</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 <NoWarn>3021</NoWarn>
42 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
46 <OutputPath>..\bin\Release\</OutputPath>
47 <DefineConstants>TRACE;SQLITE;FW3</DefineConstants>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 <NoWarn>3021</NoWarn>
51 </PropertyGroup>
52 <ItemGroup>
53 <Reference Include="nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
54 <SpecificVersion>False</SpecificVersion>
55 <HintPath>..\..\..\Tools\NUnit\nunit.framework.dll</HintPath>
56 </Reference>
57 <Reference Include="System" />
58 <Reference Include="System.Core">
59 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 </Reference>
61 <Reference Include="System.Data" />
62 <Reference Include="System.Data.DataSetExtensions">
63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
64 </Reference>
65 <Reference Include="System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
66 <SpecificVersion>False</SpecificVersion>
67 <HintPath>..\..\..\Redist\SQLite\System.Data.SQLite.DLL</HintPath>
68 </Reference>
69 <Reference Include="System.Windows.Forms" />
70 <Reference Include="System.Xml" />
71 <Reference Include="WindowsBase">
72 <RequiredTargetFramework>3.0</RequiredTargetFramework>
73 </Reference>
74 </ItemGroup>
75 <ItemGroup>
76 <Compile Include="..\..\..\Source\Data\DataProvider\SQLiteDataProvider.cs">
77 <Link>SQLiteDataProvider.cs</Link>
78 </Compile>
79 <Compile Include="..\..\CS\Aspects\CacheAspectTest.cs">
80 <Link>Aspects\CacheAspectTest.cs</Link>
81 </Compile>
82 <Compile Include="..\..\CS\Aspects\CounterAspectTest.cs">
83 <Link>Aspects\CounterAspectTest.cs</Link>
84 </Compile>
85 <Compile Include="..\..\CS\Aspects\InterceptorAspectTest.cs">
86 <Link>Aspects\InterceptorAspectTest.cs</Link>
87 </Compile>
88 <Compile Include="..\..\CS\Aspects\LoggingAspectTest.cs">
89 <Link>Aspects\LoggingAspectTest.cs</Link>
90 </Compile>
91 <Compile Include="..\..\CS\Aspects\MixinAspectTest.cs">
92 <Link>Aspects\MixinAspectTest.cs</Link>
93 </Compile>
94 <Compile Include="..\..\CS\Aspects\NotNullAspectTest.cs">
95 <Link>Aspects\NotNullAspectTest.cs</Link>
96 </Compile>
97 <Compile Include="..\..\CS\Common\ConvertTest.cs">
98 <Link>Common\ConvertTest.cs</Link>
99 </Compile>
100 <Compile Include="..\..\CS\Common\NameOrIndexParameterTest.cs">
101 <Link>Common\NameOrIndexParameterTest.cs</Link>
102 </Compile>
103 <Compile Include="..\..\CS\DataAccess\PersonDataSet2.Designer.cs">
104 <Link>Mapping\PersonDataSet2.Designer.cs</Link>
105 <AutoGen>True</AutoGen>
106 <DesignTime>True</DesignTime>
107 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
108 </Compile>
109 <Compile Include="..\..\CS\DataAccess\TestQueryAttribute.cs">
110 <Link>DataAccess\TestQueryAttribute.cs</Link>
111 </Compile>
112 <Compile Include="..\..\CS\DataAccess\XmlTypeTest.cs">
113 <Link>DataAccess\XmlTypeTest.cs</Link>
114 </Compile>
115 <Compile Include="..\..\CS\DataAccess\DataAccessorBuilderTest.cs">
116 <Link>DataAccess\DataAccessorBuilderTest.cs</Link>
117 </Compile>
118 <Compile Include="..\..\CS\DataAccess\PrimaryKeyAttributeTest.cs">
119 <Link>DataAccess\PrimaryKeyAttributeTest.cs</Link>
120 </Compile>
121 <Compile Include="..\..\CS\DataAccess\CreateEntityTest.cs">
122 <Link>DataAccess\CreateEntityTest.cs</Link>
123 </Compile>
124 <Compile Include="..\..\CS\DataAccess\DictionaryTest.cs">
125 <Link>DataAccess\DictionaryTest.cs</Link>
126 </Compile>
127 <Compile Include="..\..\CS\DataAccess\EnumTest.cs">
128 <Link>DataAccess\EnumTest.cs</Link>
129 </Compile>
130 <Compile Include="..\..\CS\DataAccess\PersonDataSet2.cs">
131 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
132 <SubType>Component</SubType>
133 <Link>Mapping\PersonDataSet2.cs</Link>
134 </Compile>
135 <Compile Include="..\..\CS\DataAccess\SqlQueryTest.cs">
136 <Link>DataAccess\SqlQueryTest.cs</Link>
137 </Compile>
138 <Compile Include="..\..\CS\DataAccess\SqlQueryTest2.cs">
139 <Link>DataAccess\SqlQueryTest2.cs</Link>
140 </Compile>
141 <Compile Include="..\..\CS\DataAccess\SqlTest.cs">
142 <Link>DataAccess\SqlTest.cs</Link>
143 </Compile>
144 <Compile Include="..\..\CS\DataAccess\XmlExtension.cs">
145 <Link>DataAccess\XmlExtension.cs</Link>
146 </Compile>
147 <Compile Include="..\..\CS\Data\BinaryTest.cs">
148 <Link>Data\BinaryTest.cs</Link>
149 </Compile>
150 <Compile Include="..\..\CS\Data\CompositeKeyTest.cs">
151 <Link>Data\CompositeKeyTest.cs</Link>
152 </Compile>
153 <Compile Include="..\..\CS\Data\InnerTypesTest.cs">
154 <Link>Data\InnerTypesTest.cs</Link>
155 </Compile>
156 <Compile Include="..\..\CS\Data\ExecuteDictionaryTest.cs">
157 <Link>Data\ExecuteDictionaryTest.cs</Link>
158 </Compile>
159 <Compile Include="..\..\CS\Data\ExecuteScalarDictionaryTest.cs">
160 <Link>Data\ExecuteScalarDictionaryTest.cs</Link>
161 </Compile>
162 <Compile Include="..\..\CS\Data\ExecuteScalarListTest.cs">
163 <Link>Data\ExecuteScalarListTest.cs</Link>
164 </Compile>
165 <Compile Include="..\..\CS\Data\DbManagerTest.cs">
166 <Link>Data\DbManagerTest.cs</Link>
167 </Compile>
168 <Compile Include="..\..\CS\Data\ExecuteListT.cs">
169 <Link>Data\ExecuteListT.cs</Link>
170 </Compile>
171 <Compile Include="..\..\CS\Data\ExecuteScalarTest.cs">
172 <Link>Data\ExecuteScalarTest.cs</Link>
173 </Compile>
174 <Compile Include="..\..\CS\Data\NullableParameter.cs">
175 <Link>Data\NullableParameter.cs</Link>
176 </Compile>
177 <Compile Include="..\..\CS\EditableObjects\EditableArrayListTest.cs">
178 <Link>EditableObjects\EditableArrayListTest.cs</Link>
179 </Compile>
180 <Compile Include="..\..\CS\EditableObjects\EditableList_AcceptChanges.cs">
181 <Link>EditableObjects\EditableList_AcceptChanges.cs</Link>
182 </Compile>
183 <Compile Include="..\..\CS\EditableObjects\EditableObjectTest.cs">
184 <Link>EditableObjects\EditableObjectTest.cs</Link>
185 </Compile>
186 <Compile Include="..\..\CS\EditableObjects\InnerObjectTest.cs">
187 <Link>EditableObjects\InnerObjectTest.cs</Link>
188 </Compile>
189 <Compile Include="..\..\CS\EditableObjects\NestedObjectTest.cs">
190 <Link>EditableObjects\NestedObjectTest.cs</Link>
191 </Compile>
192 <Compile Include="..\..\CS\Mapping\DefaultValueAttributeTest.cs">
193 <Link>Mapping\DefaultValueAttributeTest.cs</Link>
194 </Compile>
195 <Compile Include="..\..\CS\Mapping\EnumExtension.cs">
196 <Link>Mapping\EnumExtension.cs</Link>
197 </Compile>
198 <Compile Include="..\..\CS\Mapping\ISupportMappingTest.cs">
199 <Link>Mapping\ISupportMappingTest.cs</Link>
200 </Compile>
201 <Compile Include="..\..\CS\Mapping\MapFieldAttributeTest.cs">
202 <Link>Mapping\MapFieldAttributeTest.cs</Link>
203 </Compile>
204 <Compile Include="..\..\CS\Mapping\MapperMemberAttributeTest.cs">
205 <Link>Mapping\MapperMemberAttributeTest.cs</Link>
206 </Compile>
207 <Compile Include="..\..\CS\Mapping\MapTest.cs">
208 <Link>Mapping\MapTest.cs</Link>
209 </Compile>
210 <Compile Include="..\..\CS\Mapping\MapValueAttributeTest.cs">
211 <Link>Mapping\MapValueAttributeTest.cs</Link>
212 </Compile>
213 <Compile Include="..\..\CS\Mapping\MemberMapperTest.cs">
214 <Link>Mapping\MemberMapperTest.cs</Link>
215 </Compile>
216 <Compile Include="..\..\CS\Mapping\MetadataProvider\MetadataProviderTest.cs">
217 <Link>Mapping\MetadataProviderTest.cs</Link>
218 </Compile>
219 <Compile Include="..\..\CS\Mapping\NullableAttributeTest.cs">
220 <Link>Mapping\NullableAttributeTest.cs</Link>
221 </Compile>
222 <Compile Include="..\..\CS\Mapping\ObjectMapperAttributeTest.cs">
223 <Link>Mapping\ObjectMapperAttributeTest.cs</Link>
224 </Compile>
225 <Compile Include="..\..\CS\Mapping\TrimmableAttributeTest.cs">
226 <Link>Mapping\TrimmableAttributeTest.cs</Link>
227 </Compile>
228 <Compile Include="..\..\CS\Mapping\XmlMap.cs">
229 <Link>Mapping\XmlMap.cs</Link>
230 </Compile>
231 <Compile Include="..\..\CS\Patterns\MustImplementAttributeTest.cs">
232 <Link>Patterns\MustImplementAttributeTest.cs</Link>
233 </Compile>
234 <Compile Include="..\..\CS\Patterns\DuckTypingTest.cs">
235 <Link>Patterns\DuckTypingTest.cs</Link>
236 </Compile>
237 <Compile Include="..\..\CS\Properties\AssemblyInfo.cs">
238 <Link>Properties\AssemblyInfo.cs</Link>
239 </Compile>
240 <Compile Include="..\..\CS\Properties\Settings.Designer.cs">
241 <Link>Properties\Settings.Designer.cs</Link>
242 <AutoGen>True</AutoGen>
243 <DesignTimeSharedInput>True</DesignTimeSharedInput>
244 <DependentUpon>Settings.settings</DependentUpon>
245 </Compile>
246 <Compile Include="..\..\CS\Reflection\Emit\MethodBuilderHelperTest.cs">
247 <Link>Reflection\MethodBuilderHelperTest.cs</Link>
248 </Compile>
249 <Compile Include="..\..\CS\Reflection\Extension\DefaultValueTest.cs">
250 <Link>Reflection\DefaultValueTest.cs</Link>
251 </Compile>
252 <Compile Include="..\..\CS\Mapping\Person.mapping.cs">
253 <Link>Mapping\Person.mapping.cs</Link>
254 </Compile>
255 <Compile Include="..\..\CS\Reflection\ObjectFactoryAttributeTest.cs">
256 <Link>Reflection\ObjectFactoryAttributeTest.cs</Link>
257 </Compile>
258 <Compile Include="..\..\CS\Reflection\ExtendedPropertyDescriptorTest.cs">
259 <Link>Reflection\ExtendedPropertyDescriptorTest.cs</Link>
260 </Compile>
261 <Compile Include="..\..\CS\Reflection\TypeAccessorTest.cs">
262 <Link>Reflection\TypeAccessorTest.cs</Link>
263 </Compile>
264 <Compile Include="..\..\CS\Reflection\TypeAccessorTest2.cs">
265 <Link>Reflection\TypeAccessorTest2.cs</Link>
266 </Compile>
267 <Compile Include="..\..\CS\Reflection\TypeHelperTest.cs">
268 <Link>Reflection\TypeHelperTest.cs</Link>
269 </Compile>
270 <Compile Include="..\..\CS\TypeBuilder\Builders\ArrayBuilderTest.cs">
271 <Link>TypeBuilder\ArrayBuilderTest.cs</Link>
272 </Compile>
273 <Compile Include="..\..\CS\TypeBuilder\Builders\IAbstractTypeBuilderTest.cs">
274 <Link>TypeBuilder\IAbstractTypeBuilderTest.cs</Link>
275 </Compile>
276 <Compile Include="..\..\CS\TypeBuilder\Builders\DefaultTypeBuilderTest.cs">
277 <Link>TypeBuilder\DefaultTypeBuilderTest.cs</Link>
278 </Compile>
279 <Compile Include="..\..\CS\TypeBuilder\Builders\ImplemetInterfaceBuilderTest.cs">
280 <Link>TypeBuilder\ImplemetInterfaceBuilderTest.cs</Link>
281 </Compile>
282 <Compile Include="..\..\CS\TypeBuilder\Builders\TypeAccessorBuilderTest.cs">
283 <Link>TypeBuilder\TypeAccessorBuilderTest.cs</Link>
284 </Compile>
285 <Compile Include="..\..\CS\TypeBuilder\GetSetValueAttributeTest.cs">
286 <Link>TypeBuilder\GetSetValueAttributeTest.cs</Link>
287 </Compile>
288 <Compile Include="..\..\CS\TypeBuilder\InstanceTypeAttributeTest.cs">
289 <Link>TypeBuilder\InstanceTypeAttributeTest.cs</Link>
290 </Compile>
291 <Compile Include="..\..\CS\TypeBuilder\LazyInstanceAttributeTest.cs">
292 <Link>TypeBuilder\LazyInstanceAttributeTest.cs</Link>
293 </Compile>
294 <Compile Include="..\..\CS\TypeBuilder\NoInstanceAttributeTest.cs">
295 <Link>TypeBuilder\NoInstanceAttributeTest.cs</Link>
296 </Compile>
297 <Compile Include="..\..\CS\TypeBuilder\NoInstanceAttributeTest2.cs">
298 <Link>TypeBuilder\NoInstanceAttributeTest2.cs</Link>
299 </Compile>
300 <Compile Include="..\..\CS\TypeBuilder\ParameterAttributeTest.cs">
301 <Link>TypeBuilder\ParameterAttributeTest.cs</Link>
302 </Compile>
303 <Compile Include="..\..\CS\TypeBuilder\Builders\PropertyChangeBuilderTest.cs">
304 <Link>TypeBuilder\PropertyChangeBuilderTest.cs</Link>
305 </Compile>
306 <Compile Include="..\..\CS\TypeBuilder\TypeFactoryTest.cs">
307 <Link>TypeBuilder\TypeFactoryTest.cs</Link>
308 </Compile>
309 <Compile Include="..\..\CS\Reflection\Extension\ExtensionTest.cs">
310 <Link>Reflection\ExtensionTest.cs</Link>
311 </Compile>
312 <Compile Include="..\..\CS\Validation\NullValue.cs">
313 <Link>Validation\NullValue.cs</Link>
314 </Compile>
315 <Compile Include="..\..\CS\TestFixtureBase.cs" />
316 <Compile Include="..\..\CS\TestObject.cs" />
317 </ItemGroup>
318 <ItemGroup>
319 <None Include="App.config" />
320 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsc">
321 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
322 <Link>Mapping\PersonDataSet2.xsc</Link>
323 </None>
324 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsd">
325 <SubType>Designer</SubType>
326 <Generator>MSDataSetGenerator</Generator>
327 <LastGenOutput>PersonDataSet2.Designer.cs</LastGenOutput>
328 <CustomToolNamespace>DataAccessTest</CustomToolNamespace>
329 <Link>Mapping\PersonDataSet2.xsd</Link>
330 </None>
331 <None Include="..\..\CS\DataAccess\PersonDataSet2.xss">
332 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
333 <Link>Mapping\PersonDataSet2.xss</Link>
334 </None>
335 <None Include="..\..\CS\DataAccess\PersonDataSet2.xsx">
336 <DependentUpon>PersonDataSet2.xsd</DependentUpon>
337 <Link>Mapping\PersonDataSet2.xsx</Link>
338 </None>
339 <None Include="..\..\CS\Properties\Settings.settings">
340 <Generator>SettingsSingleFileGenerator</Generator>
341 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
342 <Link>Properties\Settings.settings</Link>
343 </None>
344 </ItemGroup>
345 <ItemGroup>
346 <EmbeddedResource Include="..\..\CS\Mapping\Map.xml">
347 <Link>Mapping\Map.xml</Link>
348 </EmbeddedResource>
349 </ItemGroup>
350 <ItemGroup>
351 <EmbeddedResource Include="..\..\CS\DataAccess\XmlExtension.xml">
352 <Link>DataAccess\XmlExtension.xml</Link>
353 </EmbeddedResource>
354 </ItemGroup>
355 <ItemGroup>
356 <EmbeddedResource Include="..\..\CS\Mapping\Person.mapping.xml">
357 <Link>Mapping\Person.mapping.xml</Link>
358 </EmbeddedResource>
359 </ItemGroup>
360 <ItemGroup>
361 <EmbeddedResource Include="..\..\CS\Mapping\XmlMap.xml">
362 <Link>Mapping\XmlMap.xml</Link>
363 </EmbeddedResource>
364 </ItemGroup>
365 <ItemGroup>
366 <ProjectReference Include="..\..\..\Source\BLToolkit.3.csproj">
367 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
368 <Name>BLToolkit.3</Name>
369 </ProjectReference>
370 </ItemGroup>
371 <ItemGroup>
372 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
373 <Visible>False</Visible>
374 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
375 <Install>true</Install>
376 </BootstrapperPackage>
377 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
378 <Visible>False</Visible>
379 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
380 <Install>false</Install>
381 </BootstrapperPackage>
382 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
383 <Visible>False</Visible>
384 <ProductName>.NET Framework 3.5</ProductName>
385 <Install>false</Install>
386 </BootstrapperPackage>
387 </ItemGroup>
388 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
389 </Project>