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