ProtocolBuffers.Serialization.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{231391AF-449C-4A39-986C-AD7F270F4750}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Google.ProtocolBuffers.Serialization</RootNamespace>
  12. <AssemblyName>Google.ProtocolBuffers.Serialization</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. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug</OutputPath>
  26. <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
  27. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  28. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  29. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <NoStdLib>true</NoStdLib>
  33. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release</OutputPath>
  39. <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
  40. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  41. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  42. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <NoStdLib>true</NoStdLib>
  46. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="mscorlib" />
  50. <Reference Include="System" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Core" Condition="'$(TargetFrameworkVersion)' != 'v2.0'" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="..\ProtocolBuffers\FrameworkPortability.cs">
  56. <Link>FrameworkPortability.cs</Link>
  57. </Compile>
  58. <Compile Include="Extensions.cs" />
  59. <Compile Include="Http\FormUrlEncodedReader.cs" />
  60. <Compile Include="Http\MessageFormatFactory.cs" />
  61. <Compile Include="Http\MessageFormatOptions.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="AbstractReader.cs" />
  64. <Compile Include="AbstractTextReader.cs" />
  65. <Compile Include="AbstractTextWriter.cs" />
  66. <Compile Include="AbstractWriter.cs" />
  67. <Compile Include="DictionaryReader.cs" />
  68. <Compile Include="DictionaryWriter.cs" />
  69. <Compile Include="JsonFormatReader.cs" />
  70. <Compile Include="JsonFormatWriter.cs" />
  71. <Compile Include="JsonTextCursor.cs" />
  72. <Compile Include="RecursionLimitExceeded.cs" />
  73. <Compile Include="XmlFormatReader.cs" />
  74. <Compile Include="XmlFormatWriter.cs" />
  75. <Compile Include="XmlReaderOptions.cs" />
  76. <Compile Include="XmlWriterOptions.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  80. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  81. <Name>ProtocolBuffers</Name>
  82. <Private>False</Private>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>