Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/2.4.1/ProtobufCS/src/ProtoGen/ProtoGen-2.4.1.473.csproj @ 11211

Last change on this file since 11211 was 8295, checked in by abeham, 12 years ago

#1897:

  • Removed protocol buffers 0.9.1
  • Added protocol buffers 2.4.1
  • Updated proto processing command
File size: 10.3 KB
Line 
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>{250ADE34-82FD-4BAE-86D5-985FBE589C4A}</ProjectGuid>
9    <OutputType>Exe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers.ProtoGen</RootNamespace>
12    <AssemblyName>ProtoGen</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <UpgradeBackupLocation>
20    </UpgradeBackupLocation>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <PublishUrl>publish\</PublishUrl>
23    <Install>true</Install>
24    <InstallFrom>Disk</InstallFrom>
25    <UpdateEnabled>false</UpdateEnabled>
26    <UpdateMode>Foreground</UpdateMode>
27    <UpdateInterval>7</UpdateInterval>
28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
29    <UpdatePeriodically>false</UpdatePeriodically>
30    <UpdateRequired>false</UpdateRequired>
31    <MapFileExtensions>true</MapFileExtensions>
32    <ApplicationRevision>0</ApplicationRevision>
33    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
34    <IsWebBootstrapper>false</IsWebBootstrapper>
35    <UseApplicationTrust>false</UseApplicationTrust>
36    <BootstrapperEnabled>true</BootstrapperEnabled>
37    <StartupObject>Google.ProtocolBuffers.ProtoGen.ProgramPreprocess</StartupObject>
38    <TargetFrameworkProfile />
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41    <DebugSymbols>true</DebugSymbols>
42    <DebugType>full</DebugType>
43    <Optimize>false</Optimize>
44    <OutputPath>bin\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <ErrorReport>prompt</ErrorReport>
47    <WarningLevel>4</WarningLevel>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>bin\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x64\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <CodeAnalysisLogFile>bin\Debug\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
72    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
76    <OutputPath>bin\x64\Release\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <CodeAnalysisLogFile>bin\Release\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
88    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
90  </PropertyGroup>
91  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
92    <DebugSymbols>true</DebugSymbols>
93    <OutputPath>bin\x86\Debug\</OutputPath>
94    <DefineConstants>DEBUG;TRACE</DefineConstants>
95    <DebugType>full</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <CodeAnalysisLogFile>bin\Debug\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
98    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
99    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
100    <ErrorReport>prompt</ErrorReport>
101    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
102    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
103    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
104    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
106  </PropertyGroup>
107  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
108    <OutputPath>bin\x86\Release\</OutputPath>
109    <DefineConstants>TRACE</DefineConstants>
110    <Optimize>true</Optimize>
111    <DebugType>pdbonly</DebugType>
112    <PlatformTarget>x86</PlatformTarget>
113    <CodeAnalysisLogFile>bin\Release\ProtoGen-2.4.1.473.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
114    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
115    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
116    <ErrorReport>prompt</ErrorReport>
117    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
118    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
119    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
120    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
121    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
122  </PropertyGroup>
123  <ItemGroup>
124    <Reference Include="mscorlib" />
125    <Reference Include="System" />
126    <Reference Include="System.Data" />
127    <Reference Include="System.Xml" />
128  </ItemGroup>
129  <ItemGroup>
130    <Compile Include="DescriptorUtil.cs" />
131    <Compile Include="EnumFieldGenerator.cs" />
132    <Compile Include="EnumGenerator.cs" />
133    <Compile Include="ExtensionGenerator.cs" />
134    <Compile Include="FieldGeneratorBase.cs" />
135    <Compile Include="IFieldSourceGenerator.cs" />
136    <Compile Include="ISourceGenerator.cs" />
137    <Compile Include="MessageFieldGenerator.cs" />
138    <Compile Include="MessageGenerator.cs" />
139    <Compile Include="PrimitiveFieldGenerator.cs" />
140    <Compile Include="ProgramPreprocess.cs" />
141    <Compile Include="RepeatedEnumFieldGenerator.cs" />
142    <Compile Include="RepeatedMessageFieldGenerator.cs" />
143    <Compile Include="RepeatedPrimitiveFieldGenerator.cs" />
144    <Compile Include="ServiceGenerator.cs" />
145    <Compile Include="DependencyResolutionException.cs" />
146    <Compile Include="Generator.cs" />
147    <Compile Include="GeneratorOptions.cs" />
148    <Compile Include="Helpers.cs" />
149    <Compile Include="InvalidOptionsException.cs" />
150    <Compile Include="Program.cs" />
151    <Compile Include="Properties\AssemblyInfo.cs" />
152    <Compile Include="ServiceInterfaceGenerator.cs" />
153    <Compile Include="SourceGeneratorBase.cs" />
154    <Compile Include="SourceGenerators.cs" />
155    <Compile Include="UmbrellaClassGenerator.cs" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="app.config" />
159  </ItemGroup>
160  <ItemGroup>
161    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
162      <Visible>False</Visible>
163      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
164      <Install>false</Install>
165    </BootstrapperPackage>
166    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
167      <Visible>False</Visible>
168      <ProductName>.NET Framework 3.5 SP1</ProductName>
169      <Install>true</Install>
170    </BootstrapperPackage>
171    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
172      <Visible>False</Visible>
173      <ProductName>Windows Installer 3.1</ProductName>
174      <Install>true</Install>
175    </BootstrapperPackage>
176  </ItemGroup>
177  <ItemGroup>
178    <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers-2.4.1.473.csproj">
179      <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
180      <Name>ProtocolBuffers-2.4.1.473</Name>
181    </ProjectReference>
182  </ItemGroup>
183  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
184  <PropertyGroup>
185    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
186copy "$(TargetDir)Google.ProtocolBuffers-2.4.1.473.dll" "$(SolutionDir)"
187copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent>
188  </PropertyGroup>
189  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
190       Other similar extension points exist, see Microsoft.Common.targets.
191  <Target Name="BeforeBuild">
192  </Target>
193  <Target Name="AfterBuild">
194  </Target>
195  -->
196</Project>
Note: See TracBrowser for help on using the repository browser.