ProtocolBuffersLite.Serialization.NET40.csproj 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
  4. <EnvironmentTemplate>NET40</EnvironmentTemplate>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{E067A59D-9D0A-4A1F-92B1-38E4457241D1}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Google.ProtocolBuffers.Serialization</RootNamespace>
  13. <AssemblyName>Google.ProtocolBuffersLite.Serialization</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SignAssembly>true</SignAssembly>
  17. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\NET40\Debug</OutputPath>
  25. <IntermediateOutputPath>obj\NET40\Debug\</IntermediateOutputPath>
  26. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  27. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  28. <DefineConstants>DEBUG;TRACE;LITE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <NoStdLib>true</NoStdLib>
  32. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\NET40\Release</OutputPath>
  38. <IntermediateOutputPath>obj\NET40\Release\</IntermediateOutputPath>
  39. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  40. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  41. <DefineConstants>TRACE;LITE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <NoStdLib>true</NoStdLib>
  45. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="mscorlib" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="System.Core" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="..\ProtocolBuffers\FrameworkPortability.cs">
  55. <Link>FrameworkPortability.cs</Link>
  56. </Compile>
  57. <Compile Include="Extensions.cs" />
  58. <Compile Include="Http\FormUrlEncodedReader.cs" />
  59. <Compile Include="Http\MessageFormatFactory.cs" />
  60. <Compile Include="Http\MessageFormatOptions.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. <Compile Include="AbstractReader.cs" />
  63. <Compile Include="AbstractTextReader.cs" />
  64. <Compile Include="AbstractTextWriter.cs" />
  65. <Compile Include="AbstractWriter.cs" />
  66. <Compile Include="DictionaryReader.cs" />
  67. <Compile Include="DictionaryWriter.cs" />
  68. <Compile Include="JsonFormatReader.cs" />
  69. <Compile Include="JsonFormatWriter.cs" />
  70. <Compile Include="JsonTextCursor.cs" />
  71. <Compile Include="RecursionLimitExceeded.cs" />
  72. <Compile Include="XmlFormatReader.cs" />
  73. <Compile Include="XmlFormatWriter.cs" />
  74. <Compile Include="XmlReaderOptions.cs" />
  75. <Compile Include="XmlWriterOptions.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.NET40.csproj">
  79. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  80. <Name>ProtocolBuffersLite</Name>
  81. <Private>False</Private>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  86. Other similar extension points exist, see Microsoft.Common.targets.
  87. <Target Name="BeforeBuild">
  88. </Target>
  89. <Target Name="AfterBuild">
  90. </Target>
  91. -->
  92. </Project>