Mercurial > pub > bltoolkit
comparison UnitTests/CS/UnitTests.CS.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 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | |
3 <PropertyGroup> | |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
6 <ProductVersion>9.0.30729</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{2BB4AD77-190F-4D7E-A83E-7B254A0A1FCA}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>UnitTests.CS</RootNamespace> | |
12 <AssemblyName>UnitTests.CS</AssemblyName> | |
13 <FileUpgradeFlags> | |
14 </FileUpgradeFlags> | |
15 <OldToolsVersion>3.5</OldToolsVersion> | |
16 <UpgradeBackupLocation> | |
17 </UpgradeBackupLocation> | |
18 <IsWebBootstrapper>false</IsWebBootstrapper> | |
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | |
20 <PublishUrl>publish\</PublishUrl> | |
21 <Install>true</Install> | |
22 <InstallFrom>Disk</InstallFrom> | |
23 <UpdateEnabled>false</UpdateEnabled> | |
24 <UpdateMode>Foreground</UpdateMode> | |
25 <UpdateInterval>7</UpdateInterval> | |
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits> | |
27 <UpdatePeriodically>false</UpdatePeriodically> | |
28 <UpdateRequired>false</UpdateRequired> | |
29 <MapFileExtensions>true</MapFileExtensions> | |
30 <ApplicationRevision>0</ApplicationRevision> | |
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> | |
32 <UseApplicationTrust>false</UseApplicationTrust> | |
33 <BootstrapperEnabled>true</BootstrapperEnabled> | |
34 <TargetFrameworkProfile /> | |
35 </PropertyGroup> | |
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
37 <DebugSymbols>true</DebugSymbols> | |
38 <DebugType>full</DebugType> | |
39 <Optimize>false</Optimize> | |
40 <OutputPath>bin\Debug\</OutputPath> | |
41 <DefineConstants>TRACE;DEBUG;MSSQL;FW3</DefineConstants> | |
42 <ErrorReport>prompt</ErrorReport> | |
43 <WarningLevel>4</WarningLevel> | |
44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
45 <PlatformTarget>x86</PlatformTarget> | |
46 </PropertyGroup> | |
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
48 <DebugType>pdbonly</DebugType> | |
49 <Optimize>true</Optimize> | |
50 <OutputPath>bin\Release\</OutputPath> | |
51 <DefineConstants>TRACE;MSSQL;FW3</DefineConstants> | |
52 <ErrorReport>prompt</ErrorReport> | |
53 <WarningLevel>4</WarningLevel> | |
54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
55 <PlatformTarget>x86</PlatformTarget> | |
56 </PropertyGroup> | |
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'"> | |
58 <DebugSymbols>true</DebugSymbols> | |
59 <OutputPath>bin\DebugMono\</OutputPath> | |
60 <DefineConstants>TRACE;DEBUG;MSSQL;FW3</DefineConstants> | |
61 <DebugType>full</DebugType> | |
62 <PlatformTarget>x86</PlatformTarget> | |
63 <CodeAnalysisLogFile>bin\Debug\UnitTests.CS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
64 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
65 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
66 <ErrorReport>prompt</ErrorReport> | |
67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
68 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
69 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
70 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> | |
71 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> | |
72 </PropertyGroup> | |
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'"> | |
74 <OutputPath>bin\ReleaseMono\</OutputPath> | |
75 <DefineConstants>TRACE;MSSQL;FW3</DefineConstants> | |
76 <Optimize>true</Optimize> | |
77 <DebugType>pdbonly</DebugType> | |
78 <PlatformTarget>AnyCPU</PlatformTarget> | |
79 <CodeAnalysisLogFile>bin\Release\UnitTests.CS.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile> | |
80 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression> | |
81 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile> | |
82 <ErrorReport>prompt</ErrorReport> | |
83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | |
84 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> | |
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> | |
86 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> | |
87 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> | |
88 </PropertyGroup> | |
89 <ItemGroup> | |
90 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | |
91 <SpecificVersion>False</SpecificVersion> | |
92 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> | |
93 </Reference> | |
94 <Reference Include="System" /> | |
95 <Reference Include="System.Core"> | |
96 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
97 </Reference> | |
98 <Reference Include="System.Data" /> | |
99 <Reference Include="System.Data.DataSetExtensions"> | |
100 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
101 </Reference> | |
102 <Reference Include="System.Data.Linq"> | |
103 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
104 </Reference> | |
105 <Reference Include="System.Windows.Forms" /> | |
106 <Reference Include="System.Xml" /> | |
107 <Reference Include="System.Xml.Linq"> | |
108 <RequiredTargetFramework>3.5</RequiredTargetFramework> | |
109 </Reference> | |
110 <Reference Include="WindowsBase"> | |
111 <RequiredTargetFramework>3.0</RequiredTargetFramework> | |
112 </Reference> | |
113 </ItemGroup> | |
114 <ItemGroup> | |
115 <Compile Include="Aspects\AsyncAndDataAccessorTest.cs" /> | |
116 <Compile Include="Aspects\CacheAspectTest.cs" /> | |
117 <Compile Include="Aspects\AsyncAspectTest.cs" /> | |
118 <Compile Include="Aspects\ClearCacheAspect.cs" /> | |
119 <Compile Include="Aspects\CounterAspectTest.cs" /> | |
120 <Compile Include="Aspects\InterceptorAspectTest.cs" /> | |
121 <Compile Include="Aspects\LoggingAspectTest.cs" /> | |
122 <Compile Include="Aspects\MixinAspectTest.cs" /> | |
123 <Compile Include="Aspects\NotNullAspectTest.cs" /> | |
124 <Compile Include="Aspects\OverloadAspectTest.cs" /> | |
125 <Compile Include="Common\ConvertTest.cs" /> | |
126 <Compile Include="Common\OperatorTest.cs" /> | |
127 <Compile Include="Common\NameOrIndexParameterTest.cs" /> | |
128 <Compile Include="ComponenetModel\ObjectBinderTest.cs" /> | |
129 <Compile Include="DataAccess\ActualTypeAttributeTest.cs" /> | |
130 <Compile Include="DataAccess\ArrayTest.cs" /> | |
131 <Compile Include="DataAccess\DynamicSqlQueryTest.cs" /> | |
132 <Compile Include="DataAccess\TestQueryAttribute.cs" /> | |
133 <Compile Include="DataAccess\XmlTypeTest.cs" /> | |
134 <Compile Include="DataAccess\DataAccessorBuilderTest.cs" /> | |
135 <Compile Include="DataAccess\PrimaryKeyAttributeTest.cs" /> | |
136 <Compile Include="DataAccess\ScalarListTest.cs" /> | |
137 <Compile Include="DataAccess\CreateEntityTest.cs" /> | |
138 <Compile Include="DataAccess\DataAccessorTest.cs" /> | |
139 <Compile Include="DataAccess\DictionaryTest.cs" /> | |
140 <Compile Include="DataAccess\EnumTest.cs" /> | |
141 <Compile Include="DataAccess\ScalarTest.cs" /> | |
142 <Compile Include="DataAccess\OutRefTest.cs" /> | |
143 <Compile Include="DataAccess\PersonDataSet2.cs"> | |
144 <DependentUpon>PersonDataSet2.xsd</DependentUpon> | |
145 <SubType>Component</SubType> | |
146 </Compile> | |
147 <Compile Include="DataAccess\PersonDataSet2.Designer.cs"> | |
148 <AutoGen>True</AutoGen> | |
149 <DesignTime>True</DesignTime> | |
150 <DependentUpon>PersonDataSet2.xsd</DependentUpon> | |
151 </Compile> | |
152 <Compile Include="DataAccess\SqlQueryTest.cs" /> | |
153 <Compile Include="DataAccess\SqlQueryTest2.cs" /> | |
154 <Compile Include="DataAccess\SqlTest.cs" /> | |
155 <Compile Include="DataAccess\XmlExtension.cs" /> | |
156 <Compile Include="Data\BinaryTest.cs" /> | |
157 <Compile Include="Data\ComplexMappingTest.cs" /> | |
158 <Compile Include="Data\CompositeKeyTest.cs" /> | |
159 <Compile Include="Data\EventsTest.cs" /> | |
160 <Compile Include="Data\ExecuteForEach.cs" /> | |
161 <Compile Include="Data\ExecuteObjectTest.cs" /> | |
162 <Compile Include="Data\InnerTypesTest.cs" /> | |
163 <Compile Include="Data\ExecuteDictionaryTest.cs" /> | |
164 <Compile Include="Data\ExecuteScalarDictionaryTest.cs" /> | |
165 <Compile Include="Data\ExecuteScalarListTest.cs" /> | |
166 <Compile Include="Data\DbManagerTest.cs" /> | |
167 <Compile Include="Data\ExecuteListT.cs" /> | |
168 <Compile Include="Data\ExecuteScalarTest.cs" /> | |
169 <Compile Include="Data\NullableParameter.cs" /> | |
170 <Compile Include="Data\OutputParameter.cs" /> | |
171 <Compile Include="Data\Sql\DefinitionTest.cs" /> | |
172 <Compile Include="Data\Sql\FromTest.cs" /> | |
173 <Compile Include="Data\Sql\SelectTest.cs" /> | |
174 <Compile Include="EditableObjects\EditableObjectT.cs" /> | |
175 <Compile Include="EditableObjects\EditableArrayListTest.cs" /> | |
176 <Compile Include="EditableObjects\EditableList_AcceptChanges.cs" /> | |
177 <Compile Include="EditableObjects\EditableObjectTest.cs" /> | |
178 <Compile Include="EditableObjects\InnerObjectTest.cs" /> | |
179 <Compile Include="EditableObjects\NestedObjectTest.cs" /> | |
180 <Compile Include="EditableObjects\NotifyCollectionChangeTest.cs" /> | |
181 <Compile Include="EditableObjects\NotifyPropertyChangedTest.cs" /> | |
182 <Compile Include="JointureTests\Artist.cs" /> | |
183 <Compile Include="JointureTests\Artist2.cs" /> | |
184 <Compile Include="JointureTests\AssociationTests.cs" /> | |
185 <Compile Include="JointureTests\Consts.cs" /> | |
186 <Compile Include="JointureTests\MusicDB.cs"> | |
187 <SubType>Component</SubType> | |
188 </Compile> | |
189 <Compile Include="JointureTests\Title.cs" /> | |
190 <Compile Include="Mapping\BltMapTests.cs" /> | |
191 <Compile Include="Mapping\MemberMapperDefaultMappersTest.cs" /> | |
192 <Compile Include="Mapping\ExpressionMapperTest.cs" /> | |
193 <Compile Include="Mapping\NullableEnum.cs" /> | |
194 <Compile Include="Mapping\DefaultValueAttributeTest.cs" /> | |
195 <Compile Include="Mapping\EnumExtension.cs" /> | |
196 <Compile Include="Mapping\ISupportMappingTest.cs" /> | |
197 <Compile Include="Mapping\MapFieldAttributeTest.cs" /> | |
198 <Compile Include="Mapping\MapperMemberAttributeTest.cs" /> | |
199 <Compile Include="Mapping\MapTest.cs" /> | |
200 <Compile Include="Mapping\MapValueAttributeTest.cs" /> | |
201 <Compile Include="Mapping\MemberMapperTest.cs" /> | |
202 <Compile Include="Mapping\MetadataProvider\MetadataProviderTest.cs" /> | |
203 <Compile Include="Mapping\NullableAttributeTest.cs" /> | |
204 <Compile Include="Mapping\ObjectMapperAttributeTest.cs" /> | |
205 <Compile Include="Mapping\ObjectMapperTest.cs" /> | |
206 <Compile Include="Mapping\ResultSetTest.cs" /> | |
207 <Compile Include="Mapping\TestFluentNullable.cs" /> | |
208 <Compile Include="Mapping\TrimmableAttributeTest.cs" /> | |
209 <Compile Include="Mapping\XmlMap.cs" /> | |
210 <Compile Include="Patterns\MustImplementAttributeTest.cs" /> | |
211 <Compile Include="Patterns\DuckTypingTest.cs" /> | |
212 <Compile Include="Properties\AssemblyInfo.cs" /> | |
213 <Compile Include="Properties\Settings.Designer.cs"> | |
214 <AutoGen>True</AutoGen> | |
215 <DesignTimeSharedInput>True</DesignTimeSharedInput> | |
216 <DependentUpon>Settings.settings</DependentUpon> | |
217 </Compile> | |
218 <Compile Include="Reflection\TypeAccessorTest3.cs" /> | |
219 <Compile Include="Reflection\Emit\MethodBuilderHelperTest.cs" /> | |
220 <Compile Include="Reflection\Extension\DefaultValueTest.cs" /> | |
221 <Compile Include="Mapping\Person.mapping.cs" /> | |
222 <Compile Include="TypeBuilder\Builders\AutoImplementInterfaceTest.cs" /> | |
223 <Compile Include="Reflection\ObjectFactoryAttributeTest.cs" /> | |
224 <Compile Include="Reflection\ExtendedPropertyDescriptorTest.cs" /> | |
225 <Compile Include="Reflection\TypeAccessorTest.cs" /> | |
226 <Compile Include="Reflection\TypeAccessorTest2.cs" /> | |
227 <Compile Include="Reflection\TypeHelperTest.cs" /> | |
228 <Compile Include="TestFixtureBase.cs" /> | |
229 <Compile Include="TestObject.cs" /> | |
230 <Compile Include="TypeBuilder\Builders\ArrayBuilderTest.cs" /> | |
231 <Compile Include="TypeBuilder\Builders\IAbstractTypeBuilderTest.cs" /> | |
232 <Compile Include="TypeBuilder\Builders\DefaultTypeBuilderTest.cs" /> | |
233 <Compile Include="TypeBuilder\Builders\ImplemetInterfaceBuilderTest.cs" /> | |
234 <Compile Include="TypeBuilder\Builders\TypeAccessorBuilderTest.cs" /> | |
235 <Compile Include="TypeBuilder\GenerateAtributeTest.cs" /> | |
236 <Compile Include="TypeBuilder\GenericMethodTest.cs" /> | |
237 <Compile Include="TypeBuilder\InternalTypesTest.cs" /> | |
238 <Compile Include="TypeBuilder\GetSetValueAttributeTest.cs" /> | |
239 <Compile Include="TypeBuilder\InstanceTypeAttributeTest.cs" /> | |
240 <Compile Include="TypeBuilder\LazyInstanceAttributeTest.cs" /> | |
241 <Compile Include="TypeBuilder\NoInstanceAttributeTest.cs" /> | |
242 <Compile Include="TypeBuilder\NoInstanceAttributeTest2.cs" /> | |
243 <Compile Include="TypeBuilder\ParameterAttributeTest.cs" /> | |
244 <Compile Include="TypeBuilder\Builders\PropertyChangeBuilderTest.cs" /> | |
245 <Compile Include="TypeBuilder\TypeFactoryTest.cs" /> | |
246 <Compile Include="Reflection\Extension\ExtensionTest.cs" /> | |
247 <Compile Include="Validation\MinValue.cs" /> | |
248 <Compile Include="Validation\NullValue.cs" /> | |
249 <Compile Include="Validation\RegExValidationTest.cs" /> | |
250 </ItemGroup> | |
251 <ItemGroup> | |
252 <None Include="App.config"> | |
253 <SubType>Designer</SubType> | |
254 </None> | |
255 <None Include="DataAccess\PersonDataSet2.xsc"> | |
256 <DependentUpon>PersonDataSet2.xsd</DependentUpon> | |
257 </None> | |
258 <None Include="DataAccess\PersonDataSet2.xsd"> | |
259 <SubType>Designer</SubType> | |
260 <Generator>MSDataSetGenerator</Generator> | |
261 <LastGenOutput>PersonDataSet2.Designer.cs</LastGenOutput> | |
262 <CustomToolNamespace>DataAccessTest</CustomToolNamespace> | |
263 </None> | |
264 <None Include="DataAccess\PersonDataSet2.xss"> | |
265 <DependentUpon>PersonDataSet2.xsd</DependentUpon> | |
266 </None> | |
267 <None Include="DataAccess\PersonDataSet2.xsx"> | |
268 <DependentUpon>PersonDataSet2.xsd</DependentUpon> | |
269 </None> | |
270 <None Include="packages.config" /> | |
271 <None Include="Properties\Settings.settings"> | |
272 <Generator>SettingsSingleFileGenerator</Generator> | |
273 <LastGenOutput>Settings.Designer.cs</LastGenOutput> | |
274 </None> | |
275 <None Include="TypeBuilder\InternalTypesTest.snk"> | |
276 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
277 </None> | |
278 </ItemGroup> | |
279 <ItemGroup> | |
280 <EmbeddedResource Include="Mapping\Map.xml" /> | |
281 </ItemGroup> | |
282 <ItemGroup> | |
283 <EmbeddedResource Include="DataAccess\XmlExtension.xml" /> | |
284 </ItemGroup> | |
285 <ItemGroup> | |
286 <EmbeddedResource Include="Mapping\Person.mapping.xml" /> | |
287 </ItemGroup> | |
288 <ItemGroup> | |
289 <EmbeddedResource Include="Mapping\XmlMap.xml" /> | |
290 </ItemGroup> | |
291 <ItemGroup> | |
292 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> | |
293 </ItemGroup> | |
294 <ItemGroup> | |
295 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | |
296 <Visible>False</Visible> | |
297 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | |
298 <Install>false</Install> | |
299 </BootstrapperPackage> | |
300 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> | |
301 <Visible>False</Visible> | |
302 <ProductName>.NET Framework 2.0 %28x86%29</ProductName> | |
303 <Install>true</Install> | |
304 </BootstrapperPackage> | |
305 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> | |
306 <Visible>False</Visible> | |
307 <ProductName>.NET Framework 3.0 %28x86%29</ProductName> | |
308 <Install>false</Install> | |
309 </BootstrapperPackage> | |
310 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> | |
311 <Visible>False</Visible> | |
312 <ProductName>.NET Framework 3.5</ProductName> | |
313 <Install>false</Install> | |
314 </BootstrapperPackage> | |
315 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | |
316 <Visible>False</Visible> | |
317 <ProductName>.NET Framework 3.5 SP1</ProductName> | |
318 <Install>false</Install> | |
319 </BootstrapperPackage> | |
320 </ItemGroup> | |
321 <ItemGroup> | |
322 <EmbeddedResource Include="Data\Sql\DefinitionData.xml" /> | |
323 </ItemGroup> | |
324 <ItemGroup> | |
325 <ProjectReference Include="..\..\DataProviders\MySql\BLToolkit.Data.DataProvider.MySql.4.csproj"> | |
326 <Project>{3578AF4C-CBFF-4A38-88F5-E86AC990AFBD}</Project> | |
327 <Name>BLToolkit.Data.DataProvider.MySql.4</Name> | |
328 </ProjectReference> | |
329 <ProjectReference Include="..\..\DataProviders\Oracle\BLToolkit.Data.DataProvider.Oracle.4.csproj"> | |
330 <Project>{2B5287F2-A6AC-4D5A-B0A8-01C06144824D}</Project> | |
331 <Name>BLToolkit.Data.DataProvider.Oracle.4</Name> | |
332 </ProjectReference> | |
333 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj"> | |
334 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project> | |
335 <Name>BLToolkit.4</Name> | |
336 </ProjectReference> | |
337 <ProjectReference Include="..\..\Extensions\JointureAddOn\BLToolkit.4.JointureAddOn.csproj"> | |
338 <Project>{9FD2722C-1E6C-4061-8AC0-32EE28808FC0}</Project> | |
339 <Name>BLToolkit.4.JointureAddOn</Name> | |
340 </ProjectReference> | |
341 </ItemGroup> | |
342 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
343 </Project> |