comparison DataProviders/MySql/BLToolkit.Data.DataProvider.MySql.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>{3578AF4C-CBFF-4A38-88F5-E86AC990AFBD}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>BLToolkit.Data.DataProvider.MySql</RootNamespace>
12 <AssemblyName>BLToolkit.Data.DataProvider.MySql.4</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)' == 'DebugMono|AnyCPU'">
55 <DebugSymbols>true</DebugSymbols>
56 <OutputPath>bin\DebugMono\</OutputPath>
57 <DefineConstants>DEBUG;TRACE</DefineConstants>
58 <DebugType>full</DebugType>
59 <PlatformTarget>AnyCPU</PlatformTarget>
60 <CodeAnalysisLogFile>bin\Debug\BLToolkit.Data.DataProvider.MySql.4.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 (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
66 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
68 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
69 <WarningLevel>4</WarningLevel>
70 <Optimize>false</Optimize>
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\BLToolkit.Data.DataProvider.MySql.4.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 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
88 <WarningLevel>4</WarningLevel>
89 </PropertyGroup>
90 <ItemGroup>
91 <Reference Include="MySql.Data, Version=6.8.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
92 <SpecificVersion>False</SpecificVersion>
93 <HintPath>..\..\packages\MySql.Data.6.8.3\lib\net40\MySql.Data.dll</HintPath>
94 </Reference>
95 <Reference Include="System">
96 </Reference>
97 <Reference Include="System.Core">
98 </Reference>
99 <Reference Include="System.Data.Linq">
100 </Reference>
101 <Reference Include="System.Data">
102 </Reference>
103 <Reference Include="System.Xml">
104 </Reference>
105 </ItemGroup>
106 <ItemGroup>
107 <Compile Include="..\..\Source\Data\DataProvider\MySqlDataProvider.cs">
108 <Link>MySqlDataProvider.cs</Link>
109 </Compile>
110 <Compile Include="Properties\AssemblyInfo.cs" />
111 </ItemGroup>
112 <ItemGroup>
113 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
114 <Visible>False</Visible>
115 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
116 <Install>false</Install>
117 </BootstrapperPackage>
118 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
119 <Visible>False</Visible>
120 <ProductName>.NET Framework 3.5 SP1</ProductName>
121 <Install>true</Install>
122 </BootstrapperPackage>
123 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
124 <Visible>False</Visible>
125 <ProductName>Windows Installer 3.1</ProductName>
126 <Install>true</Install>
127 </BootstrapperPackage>
128 </ItemGroup>
129 <ItemGroup>
130 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
131 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
132 <Name>BLToolkit.4</Name>
133 </ProjectReference>
134 </ItemGroup>
135 <ItemGroup>
136 <None Include="packages.config" />
137 </ItemGroup>
138 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
140 Other similar extension points exist, see Microsoft.Common.targets.
141 <Target Name="BeforeBuild">
142 </Target>
143 <Target Name="AfterBuild">
144 </Target>
145 -->
146 </Project>