Free cookie consent management tool by TermsFeed Policy Generator

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

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

#866

  • Added protobuf-csharp-port project source to ExtLibs
File size: 8.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <NoStdLib>true</NoStdLib>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <NoStdLib>true</NoStdLib>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
38    <OutputPath>bin\Silverlight2\</OutputPath>
39    <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
40    <Optimize>true</Optimize>
41    <NoStdLib>true</NoStdLib>
42    <DebugType>pdbonly</DebugType>
43    <PlatformTarget>AnyCPU</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
47    <DebugSymbols>true</DebugSymbols>
48    <OutputPath>bin\x86\Debug\</OutputPath>
49    <DefineConstants>DEBUG;TRACE</DefineConstants>
50    <NoStdLib>true</NoStdLib>
51    <DebugType>full</DebugType>
52    <PlatformTarget>x86</PlatformTarget>
53    <ErrorReport>prompt</ErrorReport>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
56    <OutputPath>bin\x86\Release\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <NoStdLib>true</NoStdLib>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x86' ">
65    <OutputPath>bin\x86\Silverlight2\</OutputPath>
66    <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
67    <Optimize>true</Optimize>
68    <NoStdLib>true</NoStdLib>
69    <DebugType>pdbonly</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x64\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <NoStdLib>true</NoStdLib>
78    <DebugType>full</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
83    <OutputPath>bin\x64\Release\</OutputPath>
84    <DefineConstants>TRACE</DefineConstants>
85    <Optimize>true</Optimize>
86    <NoStdLib>true</NoStdLib>
87    <DebugType>pdbonly</DebugType>
88    <PlatformTarget>x64</PlatformTarget>
89    <ErrorReport>prompt</ErrorReport>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|x64' ">
92    <OutputPath>bin\x64\Silverlight2\</OutputPath>
93    <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
94    <Optimize>true</Optimize>
95    <NoStdLib>true</NoStdLib>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <ErrorReport>prompt</ErrorReport>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="mscorlib" />
102    <Reference Include="System" />
103  </ItemGroup>
104  <ItemGroup>
105    <Compile Include="AbstractBuilder.cs" />
106    <Compile Include="AbstractMessage.cs" />
107    <Compile Include="ByteString.cs" />
108    <Compile Include="Collections\Enumerables.cs" />
109    <Compile Include="Collections\IPopsicleList.cs" />
110    <Compile Include="Collections\PopsicleList.cs" />
111    <Compile Include="Delegates.cs" />
112    <Compile Include="CodedInputStream.cs" />
113    <Compile Include="CodedOutputStream.cs" />
114    <Compile Include="Collections\Dictionaries.cs" />
115    <Compile Include="Collections\Lists.cs" />
116    <Compile Include="Collections\ReadOnlyDictionary.cs" />
117    <Compile Include="DescriptorProtos\CSharpOptions.cs" />
118    <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
119    <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
120    <Compile Include="DescriptorProtos\PartialClasses.cs" />
121    <Compile Include="Descriptors\DescriptorBase.cs" />
122    <Compile Include="Descriptors\DescriptorPool.cs" />
123    <Compile Include="Descriptors\DescriptorUtil.cs" />
124    <Compile Include="Descriptors\DescriptorValidationException.cs" />
125    <Compile Include="Descriptors\EnumDescriptor.cs" />
126    <Compile Include="Descriptors\EnumValueDescriptor.cs" />
127    <Compile Include="Descriptors\FieldDescriptor.cs" />
128    <Compile Include="Descriptors\FieldMappingAttribute.cs" />
129    <Compile Include="Descriptors\FieldType.cs" />
130    <Compile Include="Descriptors\FileDescriptor.cs" />
131    <Compile Include="Descriptors\IDescriptor.cs" />
132    <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
133    <Compile Include="Descriptors\MappedType.cs" />
134    <Compile Include="Descriptors\MessageDescriptor.cs" />
135    <Compile Include="Descriptors\MethodDescriptor.cs" />
136    <Compile Include="Descriptors\PackageDescriptor.cs" />
137    <Compile Include="Descriptors\ServiceDescriptor.cs" />
138    <Compile Include="DynamicMessage.cs" />
139    <Compile Include="ExtendableBuilder.cs" />
140    <Compile Include="ExtendableMessage.cs" />
141    <Compile Include="ExtensionInfo.cs" />
142    <Compile Include="ExtensionRegistry.cs" />
143    <Compile Include="FieldAccess\ReflectionUtil.cs" />
144    <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
145    <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
146    <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
147    <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
148    <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
149    <Compile Include="FieldAccess\IFieldAccessor.cs" />
150    <Compile Include="FieldAccess\FieldAccessorTable.cs" />
151    <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
152    <Compile Include="FieldSet.cs" />
153    <Compile Include="GeneratedBuilder.cs" />
154    <Compile Include="GeneratedRepeatExtension.cs" />
155    <Compile Include="GeneratedSingleExtension.cs" />
156    <Compile Include="GeneratedMessage.cs" />
157    <Compile Include="IBuilder.cs" />
158    <Compile Include="GeneratedExtensionBase.cs" />
159    <Compile Include="IMessage.cs" />
160    <Compile Include="InvalidProtocolBufferException.cs" />
161    <Compile Include="IRpcChannel.cs" />
162    <Compile Include="IRpcController.cs" />
163    <Compile Include="IService.cs" />
164    <Compile Include="MessageStreamIterator.cs" />
165    <Compile Include="MessageStreamWriter.cs" />
166    <Compile Include="MessageUtil.cs" />
167    <Compile Include="NameHelpers.cs" />
168    <Compile Include="Properties\AssemblyInfo.cs" />
169    <Compile Include="RpcUtil.cs" />
170    <Compile Include="SilverlightCompatibility.cs" />
171    <Compile Include="SortedList.cs" />
172    <Compile Include="TextFormat.cs" />
173    <Compile Include="TextGenerator.cs" />
174    <Compile Include="TextTokenizer.cs" />
175    <Compile Include="ThrowHelper.cs" />
176    <Compile Include="UninitializedMessageException.cs" />
177    <Compile Include="UnknownField.cs" />
178    <Compile Include="UnknownFieldSet.cs" />
179    <Compile Include="WireFormat.cs" />
180  </ItemGroup>
181  <ItemGroup>
182    <None Include="Properties\Google.ProtocolBuffers.snk" />
183  </ItemGroup>
184  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
185  <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
186  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
187       Other similar extension points exist, see Microsoft.Common.targets.
188  <Target Name="BeforeBuild">
189  </Target>
190  <Target Name="AfterBuild">
191  </Target>
192  -->
193</Project>
Note: See TracBrowser for help on using the repository browser.