comparison UnitTests/Linq/UnitTests.Linq.Interface.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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>{D527524F-EC92-465E-9CAE-86278121675A}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>UnitTests.Linq.Interface</RootNamespace>
12 <AssemblyName>UnitTests.Linq.Interface</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <PublishUrl>publish\</PublishUrl>
20 <Install>true</Install>
21 <InstallFrom>Disk</InstallFrom>
22 <UpdateEnabled>false</UpdateEnabled>
23 <UpdateMode>Foreground</UpdateMode>
24 <UpdateInterval>7</UpdateInterval>
25 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26 <UpdatePeriodically>false</UpdatePeriodically>
27 <UpdateRequired>false</UpdateRequired>
28 <MapFileExtensions>true</MapFileExtensions>
29 <ApplicationRevision>0</ApplicationRevision>
30 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31 <IsWebBootstrapper>false</IsWebBootstrapper>
32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 </PropertyGroup>
35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36 <DebugSymbols>true</DebugSymbols>
37 <DebugType>full</DebugType>
38 <Optimize>false</Optimize>
39 <OutputPath>bin\Debug\</OutputPath>
40 <DefineConstants>DEBUG;TRACE</DefineConstants>
41 <ErrorReport>prompt</ErrorReport>
42 <WarningLevel>4</WarningLevel>
43 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <DebugType>pdbonly</DebugType>
47 <Optimize>true</Optimize>
48 <OutputPath>bin\Release\</OutputPath>
49 <DefineConstants>TRACE</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
52 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug FW 3.5|AnyCPU'">
55 <DebugSymbols>true</DebugSymbols>
56 <OutputPath>bin\Debug FW 3.5\</OutputPath>
57 <DefineConstants>DEBUG;TRACE</DefineConstants>
58 <DebugType>full</DebugType>
59 <PlatformTarget>AnyCPU</PlatformTarget>
60 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.Interface.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
61 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
62 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
63 <ErrorReport>prompt</ErrorReport>
64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65 <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
66 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
68 <WarningLevel>4</WarningLevel>
69 <Optimize>false</Optimize>
70 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
72 <DebugSymbols>true</DebugSymbols>
73 <OutputPath>bin\DebugMono\</OutputPath>
74 <DefineConstants>TRACE;DEBUG;MONO</DefineConstants>
75 <DebugType>full</DebugType>
76 <PlatformTarget>AnyCPU</PlatformTarget>
77 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.Interface.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80 <ErrorReport>prompt</ErrorReport>
81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83 <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
84 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
86 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
87 <WarningLevel>4</WarningLevel>
88 <Optimize>false</Optimize>
89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
91 <OutputPath>bin\ReleaseMono\</OutputPath>
92 <DefineConstants>TRACE</DefineConstants>
93 <Optimize>true</Optimize>
94 <DebugType>pdbonly</DebugType>
95 <PlatformTarget>AnyCPU</PlatformTarget>
96 <CodeAnalysisLogFile>bin\Release\UnitTests.Linq.Interface.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
97 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
98 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
99 <ErrorReport>prompt</ErrorReport>
100 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
101 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
102 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
103 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
104 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
105 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
106 <WarningLevel>4</WarningLevel>
107 </PropertyGroup>
108 <ItemGroup>
109 <Reference Include="System">
110 </Reference>
111 <Reference Include="System.Core">
112 </Reference>
113 <Reference Include="System.Data.Linq">
114 </Reference>
115 <Reference Include="System.Runtime.Serialization">
116 </Reference>
117 <Reference Include="System.ServiceModel">
118 </Reference>
119 <Reference Include="System.Xml.Linq">
120 </Reference>
121 <Reference Include="System.Data.DataSetExtensions">
122 </Reference>
123 <Reference Include="System.Data">
124 </Reference>
125 <Reference Include="System.Xml">
126 </Reference>
127 </ItemGroup>
128 <ItemGroup>
129 <Compile Include="ITestDataContext.cs" />
130 <Compile Include="Model\BinaryData.cs" />
131 <Compile Include="Model\PostgreSQLSpecific.cs" />
132 <Compile Include="Model\DataTypeTest.cs" />
133 <Compile Include="Model\Doctor.cs" />
134 <Compile Include="Model\EditableParent.cs" />
135 <Compile Include="Model\FirebirdSpecific.cs" />
136 <Compile Include="Model\Gender.cs" />
137 <Compile Include="Model\LinqDataTypes.cs" />
138 <Compile Include="Model\Northwind.cs" />
139 <Compile Include="Model\NorthwindDB.cs">
140 <SubType>Component</SubType>
141 </Compile>
142 <Compile Include="Model\OracleSpecific.cs" />
143 <Compile Include="Model\ParentChild.cs" />
144 <Compile Include="Model\Patient.cs" />
145 <Compile Include="Model\Person.cs" />
146 <Compile Include="Model\TestIdentity.cs" />
147 <Compile Include="Model\TypeValue.cs" />
148 <Compile Include="Properties\AssemblyInfo.cs" />
149 <Compile Include="TestDbManager.cs">
150 <SubType>Component</SubType>
151 </Compile>
152 <Compile Include="TestServiceModelDataContext.cs" />
153 </ItemGroup>
154 <ItemGroup>
155 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
156 <Visible>False</Visible>
157 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
158 <Install>false</Install>
159 </BootstrapperPackage>
160 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
161 <Visible>False</Visible>
162 <ProductName>.NET Framework 3.5 SP1</ProductName>
163 <Install>true</Install>
164 </BootstrapperPackage>
165 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
166 <Visible>False</Visible>
167 <ProductName>Windows Installer 3.1</ProductName>
168 <Install>true</Install>
169 </BootstrapperPackage>
170 </ItemGroup>
171 <ItemGroup>
172 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
173 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
174 <Name>BLToolkit.4</Name>
175 </ProjectReference>
176 </ItemGroup>
177 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
178 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
179 Other similar extension points exist, see Microsoft.Common.targets.
180 <Target Name="BeforeBuild">
181 </Target>
182 <Target Name="AfterBuild">
183 </Target>
184 -->
185 </Project>