ProtocolBuffersLite.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  12. <AssemblyName>Google.ProtocolBuffersLite</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. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  28. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  29. <DefineConstants>TRACE;DEBUG;LITE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <NoStdLib>true</NoStdLib>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  39. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  40. <DefineConstants>TRACE;LITE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoStdLib>true</NoStdLib>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Silverlight2|AnyCPU'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>bin\Debug_Silverlight2\</OutputPath>
  50. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  51. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  52. <DefineConstants>DEBUG;TRACE;SILVERLIGHT2;LITE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <NoStdLib>true</NoStdLib>
  56. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Silverlight2|AnyCPU'">
  59. <DebugType>pdbonly</DebugType>
  60. <Optimize>true</Optimize>
  61. <OutputPath>bin\Release_Silverlight2\</OutputPath>
  62. <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
  63. <NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
  64. <DefineConstants>TRACE;SILVERLIGHT2;LITE</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. <NoStdLib>true</NoStdLib>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="mscorlib" />
  72. <Reference Include="System" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="AbstractBuilderLite.cs" />
  80. <Compile Include="AbstractMessageLite.cs" />
  81. <Compile Include="ByteArray.cs" />
  82. <Compile Include="CodedOutputStream.ComputeSize.cs" />
  83. <Compile Include="Collections\Dictionaries.cs" />
  84. <Compile Include="Collections\Enumerables.cs" />
  85. <Compile Include="Collections\IPopsicleList.cs" />
  86. <Compile Include="Collections\Lists.cs" />
  87. <Compile Include="Collections\PopsicleList.cs" />
  88. <Compile Include="Collections\ReadOnlyDictionary.cs" />
  89. <Compile Include="CustomSerialization.cs" />
  90. <Compile Include="Descriptors\FieldMappingAttribute.cs" />
  91. <Compile Include="Descriptors\FieldType.cs" />
  92. <Compile Include="Descriptors\MappedType.cs" />
  93. <Compile Include="EnumLite.cs" />
  94. <Compile Include="ExtendableBuilderLite.cs" />
  95. <Compile Include="ExtendableMessageLite.cs" />
  96. <Compile Include="FieldSet.cs" />
  97. <Compile Include="GeneratedBuilderLite.cs" />
  98. <Compile Include="GeneratedExtensionLite.cs" />
  99. <Compile Include="GeneratedMessageLite.cs" />
  100. <Compile Include="ICodedInputStream.cs" />
  101. <Compile Include="ICodedOutputStream.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="ByteString.cs" />
  104. <Compile Include="CodedInputStream.cs" />
  105. <Compile Include="CodedOutputStream.cs" />
  106. <Compile Include="ExtensionRegistryLite.cs" />
  107. <Compile Include="IBuilderLite.cs" />
  108. <Compile Include="IMessageLite.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="InvalidProtocolBufferException.cs" />
  112. <Compile Include="ThrowHelper.cs" />
  113. <Compile Include="UninitializedMessageException.cs" />
  114. <Compile Include="WireFormat.cs" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' != 'Silverlight2' " />
  117. <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" Condition=" '$(Configuration)' == 'Silverlight2' " />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>