ProtocolBuffers.Serialization.SL30.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:cs="urn:schemas-csharp-project:template">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
  4. <EnvironmentTemplate>SL30</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>{231391AF-449C-4A39-986C-AD7F270F4750}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Google.ProtocolBuffers.Serialization</RootNamespace>
  13. <AssemblyName>Google.ProtocolBuffers.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>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  20. <SilverlightApplication>false</SilverlightApplication>
  21. <ValidateXaml>false</ValidateXaml>
  22. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\SL30\Debug</OutputPath>
  29. <IntermediateOutputPath>obj\SL30\Debug\</IntermediateOutputPath>
  30. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  31. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  32. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <NoStdLib>true</NoStdLib>
  36. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  37. <NoConfig>true</NoConfig>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\SL30\Release</OutputPath>
  43. <IntermediateOutputPath>obj\SL30\Release\</IntermediateOutputPath>
  44. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  45. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  46. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <NoStdLib>true</NoStdLib>
  50. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  51. <NoConfig>true</NoConfig>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="mscorlib" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="System.Core" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="..\ProtocolBuffers\FrameworkPortability.cs">
  61. <Link>FrameworkPortability.cs</Link>
  62. </Compile>
  63. <Compile Include="Extensions.cs" />
  64. <Compile Include="Http\FormUrlEncodedReader.cs" />
  65. <Compile Include="Http\MessageFormatFactory.cs" />
  66. <Compile Include="Http\MessageFormatOptions.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="AbstractReader.cs" />
  69. <Compile Include="AbstractTextReader.cs" />
  70. <Compile Include="AbstractTextWriter.cs" />
  71. <Compile Include="AbstractWriter.cs" />
  72. <Compile Include="DictionaryReader.cs" />
  73. <Compile Include="DictionaryWriter.cs" />
  74. <Compile Include="JsonFormatReader.cs" />
  75. <Compile Include="JsonFormatWriter.cs" />
  76. <Compile Include="JsonTextCursor.cs" />
  77. <Compile Include="RecursionLimitExceeded.cs" />
  78. <Compile Include="XmlFormatReader.cs" />
  79. <Compile Include="XmlFormatWriter.cs" />
  80. <Compile Include="XmlReaderOptions.cs" />
  81. <Compile Include="XmlWriterOptions.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.SL30.csproj">
  85. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  86. <Name>ProtocolBuffers</Name>
  87. <Private>False</Private>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  91. <ProjectExtensions>
  92. <VisualStudio>
  93. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  94. <SilverlightProjectProperties />
  95. </FlavorProperties>
  96. </VisualStudio>
  97. </ProjectExtensions>
  98. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  99. Other similar extension points exist, see Microsoft.Common.targets.
  100. <Target Name="BeforeBuild">
  101. </Target>
  102. <Target Name="AfterBuild">
  103. </Target>
  104. -->
  105. </Project>