comparison DataProviders/DB2/BLToolkit.Data.DataProvider.DB2.4.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>{86BF4F10-3606-4016-9919-84C3335813B6}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>BLToolkit.Data.DataProvider.DB2</RootNamespace>
12 <AssemblyName>BLToolkit.Data.DataProvider.DB2.4</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <UpgradeBackupLocation />
19 <TargetFrameworkProfile />
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 <IsWebBootstrapper>false</IsWebBootstrapper>
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 </PropertyGroup>
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47 <DebugType>pdbonly</DebugType>
48 <Optimize>true</Optimize>
49 <OutputPath>bin\Release\</OutputPath>
50 <DefineConstants>TRACE</DefineConstants>
51 <ErrorReport>prompt</ErrorReport>
52 <WarningLevel>4</WarningLevel>
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|AnyCPU'">
56 <DebugSymbols>true</DebugSymbols>
57 <OutputPath>bin\DebugMono\</OutputPath>
58 <DefineConstants>DEBUG;TRACE</DefineConstants>
59 <DebugType>full</DebugType>
60 <PlatformTarget>AnyCPU</PlatformTarget>
61 <CodeAnalysisLogFile>bin\Debug\BLToolkit.Data.DataProvider.DB2.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62 <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63 <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64 <ErrorReport>prompt</ErrorReport>
65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
68 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
69 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
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\BLToolkit.Data.DataProvider.DB2.4.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 </PropertyGroup>
86 <ItemGroup>
87 <Reference Include="IBM.Data.DB2, Version=9.0.0.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208, processorArchitecture=x86">
88 <SpecificVersion>False</SpecificVersion>
89 <HintPath>..\..\Redist\IBM\IBM.Data.DB2.dll</HintPath>
90 </Reference>
91 <Reference Include="System" />
92 <Reference Include="System.Core">
93 <RequiredTargetFramework>3.5</RequiredTargetFramework>
94 </Reference>
95 <Reference Include="System.Data" />
96 </ItemGroup>
97 <ItemGroup>
98 <Compile Include="..\..\Source\Data\DataProvider\DB2DataProvider.cs">
99 <Link>DB2DataProvider.cs</Link>
100 </Compile>
101 <Compile Include="Properties\AssemblyInfo.cs" />
102 </ItemGroup>
103 <ItemGroup>
104 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
105 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
106 <Name>BLToolkit.4</Name>
107 </ProjectReference>
108 </ItemGroup>
109 <ItemGroup>
110 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
111 <Visible>False</Visible>
112 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
113 <Install>false</Install>
114 </BootstrapperPackage>
115 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
116 <Visible>False</Visible>
117 <ProductName>.NET Framework 3.5 SP1</ProductName>
118 <Install>true</Install>
119 </BootstrapperPackage>
120 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
121 <Visible>False</Visible>
122 <ProductName>Windows Installer 3.1</ProductName>
123 <Install>true</Install>
124 </BootstrapperPackage>
125 </ItemGroup>
126 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128 Other similar extension points exist, see Microsoft.Common.targets.
129 <Target Name="BeforeBuild">
130 </Target>
131 <Target Name="AfterBuild">
132 </Target>
133 -->
134 </Project>