ProtocolBuffers.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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.Protobuf</RootNamespace>
  12. <AssemblyName>Google.Protobuf</AssemblyName>
  13. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkProfile>Profile92</TargetFrameworkProfile>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug</OutputPath>
  27. <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
  28. <DocumentationFile>bin\Debug\Google.Protobuf.xml</DocumentationFile>
  29. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  30. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <NoStdLib>true</NoStdLib>
  34. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release</OutputPath>
  40. <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
  41. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  42. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  43. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <NoStdLib>true</NoStdLib>
  47. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="mscorlib" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="ByteArray.cs" />
  56. <Compile Include="ByteString.cs" />
  57. <Compile Include="CodedOutputStream.ComputeSize.cs" />
  58. <Compile Include="CodedInputStream.cs" />
  59. <Compile Include="CodedOutputStream.cs" />
  60. <Compile Include="Collections\MapField.cs" />
  61. <Compile Include="Collections\ReadOnlyDictionary.cs" />
  62. <Compile Include="Collections\RepeatedField.cs" />
  63. <Compile Include="DescriptorProtos\DescriptorProtoFile.cs" />
  64. <Compile Include="DescriptorProtos\PartialClasses.cs" />
  65. <Compile Include="FieldCodec.cs" />
  66. <Compile Include="FrameworkPortability.cs" />
  67. <Compile Include="Freezable.cs" />
  68. <Compile Include="JsonFormatter.cs" />
  69. <Compile Include="MessageExtensions.cs" />
  70. <Compile Include="IMessage.cs" />
  71. <Compile Include="InvalidProtocolBufferException.cs" />
  72. <Compile Include="LimitedInputStream.cs" />
  73. <Compile Include="MessageParser.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="Reflection\DescriptorBase.cs" />
  76. <Compile Include="Reflection\DescriptorPool.cs" />
  77. <Compile Include="Reflection\DescriptorUtil.cs" />
  78. <Compile Include="Reflection\DescriptorValidationException.cs" />
  79. <Compile Include="Reflection\EnumDescriptor.cs" />
  80. <Compile Include="Reflection\EnumValueDescriptor.cs" />
  81. <Compile Include="Reflection\FieldAccessorBase.cs" />
  82. <Compile Include="Reflection\FieldAccessorTable.cs" />
  83. <Compile Include="Reflection\FieldDescriptor.cs" />
  84. <Compile Include="Reflection\FieldType.cs" />
  85. <Compile Include="Reflection\FileDescriptor.cs" />
  86. <Compile Include="Reflection\IDescriptor.cs" />
  87. <Compile Include="Reflection\IFieldAccessor.cs" />
  88. <Compile Include="Reflection\MapFieldAccessor.cs" />
  89. <Compile Include="Reflection\MessageDescriptor.cs" />
  90. <Compile Include="Reflection\MethodDescriptor.cs" />
  91. <Compile Include="Reflection\OneofAccessor.cs" />
  92. <Compile Include="Reflection\OneofDescriptor.cs" />
  93. <Compile Include="Reflection\PackageDescriptor.cs" />
  94. <Compile Include="Reflection\ReflectionUtil.cs" />
  95. <Compile Include="Reflection\RepeatedFieldAccessor.cs" />
  96. <Compile Include="Reflection\ServiceDescriptor.cs" />
  97. <Compile Include="Reflection\SingleFieldAccessor.cs" />
  98. <Compile Include="ThrowHelper.cs" />
  99. <Compile Include="WireFormat.cs" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="Google.Protobuf.nuspec" />
  103. </ItemGroup>
  104. <ItemGroup />
  105. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>