ProtocolBuffersLite.Serialization.PL40.csproj 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:cs="urn:schemas-csharp-project:template">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>PORTABLE_LIBRARY</EnvironmentFlavor>
  4. <EnvironmentTemplate>PL40</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. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  20. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  21. <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\PL40\Debug</OutputPath>
  28. <IntermediateOutputPath>obj\PL40\Debug\</IntermediateOutputPath>
  29. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  30. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  31. <DefineConstants>DEBUG;TRACE;LITE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoStdLib>true</NoStdLib>
  35. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\PL40\Release</OutputPath>
  41. <IntermediateOutputPath>obj\PL40\Release\</IntermediateOutputPath>
  42. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  43. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  44. <DefineConstants>TRACE;LITE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <NoStdLib>true</NoStdLib>
  48. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="mscorlib" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="System.Core" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="..\ProtocolBuffers\FrameworkPortability.cs">
  58. <Link>FrameworkPortability.cs</Link>
  59. </Compile>
  60. <Compile Include="Extensions.cs" />
  61. <Compile Include="Http\FormUrlEncodedReader.cs" />
  62. <Compile Include="Http\MessageFormatFactory.cs" />
  63. <Compile Include="Http\MessageFormatOptions.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="AbstractReader.cs" />
  66. <Compile Include="AbstractTextReader.cs" />
  67. <Compile Include="AbstractTextWriter.cs" />
  68. <Compile Include="AbstractWriter.cs" />
  69. <Compile Include="DictionaryReader.cs" />
  70. <Compile Include="DictionaryWriter.cs" />
  71. <Compile Include="JsonFormatReader.cs" />
  72. <Compile Include="JsonFormatWriter.cs" />
  73. <Compile Include="JsonTextCursor.cs" />
  74. <Compile Include="RecursionLimitExceeded.cs" />
  75. <Compile Include="XmlFormatReader.cs" />
  76. <Compile Include="XmlFormatWriter.cs" />
  77. <Compile Include="XmlReaderOptions.cs" />
  78. <Compile Include="XmlWriterOptions.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.PL40.csproj">
  82. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  83. <Name>ProtocolBuffersLite</Name>
  84. <Private>False</Private>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>