Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4643 was 4643, checked in by abeham, 14 years ago

#1248

  • Removed platform specific configurations for ProtocolBuffers projects
  • fixed a small typo in the SolutionMessageBuilder
File size: 8.5 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>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
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    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38    <DebugSymbols>true</DebugSymbols>
39    <DebugType>full</DebugType>
40    <Optimize>false</Optimize>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <WarningLevel>4</WarningLevel>
45    <NoStdLib>true</NoStdLib>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
49    <DebugType>pdbonly</DebugType>
50    <Optimize>true</Optimize>
51    <OutputPath>bin\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <ErrorReport>prompt</ErrorReport>
54    <WarningLevel>4</WarningLevel>
55    <NoStdLib>true</NoStdLib>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
59    <OutputPath>bin\Silverlight2\</OutputPath>
60    <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
61    <Optimize>true</Optimize>
62    <NoStdLib>true</NoStdLib>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>AnyCPU</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="mscorlib" />
69    <Reference Include="System" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="AbstractBuilder.cs" />
73    <Compile Include="AbstractMessage.cs" />
74    <Compile Include="ByteString.cs" />
75    <Compile Include="Collections\Enumerables.cs" />
76    <Compile Include="Collections\IPopsicleList.cs" />
77    <Compile Include="Collections\PopsicleList.cs" />
78    <Compile Include="Delegates.cs" />
79    <Compile Include="CodedInputStream.cs" />
80    <Compile Include="CodedOutputStream.cs" />
81    <Compile Include="Collections\Dictionaries.cs" />
82    <Compile Include="Collections\Lists.cs" />
83    <Compile Include="Collections\ReadOnlyDictionary.cs" />
84    <Compile Include="DescriptorProtos\CSharpOptions.cs" />
85    <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
86    <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
87    <Compile Include="DescriptorProtos\PartialClasses.cs" />
88    <Compile Include="Descriptors\DescriptorBase.cs" />
89    <Compile Include="Descriptors\DescriptorPool.cs" />
90    <Compile Include="Descriptors\DescriptorUtil.cs" />
91    <Compile Include="Descriptors\DescriptorValidationException.cs" />
92    <Compile Include="Descriptors\EnumDescriptor.cs" />
93    <Compile Include="Descriptors\EnumValueDescriptor.cs" />
94    <Compile Include="Descriptors\FieldDescriptor.cs" />
95    <Compile Include="Descriptors\FieldMappingAttribute.cs" />
96    <Compile Include="Descriptors\FieldType.cs" />
97    <Compile Include="Descriptors\FileDescriptor.cs" />
98    <Compile Include="Descriptors\IDescriptor.cs" />
99    <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
100    <Compile Include="Descriptors\MappedType.cs" />
101    <Compile Include="Descriptors\MessageDescriptor.cs" />
102    <Compile Include="Descriptors\MethodDescriptor.cs" />
103    <Compile Include="Descriptors\PackageDescriptor.cs" />
104    <Compile Include="Descriptors\ServiceDescriptor.cs" />
105    <Compile Include="DynamicMessage.cs" />
106    <Compile Include="ExtendableBuilder.cs" />
107    <Compile Include="ExtendableMessage.cs" />
108    <Compile Include="ExtensionInfo.cs" />
109    <Compile Include="ExtensionRegistry.cs" />
110    <Compile Include="FieldAccess\ReflectionUtil.cs" />
111    <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
112    <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
113    <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
114    <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
115    <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
116    <Compile Include="FieldAccess\IFieldAccessor.cs" />
117    <Compile Include="FieldAccess\FieldAccessorTable.cs" />
118    <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
119    <Compile Include="FieldSet.cs" />
120    <Compile Include="GeneratedBuilder.cs" />
121    <Compile Include="GeneratedRepeatExtension.cs" />
122    <Compile Include="GeneratedSingleExtension.cs" />
123    <Compile Include="GeneratedMessage.cs" />
124    <Compile Include="IBuilder.cs" />
125    <Compile Include="GeneratedExtensionBase.cs" />
126    <Compile Include="IMessage.cs" />
127    <Compile Include="InvalidProtocolBufferException.cs" />
128    <Compile Include="IRpcChannel.cs" />
129    <Compile Include="IRpcController.cs" />
130    <Compile Include="IService.cs" />
131    <Compile Include="MessageStreamIterator.cs" />
132    <Compile Include="MessageStreamWriter.cs" />
133    <Compile Include="MessageUtil.cs" />
134    <Compile Include="NameHelpers.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136    <Compile Include="RpcUtil.cs" />
137    <Compile Include="SilverlightCompatibility.cs" />
138    <Compile Include="SortedList.cs" />
139    <Compile Include="TextFormat.cs" />
140    <Compile Include="TextGenerator.cs" />
141    <Compile Include="TextTokenizer.cs" />
142    <Compile Include="ThrowHelper.cs" />
143    <Compile Include="UninitializedMessageException.cs" />
144    <Compile Include="UnknownField.cs" />
145    <Compile Include="UnknownFieldSet.cs" />
146    <Compile Include="WireFormat.cs" />
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="Properties\Google.ProtocolBuffers.snk" />
150  </ItemGroup>
151  <ItemGroup>
152    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
153      <Visible>False</Visible>
154      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
155      <Install>false</Install>
156    </BootstrapperPackage>
157    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
158      <Visible>False</Visible>
159      <ProductName>.NET Framework 3.5 SP1</ProductName>
160      <Install>true</Install>
161    </BootstrapperPackage>
162    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
163      <Visible>False</Visible>
164      <ProductName>Windows Installer 3.1</ProductName>
165      <Install>true</Install>
166    </BootstrapperPackage>
167  </ItemGroup>
168  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
169  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
170  <PropertyGroup>
171    <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"
172copy "$(ProjectDir)..\..\lib\protoc.exe" "$(SolutionDir)"</PostBuildEvent>
173  </PropertyGroup>
174  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175       Other similar extension points exist, see Microsoft.Common.targets.
176  <Target Name="BeforeBuild">
177  </Target>
178  <Target Name="AfterBuild">
179  </Target>
180  -->
181</Project>
Note: See TracBrowser for help on using the repository browser.