Free cookie consent management tool by TermsFeed Policy Generator

source: branches/NET40/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ProtocolBuffersCF.csproj @ 5142

Last change on this file since 5142 was 5142, checked in by swagner, 13 years ago

Migrated projects to .NET 4.0 (#1350)

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