ProtocolBuffersLite.Serialization.CF35.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>COMPACT_FRAMEWORK</EnvironmentFlavor>
  4. <EnvironmentTemplate>CF35</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>v3.5</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <SignAssembly>true</SignAssembly>
  17. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  20. <PlatformFamilyName>Smartphone</PlatformFamilyName>
  21. <PlatformID>f27da329-3269-4191-98e0-c87d3d7f1db9</PlatformID>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\CF35\Debug</OutputPath>
  28. <IntermediateOutputPath>obj\CF35\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;NOFILEVERSION</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoStdLib>true</NoStdLib>
  35. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  36. <NoConfig>true</NoConfig>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\CF35\Release</OutputPath>
  42. <IntermediateOutputPath>obj\CF35\Release\</IntermediateOutputPath>
  43. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  44. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  45. <DefineConstants>TRACE;LITE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOFILEVERSION</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <NoStdLib>true</NoStdLib>
  49. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  50. <NoConfig>true</NoConfig>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="mscorlib" />
  54. <Reference Include="System" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="System.Core" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="..\ProtocolBuffers\FrameworkPortability.cs">
  60. <Link>FrameworkPortability.cs</Link>
  61. </Compile>
  62. <Compile Include="Extensions.cs" />
  63. <Compile Include="Http\FormUrlEncodedReader.cs" />
  64. <Compile Include="Http\MessageFormatFactory.cs" />
  65. <Compile Include="Http\MessageFormatOptions.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="AbstractReader.cs" />
  68. <Compile Include="AbstractTextReader.cs" />
  69. <Compile Include="AbstractTextWriter.cs" />
  70. <Compile Include="AbstractWriter.cs" />
  71. <Compile Include="DictionaryReader.cs" />
  72. <Compile Include="DictionaryWriter.cs" />
  73. <Compile Include="JsonFormatReader.cs" />
  74. <Compile Include="JsonFormatWriter.cs" />
  75. <Compile Include="JsonTextCursor.cs" />
  76. <Compile Include="RecursionLimitExceeded.cs" />
  77. <Compile Include="XmlFormatReader.cs" />
  78. <Compile Include="XmlFormatWriter.cs" />
  79. <Compile Include="XmlReaderOptions.cs" />
  80. <Compile Include="XmlWriterOptions.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.CF35.csproj">
  84. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  85. <Name>ProtocolBuffersLite</Name>
  86. <Private>False</Private>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
  90. <ProjectExtensions>
  91. <VisualStudio>
  92. <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  93. <HostingProcess disable="1" />
  94. </FlavorProperties>
  95. </VisualStudio>
  96. </ProjectExtensions>
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>