Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6866 was 6866, checked in by mkommend, 13 years ago

#1653: Merged new HL solution into the trunk.

File size: 13.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)' == 'Silverlight2|AnyCPU' ">
61    <OutputPath>bin\Silverlight2\</OutputPath>
62    <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
63    <Optimize>true</Optimize>
64    <NoStdLib>true</NoStdLib>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>AnyCPU</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
70    <DebugSymbols>true</DebugSymbols>
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
72    <DefineConstants>DEBUG;TRACE</DefineConstants>
73    <NoStdLib>true</NoStdLib>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
85    <OutputPath>$(SolutionDir)\bin\</OutputPath>
86    <DefineConstants>TRACE</DefineConstants>
87    <Optimize>true</Optimize>
88    <NoStdLib>true</NoStdLib>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x64</PlatformTarget>
91    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
92    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
93    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
94    <ErrorReport>prompt</ErrorReport>
95    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
96    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
97    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
98  </PropertyGroup>
99  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x64'">
100    <OutputPath>bin\x64\Silverlight2\</OutputPath>
101    <PlatformTarget>x64</PlatformTarget>
102  </PropertyGroup>
103  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
104    <DebugSymbols>true</DebugSymbols>
105    <OutputPath>$(SolutionDir)\bin\</OutputPath>
106    <DefineConstants>DEBUG;TRACE</DefineConstants>
107    <NoStdLib>true</NoStdLib>
108    <DebugType>full</DebugType>
109    <PlatformTarget>x86</PlatformTarget>
110    <CodeAnalysisLogFile>bin\Debug\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
111    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
112    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
113    <ErrorReport>prompt</ErrorReport>
114    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
115    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
116    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
117    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
118    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
119  </PropertyGroup>
120  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
121    <OutputPath>$(SolutionDir)\bin\</OutputPath>
122    <DefineConstants>TRACE</DefineConstants>
123    <Optimize>true</Optimize>
124    <NoStdLib>true</NoStdLib>
125    <DebugType>pdbonly</DebugType>
126    <PlatformTarget>x86</PlatformTarget>
127    <CodeAnalysisLogFile>$(SolutionDir)\bin\Google.ProtocolBuffers-0.9.1.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
128    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
129    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
130    <ErrorReport>prompt</ErrorReport>
131    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
132    <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
133    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
134    <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
135    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
136  </PropertyGroup>
137  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Silverlight2|x86'">
138    <OutputPath>bin\x86\Silverlight2\</OutputPath>
139    <PlatformTarget>x86</PlatformTarget>
140  </PropertyGroup>
141  <ItemGroup>
142    <Reference Include="mscorlib" />
143    <Reference Include="System" />
144  </ItemGroup>
145  <ItemGroup>
146    <Compile Include="AbstractBuilder.cs" />
147    <Compile Include="AbstractMessage.cs" />
148    <Compile Include="ByteString.cs" />
149    <Compile Include="Collections\Enumerables.cs" />
150    <Compile Include="Collections\IPopsicleList.cs" />
151    <Compile Include="Collections\PopsicleList.cs" />
152    <Compile Include="Delegates.cs" />
153    <Compile Include="CodedInputStream.cs" />
154    <Compile Include="CodedOutputStream.cs" />
155    <Compile Include="Collections\Dictionaries.cs" />
156    <Compile Include="Collections\Lists.cs" />
157    <Compile Include="Collections\ReadOnlyDictionary.cs" />
158    <Compile Include="DescriptorProtos\CSharpOptions.cs" />
159    <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
160    <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
161    <Compile Include="DescriptorProtos\PartialClasses.cs" />
162    <Compile Include="Descriptors\DescriptorBase.cs" />
163    <Compile Include="Descriptors\DescriptorPool.cs" />
164    <Compile Include="Descriptors\DescriptorUtil.cs" />
165    <Compile Include="Descriptors\DescriptorValidationException.cs" />
166    <Compile Include="Descriptors\EnumDescriptor.cs" />
167    <Compile Include="Descriptors\EnumValueDescriptor.cs" />
168    <Compile Include="Descriptors\FieldDescriptor.cs" />
169    <Compile Include="Descriptors\FieldMappingAttribute.cs" />
170    <Compile Include="Descriptors\FieldType.cs" />
171    <Compile Include="Descriptors\FileDescriptor.cs" />
172    <Compile Include="Descriptors\IDescriptor.cs" />
173    <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
174    <Compile Include="Descriptors\MappedType.cs" />
175    <Compile Include="Descriptors\MessageDescriptor.cs" />
176    <Compile Include="Descriptors\MethodDescriptor.cs" />
177    <Compile Include="Descriptors\PackageDescriptor.cs" />
178    <Compile Include="Descriptors\ServiceDescriptor.cs" />
179    <Compile Include="DynamicMessage.cs" />
180    <Compile Include="ExtendableBuilder.cs" />
181    <Compile Include="ExtendableMessage.cs" />
182    <Compile Include="ExtensionInfo.cs" />
183    <Compile Include="ExtensionRegistry.cs" />
184    <Compile Include="FieldAccess\ReflectionUtil.cs" />
185    <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
186    <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
187    <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
188    <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
189    <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
190    <Compile Include="FieldAccess\IFieldAccessor.cs" />
191    <Compile Include="FieldAccess\FieldAccessorTable.cs" />
192    <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
193    <Compile Include="FieldSet.cs" />
194    <Compile Include="GeneratedBuilder.cs" />
195    <Compile Include="GeneratedRepeatExtension.cs" />
196    <Compile Include="GeneratedSingleExtension.cs" />
197    <Compile Include="GeneratedMessage.cs" />
198    <Compile Include="IBuilder.cs" />
199    <Compile Include="GeneratedExtensionBase.cs" />
200    <Compile Include="IMessage.cs" />
201    <Compile Include="InvalidProtocolBufferException.cs" />
202    <Compile Include="IRpcChannel.cs" />
203    <Compile Include="IRpcController.cs" />
204    <Compile Include="IService.cs" />
205    <Compile Include="MessageStreamIterator.cs" />
206    <Compile Include="MessageStreamWriter.cs" />
207    <Compile Include="MessageUtil.cs" />
208    <Compile Include="NameHelpers.cs" />
209    <Compile Include="Properties\AssemblyInfo.cs" />
210    <Compile Include="RpcUtil.cs" />
211    <Compile Include="SilverlightCompatibility.cs" />
212    <Compile Include="SortedList.cs" />
213    <Compile Include="TextFormat.cs" />
214    <Compile Include="TextGenerator.cs" />
215    <Compile Include="TextTokenizer.cs" />
216    <Compile Include="ThrowHelper.cs" />
217    <Compile Include="UninitializedMessageException.cs" />
218    <Compile Include="UnknownField.cs" />
219    <Compile Include="UnknownFieldSet.cs" />
220    <Compile Include="WireFormat.cs" />
221  </ItemGroup>
222  <ItemGroup>
223    <None Include="Properties\Google.ProtocolBuffers.snk" />
224  </ItemGroup>
225  <ItemGroup>
226    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
227      <Visible>False</Visible>
228      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
229      <Install>false</Install>
230    </BootstrapperPackage>
231    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
232      <Visible>False</Visible>
233      <ProductName>.NET Framework 3.5 SP1</ProductName>
234      <Install>true</Install>
235    </BootstrapperPackage>
236    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
237      <Visible>False</Visible>
238      <ProductName>Windows Installer 3.1</ProductName>
239      <Install>true</Install>
240    </BootstrapperPackage>
241  </ItemGroup>
242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
243  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
244  <PropertyGroup>
245    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
246copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent>
247  </PropertyGroup>
248  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249       Other similar extension points exist, see Microsoft.Common.targets.
250  <Target Name="BeforeBuild">
251  </Target>
252  <Target Name="AfterBuild">
253  </Target>
254  -->
255</Project>
Note: See TracBrowser for help on using the repository browser.