ProtocolBuffers.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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</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. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  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)' == 'Debug_Silverlight2|AnyCPU'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <DebugType>full</DebugType>
  62. <Optimize>false</Optimize>
  63. <OutputPath>bin\Debug_Silverlight2\</OutputPath>
  64. <DefineConstants>DEBUG;TRACE;SILVERLIGHT2</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <NoStdLib>true</NoStdLib>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Silverlight2|AnyCPU'">
  71. <DebugType>pdbonly</DebugType>
  72. <Optimize>true</Optimize>
  73. <OutputPath>bin\Release_Silverlight2\</OutputPath>
  74. <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
  75. <ErrorReport>prompt</ErrorReport>
  76. <WarningLevel>4</WarningLevel>
  77. <NoStdLib>true</NoStdLib>
  78. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <ItemGroup>
  81. <Reference Include="mscorlib" />
  82. <Reference Include="System" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="AbstractBuilder.cs" />
  87. <Compile Include="AbstractBuilderLite.cs">
  88. <SubType>Code</SubType>
  89. </Compile>
  90. <Compile Include="AbstractMessage.cs" />
  91. <Compile Include="AbstractMessageLite.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="ByteString.cs" />
  95. <Compile Include="Collections\Enumerables.cs" />
  96. <Compile Include="Collections\IPopsicleList.cs" />
  97. <Compile Include="Collections\PopsicleList.cs" />
  98. <Compile Include="Delegates.cs" />
  99. <Compile Include="CodedInputStream.cs" />
  100. <Compile Include="CodedOutputStream.cs" />
  101. <Compile Include="Collections\Dictionaries.cs" />
  102. <Compile Include="Collections\Lists.cs" />
  103. <Compile Include="Collections\ReadOnlyDictionary.cs" />
  104. <Compile Include="DescriptorProtos\CSharpOptions.cs" />
  105. <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
  106. <Compile Include="DescriptorProtos\IDescriptorProto.cs" />
  107. <Compile Include="DescriptorProtos\PartialClasses.cs" />
  108. <Compile Include="Descriptors\DescriptorBase.cs" />
  109. <Compile Include="Descriptors\DescriptorPool.cs" />
  110. <Compile Include="Descriptors\DescriptorUtil.cs" />
  111. <Compile Include="Descriptors\DescriptorValidationException.cs" />
  112. <Compile Include="Descriptors\EnumDescriptor.cs" />
  113. <Compile Include="Descriptors\EnumValueDescriptor.cs" />
  114. <Compile Include="Descriptors\FieldDescriptor.cs" />
  115. <Compile Include="Descriptors\FieldMappingAttribute.cs" />
  116. <Compile Include="Descriptors\FieldType.cs" />
  117. <Compile Include="Descriptors\FileDescriptor.cs" />
  118. <Compile Include="Descriptors\IDescriptor.cs" />
  119. <Compile Include="Descriptors\IndexedDescriptorBase.cs" />
  120. <Compile Include="Descriptors\MappedType.cs" />
  121. <Compile Include="Descriptors\MessageDescriptor.cs" />
  122. <Compile Include="Descriptors\MethodDescriptor.cs" />
  123. <Compile Include="Descriptors\PackageDescriptor.cs" />
  124. <Compile Include="Descriptors\ServiceDescriptor.cs" />
  125. <Compile Include="DynamicMessage.cs" />
  126. <Compile Include="EnumLite.cs" />
  127. <Compile Include="ExtendableBuilder.cs" />
  128. <Compile Include="ExtendableBuilderLite.cs" />
  129. <Compile Include="ExtendableMessage.cs" />
  130. <Compile Include="ExtendableMessageLite.cs" />
  131. <Compile Include="ExtensionInfo.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="ExtensionRegistry.cs" />
  135. <Compile Include="ExtensionRegistryLite.cs" />
  136. <Compile Include="FieldAccess\ReflectionUtil.cs" />
  137. <Compile Include="FieldAccess\SingleEnumAccessor.cs" />
  138. <Compile Include="FieldAccess\SingleMessageAccessor.cs" />
  139. <Compile Include="FieldAccess\SinglePrimitiveAccessor.cs" />
  140. <Compile Include="FieldAccess\RepeatedPrimitiveAccessor.cs" />
  141. <Compile Include="FieldAccess\RepeatedEnumAccessor.cs" />
  142. <Compile Include="FieldAccess\IFieldAccessor.cs" />
  143. <Compile Include="FieldAccess\FieldAccessorTable.cs" />
  144. <Compile Include="FieldAccess\RepeatedMessageAccessor.cs" />
  145. <Compile Include="FieldSet.cs" />
  146. <Compile Include="GeneratedBuilder.cs" />
  147. <Compile Include="GeneratedBuilderLite.cs" />
  148. <Compile Include="GeneratedExtensionLite.cs" />
  149. <Compile Include="GeneratedMessageLite.cs" />
  150. <Compile Include="GeneratedRepeatExtension.cs" />
  151. <Compile Include="GeneratedSingleExtension.cs" />
  152. <Compile Include="GeneratedMessage.cs" />
  153. <Compile Include="IBuilder.cs" />
  154. <Compile Include="GeneratedExtensionBase.cs" />
  155. <Compile Include="IBuilderLite.cs">
  156. <SubType>Code</SubType>
  157. </Compile>
  158. <Compile Include="IMessage.cs" />
  159. <Compile Include="IMessageLite.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. <ItemGroup>
  185. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  186. <Visible>False</Visible>
  187. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  188. <Install>false</Install>
  189. </BootstrapperPackage>
  190. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  191. <Visible>False</Visible>
  192. <ProductName>.NET Framework 3.5 SP1</ProductName>
  193. <Install>true</Install>
  194. </BootstrapperPackage>
  195. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  196. <Visible>False</Visible>
  197. <ProductName>Windows Installer 3.1</ProductName>
  198. <Install>true</Install>
  199. </BootstrapperPackage>
  200. </ItemGroup>
  201. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
  202. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
  203. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Debug_Silverlight2' " />
  204. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Release_Silverlight2' " />
  205. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  206. Other similar extension points exist, see Microsoft.Common.targets.
  207. <Target Name="BeforeBuild">
  208. </Target>
  209. <Target Name="AfterBuild">
  210. </Target>
  211. -->
  212. </Project>