ProtocolBuffersLite.Serialization.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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>{E067A59D-9D0A-4A1F-92B1-38E4457241D1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Google.ProtocolBuffers.Serialization</RootNamespace>
  12. <AssemblyName>Google.ProtocolBuffersLite.Serialization</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <PublishUrl>publish\</PublishUrl>
  23. <Install>true</Install>
  24. <InstallFrom>Disk</InstallFrom>
  25. <UpdateEnabled>false</UpdateEnabled>
  26. <UpdateMode>Foreground</UpdateMode>
  27. <UpdateInterval>7</UpdateInterval>
  28. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29. <UpdatePeriodically>false</UpdatePeriodically>
  30. <UpdateRequired>false</UpdateRequired>
  31. <MapFileExtensions>true</MapFileExtensions>
  32. <ApplicationRevision>0</ApplicationRevision>
  33. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  34. <IsWebBootstrapper>false</IsWebBootstrapper>
  35. <UseApplicationTrust>false</UseApplicationTrust>
  36. <BootstrapperEnabled>true</BootstrapperEnabled>
  37. <SilverlightVersion Condition=" '$(SilverlightVersion)' == '' ">v2.0</SilverlightVersion>
  38. <DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v2.0' ">NET20;</DefineConstants>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>full</DebugType>
  43. <Optimize>false</Optimize>
  44. <OutputPath>bin\Debug\</OutputPath>
  45. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  46. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  47. <DefineConstants>$(DefineConstants)TRACE;DEBUG</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <NoStdLib>true</NoStdLib>
  51. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <DebugType>pdbonly</DebugType>
  55. <Optimize>true</Optimize>
  56. <OutputPath>bin\Release\</OutputPath>
  57. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  58. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  59. <DefineConstants>$(DefineConstants)TRACE;</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <NoStdLib>true</NoStdLib>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Silverlight|AnyCPU'">
  66. <DebugSymbols>true</DebugSymbols>
  67. <DebugType>full</DebugType>
  68. <Optimize>false</Optimize>
  69. <OutputPath>bin\Debug_Silverlight\</OutputPath>
  70. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  71. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  72. <DefineConstants>$(DefineConstants)TRACE;DEBUG;SILVERLIGHT</DefineConstants>
  73. <ErrorReport>prompt</ErrorReport>
  74. <WarningLevel>4</WarningLevel>
  75. <NoStdLib>true</NoStdLib>
  76. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Silverlight|AnyCPU'">
  79. <DebugType>pdbonly</DebugType>
  80. <Optimize>true</Optimize>
  81. <OutputPath>bin\Release_Silverlight\</OutputPath>
  82. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  83. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  84. <DefineConstants>$(DefineConstants)TRACE;SILVERLIGHT</DefineConstants>
  85. <ErrorReport>prompt</ErrorReport>
  86. <WarningLevel>4</WarningLevel>
  87. <NoStdLib>true</NoStdLib>
  88. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="mscorlib" />
  92. <Reference Include="System" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="System.Core" Condition="'$(TargetFrameworkVersion)' != 'v2.0'" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Extensions.cs" />
  98. <Compile Include="Http\FormUrlEncodedReader.cs" />
  99. <Compile Include="Http\MessageFormatFactory.cs" />
  100. <Compile Include="Http\MessageFormatOptions.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="AbstractReader.cs" />
  103. <Compile Include="AbstractTextReader.cs" />
  104. <Compile Include="AbstractTextWriter.cs" />
  105. <Compile Include="AbstractWriter.cs" />
  106. <Compile Include="DictionaryReader.cs" />
  107. <Compile Include="DictionaryWriter.cs" />
  108. <Compile Include="JsonFormatReader.cs" />
  109. <Compile Include="JsonFormatWriter.cs" />
  110. <Compile Include="JsonTextCursor.cs" />
  111. <Compile Include="RecursionLimitExceeded.cs" />
  112. <Compile Include="XmlFormatReader.cs" />
  113. <Compile Include="XmlFormatWriter.cs" />
  114. <Compile Include="XmlReaderOptions.cs" />
  115. <Compile Include="XmlWriterOptions.cs" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  124. <Visible>False</Visible>
  125. <ProductName>.NET Framework 3.5 SP1</ProductName>
  126. <Install>true</Install>
  127. </BootstrapperPackage>
  128. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  129. <Visible>False</Visible>
  130. <ProductName>Windows Installer 3.1</ProductName>
  131. <Install>true</Install>
  132. </BootstrapperPackage>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.csproj">
  136. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  137. <Name>ProtocolBuffersLite</Name>
  138. <Private>False</Private>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
  142. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
  143. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Debug_Silverlight' " />
  144. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Release_Silverlight' " />
  145. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  146. Other similar extension points exist, see Microsoft.Common.targets.
  147. <Target Name="BeforeBuild">
  148. </Target>
  149. <Target Name="AfterBuild">
  150. </Target>
  151. -->
  152. </Project>