comparison HowTo/HowTo.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>{8DA66999-005A-49AB-86A9-2C1F62905B50}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>HowTo</RootNamespace>
12 <AssemblyName>HowTo</AssemblyName>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation>
17 </UpgradeBackupLocation>
18 <IsWebBootstrapper>false</IsWebBootstrapper>
19 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
20 <TargetFrameworkProfile />
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 </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>DEBUG;TRACE</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</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>x86</PlatformTarget>
62 <CodeAnalysisLogFile>bin\Debug\HowTo.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 </PropertyGroup>
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|AnyCPU'">
72 <OutputPath>bin\ReleaseMono\</OutputPath>
73 <DefineConstants>TRACE</DefineConstants>
74 <Optimize>true</Optimize>
75 <DebugType>pdbonly</DebugType>
76 <PlatformTarget>AnyCPU</PlatformTarget>
77 <CodeAnalysisLogFile>bin\Release\HowTo.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>false</CodeAnalysisIgnoreBuiltInRuleSets>
84 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85 </PropertyGroup>
86 <ItemGroup>
87 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
88 <SpecificVersion>False</SpecificVersion>
89 <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
90 </Reference>
91 <Reference Include="System" />
92 <Reference Include="System.configuration" />
93 <Reference Include="System.Core">
94 <RequiredTargetFramework>3.5</RequiredTargetFramework>
95 </Reference>
96 <Reference Include="System.Data" />
97 <Reference Include="System.Xml" />
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="..\Source\Data\DataProvider\SybaseAdoDataProvider.cs">
101 <Link>Data\DataProvider\SybaseAdoDataProvider.cs</Link>
102 </Compile>
103 <Compile Include="Aspects\AsyncAspect.cs" />
104 <Compile Include="Aspects\CacheAspect.cs" />
105 <Compile Include="Aspects\ClearCacheAspect.cs" />
106 <Compile Include="Aspects\CounterAspect.cs" />
107 <Compile Include="Aspects\LoggingAspect.cs" />
108 <Compile Include="Aspects\MixinAspect.cs" />
109 <Compile Include="Aspects\NoCache.cs" />
110 <Compile Include="Aspects\NotNull.cs" />
111 <Compile Include="Aspects\OverloadAspect.cs" />
112 <Compile Include="DataAccess\AbstractAccessor.cs" />
113 <Compile Include="DataAccess\ActionName.cs" />
114 <Compile Include="DataAccess\ActionSprocName.cs" />
115 <Compile Include="DataAccess\ActualType.cs" />
116 <Compile Include="DataAccess\CommandBehavior.cs" />
117 <Compile Include="DataAccess\CustomSqlQuery2.cs" />
118 <Compile Include="DataAccess\CustomSqlQuery1.cs" />
119 <Compile Include="DataAccess\Transaction.cs" />
120 <Compile Include="DataAccess\OpenConfigQuery.cs" />
121 <Compile Include="DataAccess\SqlQuery.cs" />
122 <Compile Include="DataAccess\SprocName.cs" />
123 <Compile Include="DataAccess\ScalarSource.cs" />
124 <Compile Include="DataAccess\ScalarFieldName.cs" />
125 <Compile Include="DataAccess\ParamNullValue.cs" />
126 <Compile Include="DataAccess\ParamName.cs" />
127 <Compile Include="DataAccess\Param.cs" />
128 <Compile Include="DataAccess\Format.cs" />
129 <Compile Include="DataAccess\DiscoverParameters.cs" />
130 <Compile Include="DataAccess\Direction.cs" />
131 <Compile Include="DataAccess\Destination.cs" />
132 <Compile Include="DataAccess\DataSetTable.cs" />
133 <Compile Include="DataAccess\ExecuteScalar.cs" />
134 <Compile Include="DataAccess\ExecuteObject.cs" />
135 <Compile Include="DataAccess\ExecuteList.cs" />
136 <Compile Include="DataAccess\ExecuteDictionary.cs" />
137 <Compile Include="DataAccess\TableName.cs" />
138 <Compile Include="DataAccess\NonUpdatable.cs" />
139 <Compile Include="DataAccess\MultiplePrimaryKey.cs" />
140 <Compile Include="DataAccess\PrimaryKey.cs" />
141 <Compile Include="DataAccess\Gender.cs" />
142 <Compile Include="DataAccess\Person.cs" />
143 <Compile Include="DataAccess\XmlExtension.cs" />
144 <Compile Include="DataAccess\Delete.cs" />
145 <Compile Include="DataAccess\Update.cs" />
146 <Compile Include="DataAccess\Insert.cs" />
147 <Compile Include="DataAccess\SelectAll.cs" />
148 <Compile Include="DataAccess\SelectByKey.cs" />
149 <Compile Include="DataAccess\DeleteSql.cs" />
150 <Compile Include="DataAccess\UpdateSql.cs" />
151 <Compile Include="DataAccess\InsertSql.cs" />
152 <Compile Include="DataAccess\SelectAllSql.cs" />
153 <Compile Include="DataAccess\OpenConfig.cs" />
154 <Compile Include="DataAccess\SelectByKeySql.cs" />
155 <Compile Include="DataAccess\PersonAccessor.cs" />
156 <Compile Include="Data\Close.cs" />
157 <Compile Include="Data\AdoDemo.cs" />
158 <Compile Include="Data\ComplexMapping.cs" />
159 <Compile Include="Data\ExecuteScalarDictionary.cs" />
160 <Compile Include="Data\ExecuteScalar.cs" />
161 <Compile Include="Data\ExecuteReader.cs" />
162 <Compile Include="Data\ExecuteDictionary.cs" />
163 <Compile Include="Data\ExecuteDataTable.cs" />
164 <Compile Include="Data\ExecuteDataSet.cs" />
165 <Compile Include="Data\ExecuteNonQuery.cs" />
166 <Compile Include="Data\ExecuteForEach.cs" />
167 <Compile Include="Data\ExecuteScalarList.cs" />
168 <Compile Include="Data\Prepare.cs" />
169 <Compile Include="Data\DataProvider\AddDataProvider.cs" />
170 <Compile Include="Data\OpenConfig1.cs" />
171 <Compile Include="Data\DbManagerDemo.cs" />
172 <Compile Include="Data\OpenConfig1FW2.cs" />
173 <Compile Include="Data\OpenConfig2.cs" />
174 <Compile Include="Data\ExecuteObject.cs" />
175 <Compile Include="Data\ExecuteList.cs" />
176 <Compile Include="Data\OpenConfig3.cs" />
177 <Compile Include="Data\Parameter.cs" />
178 <Compile Include="Data\SetCommand.cs" />
179 <Compile Include="Data\SetSpCommand.cs" />
180 <Compile Include="Data\Transaction.cs" />
181 <Compile Include="Data\UpdateObject.cs" />
182 <Compile Include="EditableObjects\AcceptRejectChanges.cs" />
183 <Compile Include="EditableObjects\IsDirty.cs" />
184 <Compile Include="EditableObjects\EditableObjectTest.cs" />
185 <Compile Include="Mapping\MapToJson.cs" />
186 <Compile Include="Mapping\MapFieldAttribute.cs" />
187 <Compile Include="Mapping\ObjectToObject.cs" />
188 <Compile Include="Mapping\MapValueAttribute2.cs" />
189 <Compile Include="Mapping\MapValueAttribute1.cs" />
190 <Compile Include="Mapping\ValueToEnum.cs" />
191 <Compile Include="Mapping\EnumToValue.cs" />
192 <Compile Include="Patterns\DuckTyping.cs" />
193 <Compile Include="Properties\AssemblyInfo.cs" />
194 <Compile Include="Reflection\ObjectFactory.cs" />
195 <Compile Include="TypeBuilder\InitialValues.cs" />
196 <Compile Include="TypeBuilder\XmlSerialization.cs" />
197 <Compile Include="TypeBuilder\InternalTypes.cs" />
198 </ItemGroup>
199 <ItemGroup>
200 <EmbeddedResource Include="DataAccess\XmlExtension.xml" />
201 </ItemGroup>
202 <ItemGroup>
203 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
204 </ItemGroup>
205 <ItemGroup>
206 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
207 <Visible>False</Visible>
208 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
209 <Install>false</Install>
210 </BootstrapperPackage>
211 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
212 <Visible>False</Visible>
213 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
214 <Install>true</Install>
215 </BootstrapperPackage>
216 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
217 <Visible>False</Visible>
218 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
219 <Install>false</Install>
220 </BootstrapperPackage>
221 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
222 <Visible>False</Visible>
223 <ProductName>.NET Framework 3.5</ProductName>
224 <Install>false</Install>
225 </BootstrapperPackage>
226 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
227 <Visible>False</Visible>
228 <ProductName>.NET Framework 3.5 SP1</ProductName>
229 <Install>false</Install>
230 </BootstrapperPackage>
231 </ItemGroup>
232 <ItemGroup>
233 <None Include="..\Data\BLToolkitData.sqlite">
234 <Link>BLToolkitData.sqlite</Link>
235 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
236 </None>
237 <None Include="app.config" />
238 <None Include="packages.config" />
239 </ItemGroup>
240 <ItemGroup>
241 <EmbeddedResource Include="DataAccess\Sql\Sql.xml" />
242 </ItemGroup>
243 <ItemGroup>
244 <EmbeddedResource Include="DataAccess\Sql\Access.xml" />
245 </ItemGroup>
246 <ItemGroup>
247 <EmbeddedResource Include="DataAccess\Sql\Oracle.xml" />
248 </ItemGroup>
249 <ItemGroup>
250 <EmbeddedResource Include="DataAccess\Sql\Fdp.xml" />
251 </ItemGroup>
252 <ItemGroup>
253 <EmbeddedResource Include="DataAccess\Sql\SQLite.xml" />
254 </ItemGroup>
255 <ItemGroup>
256 <EmbeddedResource Include="Data\RelationExtension.xml" />
257 </ItemGroup>
258 <ItemGroup>
259 <ProjectReference Include="..\Source\BLToolkit.4.csproj">
260 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
261 <Name>BLToolkit.4</Name>
262 </ProjectReference>
263 </ItemGroup>
264 <ItemGroup>
265 <Content Include="..\Data\BLToolkitData.mdb">
266 <Link>BLToolkitData.mdb</Link>
267 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
268 </Content>
269 <Content Include="..\Data\BLToolkitData.sdf">
270 <Link>BLToolkitData.sdf</Link>
271 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
272 </Content>
273 </ItemGroup>
274 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
275 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
276 Other similar extension points exist, see Microsoft.Common.targets.
277 <Target Name="BeforeBuild">
278 </Target>
279 <Target Name="AfterBuild">
280 </Target>
281 -->
282 </Project>