Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.4/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffers.csproj

Last change on this file was 5163, checked in by swagner, 14 years ago

Reintegrated .NET 4.0 migration branch (#1350)

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