comparison UnitTests/All/UnitTests.All.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>{6AE74A35-B337-4B17-8092-E1B98DEF06AF}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>UnitTests.All</RootNamespace>
12 <AssemblyName>UnitTests.All</AssemblyName>
13 <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
14 <FileUpgradeFlags>
15 </FileUpgradeFlags>
16 <OldToolsVersion>3.5</OldToolsVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <IsWebBootstrapper>false</IsWebBootstrapper>
20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
21 <PublishUrl>publish\</PublishUrl>
22 <Install>true</Install>
23 <InstallFrom>Disk</InstallFrom>
24 <UpdateEnabled>false</UpdateEnabled>
25 <UpdateMode>Foreground</UpdateMode>
26 <UpdateInterval>7</UpdateInterval>
27 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28 <UpdatePeriodically>false</UpdatePeriodically>
29 <UpdateRequired>false</UpdateRequired>
30 <MapFileExtensions>true</MapFileExtensions>
31 <ApplicationRevision>0</ApplicationRevision>
32 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
35 <TargetFrameworkProfile />
36 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols>
39 <DebugType>full</DebugType>
40 <Optimize>false</Optimize>
41 <OutputPath>bin\Debug\</OutputPath>
42 <DefineConstants>DEBUG;TRACE</DefineConstants>
43 <ErrorReport>prompt</ErrorReport>
44 <WarningLevel>4</WarningLevel>
45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
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</DefineConstants>
52 <ErrorReport>prompt</ErrorReport>
53 <WarningLevel>4</WarningLevel>
54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55 </PropertyGroup>
56 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
57 <DebugSymbols>true</DebugSymbols>
58 <OutputPath>bin\DebugMono\</OutputPath>
59 <DefineConstants>DEBUG;TRACE</DefineConstants>
60 <DebugType>full</DebugType>
61 <PlatformTarget>AnyCPU</PlatformTarget>
62 <CodeAnalysisLogFile>bin\Debug\UnitTests.All.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65 <ErrorReport>prompt</ErrorReport>
66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
73 <OutputPath>bin\ReleaseMono\</OutputPath>
74 <DefineConstants>TRACE</DefineConstants>
75 <Optimize>true</Optimize>
76 <DebugType>pdbonly</DebugType>
77 <PlatformTarget>AnyCPU</PlatformTarget>
78 <CodeAnalysisLogFile>bin\Release\UnitTests.All.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
79 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
80 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
81 <ErrorReport>prompt</ErrorReport>
82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
84 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
85 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
86 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
87 </PropertyGroup>
88 <ItemGroup>
89 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
90 <SpecificVersion>False</SpecificVersion>
91 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
92 </Reference>
93 <Reference Include="System" />
94 <Reference Include="System.Data" />
95 <Reference Include="System.Xml" />
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="GetValueTest.cs" />
99 <Compile Include="Properties\AssemblyInfo.cs" />
100 </ItemGroup>
101 <ItemGroup>
102 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
103 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
104 <Name>BLToolkit.4</Name>
105 </ProjectReference>
106 <ProjectReference Include="..\CS\UnitTests.CS.csproj">
107 <Project>{2BB4AD77-190F-4D7E-A83E-7B254A0A1FCA}</Project>
108 <Name>UnitTests.CS</Name>
109 </ProjectReference>
110 </ItemGroup>
111 <ItemGroup>
112 <None Include="App.config" />
113 <None Include="packages.config" />
114 </ItemGroup>
115 <ItemGroup>
116 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
117 </ItemGroup>
118 <ItemGroup>
119 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
127 <Install>true</Install>
128 </BootstrapperPackage>
129 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
130 <Visible>False</Visible>
131 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
132 <Install>false</Install>
133 </BootstrapperPackage>
134 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
135 <Visible>False</Visible>
136 <ProductName>.NET Framework 3.5</ProductName>
137 <Install>false</Install>
138 </BootstrapperPackage>
139 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
140 <Visible>False</Visible>
141 <ProductName>.NET Framework 3.5 SP1</ProductName>
142 <Install>false</Install>
143 </BootstrapperPackage>
144 </ItemGroup>
145 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
146 <PropertyGroup>
147 <PostBuildEvent>copy "$(ProjectDir)App.config" "$(ProjectDir)$(OutDir)"
148 copy "$(ProjectDir)App.config" "$(ProjectDir)$(OutDir)UnitTests.CS.dll.config"
149 copy "$(ProjectDir)App.config" "$(ProjectDir)$(OutDir)HowTo.dll.config"</PostBuildEvent>
150 </PropertyGroup>
151 </Project>