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