comparison UnitTests/Linq/UnitTests.Linq.VisualBasic.vbproj @ 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>{D11617AB-9F88-4C74-8ABD-F8580DB4B01B}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <RootNamespace>Data.Linq</RootNamespace>
11 <AssemblyName>UnitTests.Linq.VisualBasic</AssemblyName>
12 <FileAlignment>512</FileAlignment>
13 <MyType>Windows</MyType>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15 <OptionExplicit>On</OptionExplicit>
16 <OptionCompare>Binary</OptionCompare>
17 <OptionStrict>Off</OptionStrict>
18 <OptionInfer>On</OptionInfer>
19 <FileUpgradeFlags>
20 </FileUpgradeFlags>
21 <OldToolsVersion>3.5</OldToolsVersion>
22 <UpgradeBackupLocation />
23 <PublishUrl>publish\</PublishUrl>
24 <Install>true</Install>
25 <InstallFrom>Disk</InstallFrom>
26 <UpdateEnabled>false</UpdateEnabled>
27 <UpdateMode>Foreground</UpdateMode>
28 <UpdateInterval>7</UpdateInterval>
29 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30 <UpdatePeriodically>false</UpdatePeriodically>
31 <UpdateRequired>false</UpdateRequired>
32 <MapFileExtensions>true</MapFileExtensions>
33 <ApplicationRevision>0</ApplicationRevision>
34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35 <IsWebBootstrapper>false</IsWebBootstrapper>
36 <UseApplicationTrust>false</UseApplicationTrust>
37 <BootstrapperEnabled>true</BootstrapperEnabled>
38 <TargetFrameworkProfile />
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41 <DebugSymbols>true</DebugSymbols>
42 <DebugType>full</DebugType>
43 <DefineDebug>true</DefineDebug>
44 <DefineTrace>true</DefineTrace>
45 <OutputPath>bin\Debug\</OutputPath>
46 <DocumentationFile>UnitTests.Linq.VisualBasic.xml</DocumentationFile>
47 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49 </PropertyGroup>
50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51 <DebugType>pdbonly</DebugType>
52 <DefineDebug>false</DefineDebug>
53 <DefineTrace>true</DefineTrace>
54 <Optimize>true</Optimize>
55 <OutputPath>bin\Release\</OutputPath>
56 <DocumentationFile>UnitTests.Linq.VisualBasic.xml</DocumentationFile>
57 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug FW 3.5|AnyCPU'">
61 <DebugSymbols>true</DebugSymbols>
62 <DefineDebug>true</DefineDebug>
63 <DefineTrace>true</DefineTrace>
64 <OutputPath>bin\Debug FW 3.5\</OutputPath>
65 <DocumentationFile>UnitTests.Linq.VisualBasic.xml</DocumentationFile>
66 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
67 <DebugType>full</DebugType>
68 <PlatformTarget>AnyCPU</PlatformTarget>
69 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.VisualBasic.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
70 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
71 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73 <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
74 <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
77 <DebugSymbols>true</DebugSymbols>
78 <DefineDebug>true</DefineDebug>
79 <DefineTrace>true</DefineTrace>
80 <OutputPath>bin\DebugMono\</OutputPath>
81 <DocumentationFile>UnitTests.Linq.VisualBasic.xml</DocumentationFile>
82 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
83 <DebugType>full</DebugType>
84 <PlatformTarget>AnyCPU</PlatformTarget>
85 <CodeAnalysisLogFile>bin\Debug\UnitTests.Linq.VisualBasic.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
86 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
87 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
89 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
90 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
91 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
92 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
93 </PropertyGroup>
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
95 <DefineTrace>true</DefineTrace>
96 <OutputPath>bin\ReleaseMono\</OutputPath>
97 <DocumentationFile>UnitTests.Linq.VisualBasic.xml</DocumentationFile>
98 <Optimize>true</Optimize>
99 <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
100 <DebugType>pdbonly</DebugType>
101 <PlatformTarget>AnyCPU</PlatformTarget>
102 <CodeAnalysisLogFile>bin\Release\UnitTests.Linq.VisualBasic.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
103 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
104 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
107 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
108 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
109 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
110 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
111 </PropertyGroup>
112 <ItemGroup>
113 <Reference Include="System" />
114 <Reference Include="System.Data" />
115 <Reference Include="System.Xml" />
116 <Reference Include="System.Core">
117 <RequiredTargetFramework>3.5</RequiredTargetFramework>
118 </Reference>
119 <Reference Include="System.Xml.Linq">
120 <RequiredTargetFramework>3.5</RequiredTargetFramework>
121 </Reference>
122 <Reference Include="System.Data.DataSetExtensions">
123 <RequiredTargetFramework>3.5</RequiredTargetFramework>
124 </Reference>
125 </ItemGroup>
126 <ItemGroup>
127 <Import Include="Microsoft.VisualBasic" />
128 <Import Include="System" />
129 <Import Include="System.Collections" />
130 <Import Include="System.Collections.Generic" />
131 <Import Include="System.Data" />
132 <Import Include="System.Diagnostics" />
133 <Import Include="System.Linq" />
134 <Import Include="System.Xml.Linq" />
135 </ItemGroup>
136 <ItemGroup>
137 <Compile Include="VisualBasicCommon.vb" />
138 <Compile Include="CompilerServices.vb" />
139 </ItemGroup>
140 <ItemGroup>
141 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
142 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
143 <Name>BLToolkit.4</Name>
144 </ProjectReference>
145 <ProjectReference Include="UnitTests.Linq.Interface.csproj">
146 <Project>{D527524F-EC92-465E-9CAE-86278121675A}</Project>
147 <Name>UnitTests.Linq.Interface</Name>
148 </ProjectReference>
149 </ItemGroup>
150 <ItemGroup>
151 <Folder Include="My Project\" />
152 </ItemGroup>
153 <ItemGroup>
154 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
155 <Visible>False</Visible>
156 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
157 <Install>false</Install>
158 </BootstrapperPackage>
159 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
160 <Visible>False</Visible>
161 <ProductName>.NET Framework 3.5 SP1</ProductName>
162 <Install>true</Install>
163 </BootstrapperPackage>
164 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
165 <Visible>False</Visible>
166 <ProductName>Windows Installer 3.1</ProductName>
167 <Install>true</Install>
168 </BootstrapperPackage>
169 </ItemGroup>
170 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
171 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
172 Other similar extension points exist, see Microsoft.Common.targets.
173 <Target Name="BeforeBuild">
174 </Target>
175 <Target Name="AfterBuild">
176 </Target>
177 -->
178 </Project>