Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1044

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