Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj @ 7237

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

#1579: fixed build configuration of ProtoGen (not build to the common bin directory anymore) and ProtocolBuffers

File size: 12.4 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>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
12    <AssemblyName>Google.ProtocolBuffers-0.9.1</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <NoStdLib>true</NoStdLib>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <NoStdLib>true</NoStdLib>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <NoStdLib>true</NoStdLib>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
68    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
69    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
73    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <Optimize>true</Optimize>
79    <NoStdLib>true</NoStdLib>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
83    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
84    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
87    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
88    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89  </PropertyGroup>
90  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
91    <DebugSymbols>true</DebugSymbols>
92    <OutputPath>$(SolutionDir)\bin\</OutputPath>
93    <DefineConstants>DEBUG;TRACE</DefineConstants>
94    <NoStdLib>true</NoStdLib>
95    <DebugType>full</DebugType>
96    <PlatformTarget>x86</PlatformTarget>
97    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.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\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
103    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
104    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
106  </PropertyGroup>
107  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
108    <OutputPath>$(SolutionDir)\bin\</OutputPath>
109    <DefineConstants>TRACE</DefineConstants>
110    <Optimize>true</Optimize>
111    <NoStdLib>true</NoStdLib>
112    <DebugType>pdbonly</DebugType>
113    <PlatformTarget>x86</PlatformTarget>
114    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
115    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
116    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
117    <ErrorReport>prompt</ErrorReport>
118    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
119    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
120    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
121    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
122    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
123  </PropertyGroup>
124  <ItemGroup>
125    <Reference Include="mscorlib" />
126    <Reference Include="System" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="AbstractBuilder.cs" />
130    <Compile Include="AbstractMessage.cs" />
131    <Compile Include="ByteString.cs" />
132    <Compile Include="Collections\Enumerables.cs" />
133    <Compile Include="Collections\IPopsicleList.cs" />
134    <Compile Include="Collections\PopsicleList.cs" />
135    <Compile Include="Delegates.cs" />
136    <Compile Include="CodedInputStream.cs" />
137    <Compile Include="CodedOutputStream.cs" />
138    <Compile Include="Collections\Dictionaries.cs" />
139    <Compile Include="Collections\Lists.cs" />
140    <Compile Include="Collections\ReadOnlyDictionary.cs" />
141    <Compile Include="DescriptorProtos\CSharpOptions.cs" />
142    <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
143    <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
144    <Compile Include="DescriptorProtos\PartialClasses.cs" />
145    <Compile Include="Descriptors\DescriptorBase.cs" />
146    <Compile Include="Descriptors\DescriptorPool.cs" />
147    <Compile Include="Descriptors\DescriptorUtil.cs" />
148    <Compile Include="Descriptors\DescriptorValidationException.cs" />
149    <Compile Include="Descriptors\EnumDescriptor.cs" />
150    <Compile Include="Descriptors\EnumValueDescriptor.cs" />
151    <Compile Include="Descriptors\FieldDescriptor.cs" />
152    <Compile Include="Descriptors\FieldMappingAttribute.cs" />
153    <Compile Include="Descriptors\FieldType.cs" />
154    <Compile Include="Descriptors\FileDescriptor.cs" />
155    <Compile Include="Descriptors\IDescriptor.cs" />
156    <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
157    <Compile Include="Descriptors\MappedType.cs" />
158    <Compile Include="Descriptors\MessageDescriptor.cs" />
159    <Compile Include="Descriptors\MethodDescriptor.cs" />
160    <Compile Include="Descriptors\PackageDescriptor.cs" />
161    <Compile Include="Descriptors\ServiceDescriptor.cs" />
162    <Compile Include="DynamicMessage.cs" />
163    <Compile Include="ExtendableBuilder.cs" />
164    <Compile Include="ExtendableMessage.cs" />
165    <Compile Include="ExtensionInfo.cs" />
166    <Compile Include="ExtensionRegistry.cs" />
167    <Compile Include="FieldAccess\ReflectionUtil.cs" />
168    <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
169    <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
170    <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
171    <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
172    <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
173    <Compile Include="FieldAccess\IFieldAccessor.cs" />
174    <Compile Include="FieldAccess\FieldAccessorTable.cs" />
175    <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
176    <Compile Include="FieldSet.cs" />
177    <Compile Include="GeneratedBuilder.cs" />
178    <Compile Include="GeneratedRepeatExtension.cs" />
179    <Compile Include="GeneratedSingleExtension.cs" />
180    <Compile Include="GeneratedMessage.cs" />
181    <Compile Include="IBuilder.cs" />
182    <Compile Include="GeneratedExtensionBase.cs" />
183    <Compile Include="IMessage.cs" />
184    <Compile Include="InvalidProtocolBufferException.cs" />
185    <Compile Include="IRpcChannel.cs" />
186    <Compile Include="IRpcController.cs" />
187    <Compile Include="IService.cs" />
188    <Compile Include="MessageStreamIterator.cs" />
189    <Compile Include="MessageStreamWriter.cs" />
190    <Compile Include="MessageUtil.cs" />
191    <Compile Include="NameHelpers.cs" />
192    <Compile Include="Properties\AssemblyInfo.cs" />
193    <Compile Include="RpcUtil.cs" />
194    <Compile Include="SilverlightCompatibility.cs" />
195    <Compile Include="SortedList.cs" />
196    <Compile Include="TextFormat.cs" />
197    <Compile Include="TextGenerator.cs" />
198    <Compile Include="TextTokenizer.cs" />
199    <Compile Include="ThrowHelper.cs" />
200    <Compile Include="UninitializedMessageException.cs" />
201    <Compile Include="UnknownField.cs" />
202    <Compile Include="UnknownFieldSet.cs" />
203    <Compile Include="WireFormat.cs" />
204  </ItemGroup>
205  <ItemGroup>
206    <None Include="Properties\Google.ProtocolBuffers.snk" />
207  </ItemGroup>
208  <ItemGroup>
209    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
210      <Visible>False</Visible>
211      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
212      <Install>false</Install>
213    </BootstrapperPackage>
214    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
215      <Visible>False</Visible>
216      <ProductName>.NET Framework 3.5 SP1</ProductName>
217      <Install>true</Install>
218    </BootstrapperPackage>
219    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
220      <Visible>False</Visible>
221      <ProductName>Windows Installer 3.1</ProductName>
222      <Install>true</Install>
223    </BootstrapperPackage>
224  </ItemGroup>
225  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
226  <PropertyGroup>
227    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
228copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent>
229  </PropertyGroup>
230  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231       Other similar extension points exist, see Microsoft.Common.targets.
232  <Target Name="BeforeBuild">
233  </Target>
234  <Target Name="AfterBuild">
235  </Target>
236  -->
237</Project>
Note: See TracBrowser for help on using the repository browser.