Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffersCF.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: 6.8 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{49B51802-9D09-4AD8-A0EE-0DA704EFA379}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Google.ProtocolBuffers</RootNamespace>
11    <AssemblyName>Google.ProtocolBuffers</AssemblyName>
12    <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13    <PlatformFamilyName>PocketPC</PlatformFamilyName>
14    <PlatformID>b2c48bd2-963d-4549-9169-1fa021dce484</PlatformID>
15    <OSVersion>5.2</OSVersion>
16    <DeployDirSuffix>compactframework</DeployDirSuffix>
17    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18    <NativePlatformName>Windows Mobile 6 Professional SDK</NativePlatformName>
19    <FormFactorID>
20    </FormFactorID>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>bin\DebugCF\</OutputPath>
27    <DefineConstants>COMPACT_FRAMEWORK_35;DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
28    <NoStdLib>true</NoStdLib>
29    <NoConfig>true</NoConfig>
30    <ErrorReport>prompt</ErrorReport>
31    <FileAlignment>512</FileAlignment>
32    <WarningLevel>4</WarningLevel>
33    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36    <DebugType>pdbonly</DebugType>
37    <Optimize>true</Optimize>
38    <OutputPath>bin\ReleaseCF\</OutputPath>
39    <DefineConstants>COMPACT_FRAMEWORK_35;TRACE;$(PlatformFamilyName)</DefineConstants>
40    <NoStdLib>true</NoStdLib>
41    <NoConfig>true</NoConfig>
42    <ErrorReport>prompt</ErrorReport>
43    <FileAlignment>512</FileAlignment>
44    <WarningLevel>4</WarningLevel>
45    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
46  </PropertyGroup>
47  <ItemGroup>
48    <Reference Include="mscorlib" />
49    <Reference Include="System" />
50  </ItemGroup>
51  <ItemGroup>
52    <Compile Include="AbstractBuilder.cs" />
53    <Compile Include="AbstractMessage.cs" />
54    <Compile Include="ByteString.cs" />
55    <Compile Include="CodedInputStream.cs" />
56    <Compile Include="CodedOutputStream.cs" />
57    <Compile Include="Collections\Dictionaries.cs" />
58    <Compile Include="Collections\Enumerables.cs" />
59    <Compile Include="Collections\IPopsicleList.cs" />
60    <Compile Include="Collections\Lists.cs" />
61    <Compile Include="Collections\PopsicleList.cs" />
62    <Compile Include="Collections\ReadOnlyDictionary.cs" />
63    <Compile Include="Delegates.cs" />
64    <Compile Include="DescriptorProtos\CSharpOptions.cs" />
65    <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
66    <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
67    <Compile Include="DescriptorProtos\PartialClasses.cs" />
68    <Compile Include="Descriptors\DescriptorBase.cs" />
69    <Compile Include="Descriptors\DescriptorPool.cs" />
70    <Compile Include="Descriptors\DescriptorUtil.cs" />
71    <Compile Include="Descriptors\DescriptorValidationException.cs" />
72    <Compile Include="Descriptors\EnumDescriptor.cs" />
73    <Compile Include="Descriptors\EnumValueDescriptor.cs" />
74    <Compile Include="Descriptors\FieldDescriptor.cs" />
75    <Compile Include="Descriptors\FieldMappingAttribute.cs" />
76    <Compile Include="Descriptors\FieldType.cs" />
77    <Compile Include="Descriptors\FileDescriptor.cs" />
78    <Compile Include="Descriptors\IDescriptor.cs" />
79    <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
80    <Compile Include="Descriptors\MappedType.cs" />
81    <Compile Include="Descriptors\MessageDescriptor.cs" />
82    <Compile Include="Descriptors\MethodDescriptor.cs" />
83    <Compile Include="Descriptors\PackageDescriptor.cs" />
84    <Compile Include="Descriptors\ServiceDescriptor.cs" />
85    <Compile Include="DynamicMessage.cs" />
86    <Compile Include="ExtendableBuilder.cs" />
87    <Compile Include="ExtendableMessage.cs" />
88    <Compile Include="ExtensionInfo.cs" />
89    <Compile Include="ExtensionRegistry.cs" />
90    <Compile Include="FieldAccess\FieldAccessorTable.cs" />
91    <Compile Include="FieldAccess\IFieldAccessor.cs" />
92    <Compile Include="FieldAccess\ReflectionUtil.cs" />
93    <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
94    <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
95    <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
96    <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
97    <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
98    <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
99    <Compile Include="FieldSet.cs" />
100    <Compile Include="GeneratedBuilder.cs" />
101    <Compile Include="GeneratedExtensionBase.cs" />
102    <Compile Include="GeneratedMessage.cs" />
103    <Compile Include="GeneratedRepeatExtension.cs" />
104    <Compile Include="GeneratedSingleExtension.cs" />
105    <Compile Include="IBuilder.cs" />
106    <Compile Include="IMessage.cs" />
107    <Compile Include="InvalidProtocolBufferException.cs" />
108    <Compile Include="IRpcChannel.cs" />
109    <Compile Include="IRpcController.cs" />
110    <Compile Include="IService.cs" />
111    <Compile Include="MessageStreamIterator.cs" />
112    <Compile Include="MessageStreamWriter.cs" />
113    <Compile Include="MessageUtil.cs" />
114    <Compile Include="NameHelpers.cs" />
115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <Compile Include="RpcUtil.cs" />
117    <Compile Include="SilverlightCompatibility.cs" />
118    <Compile Include="SortedList.cs" />
119    <Compile Include="TextFormat.cs" />
120    <Compile Include="TextGenerator.cs" />
121    <Compile Include="TextTokenizer.cs" />
122    <Compile Include="ThrowHelper.cs" />
123    <Compile Include="UninitializedMessageException.cs" />
124    <Compile Include="UnknownField.cs" />
125    <Compile Include="UnknownFieldSet.cs" />
126    <Compile Include="WireFormat.cs" />
127  </ItemGroup>
128  <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
129  <ProjectExtensions>
130    <VisualStudio>
131      <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
132        <HostingProcess disable="1" />
133      </FlavorProperties>
134    </VisualStudio>
135  </ProjectExtensions>
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143</Project>
Note: See TracBrowser for help on using the repository browser.