comparison Tools/BLTgen/BLTgen.2010.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>{65FC918C-FF12-4C75-96F5-180B552989E5}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>BLTgen</RootNamespace>
12 <AssemblyName>BLTgen.4</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 </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\BLTgen.4.exe.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 <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
68 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
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\BLTgen.4.exe.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 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
86 </PropertyGroup>
87 <ItemGroup>
88 <Reference Include="System" />
89 <Reference Include="System.Core">
90 <RequiredTargetFramework>3.5</RequiredTargetFramework>
91 </Reference>
92 <Reference Include="System.Data" />
93 <Reference Include="System.Xml" />
94 </ItemGroup>
95 <ItemGroup>
96 <Compile Include="StringListMapper.cs" />
97 <Compile Include="Program.cs" />
98 <Compile Include="Properties\AssemblyInfo.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
102 </ItemGroup>
103 <ItemGroup>
104 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
105 <Visible>False</Visible>
106 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
107 <Install>false</Install>
108 </BootstrapperPackage>
109 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
110 <Visible>False</Visible>
111 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
112 <Install>true</Install>
113 </BootstrapperPackage>
114 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
115 <Visible>False</Visible>
116 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
117 <Install>false</Install>
118 </BootstrapperPackage>
119 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
120 <Visible>False</Visible>
121 <ProductName>.NET Framework 3.5</ProductName>
122 <Install>false</Install>
123 </BootstrapperPackage>
124 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
125 <Visible>False</Visible>
126 <ProductName>.NET Framework 3.5 SP1</ProductName>
127 <Install>false</Install>
128 </BootstrapperPackage>
129 </ItemGroup>
130 <ItemGroup>
131 <None Include="app.config" />
132 </ItemGroup>
133 <ItemGroup>
134 <ProjectReference Include="..\..\Source\BLToolkit.4.csproj">
135 <Project>{0C325F5D-E50E-4340-8724-D29896CCC583}</Project>
136 <Name>BLToolkit.4</Name>
137 </ProjectReference>
138 </ItemGroup>
139 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
143 </Target>
144 <Target Name="AfterBuild">
145 </Target>
146 -->
147 </Project>