ProtocolBuffers.Test.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  12. <AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>Properties\Google.ProtocolBuffers.Test.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. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>full</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>bin\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
  65. </Reference>
  66. <Reference Include="mscorlib" />
  67. <Reference Include="System" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="AbstractMessageTest.cs" />
  73. <Compile Include="ByteStringTest.cs" />
  74. <Compile Include="CodedInputStreamTest.cs" />
  75. <Compile Include="CodedOutputStreamTest.cs" />
  76. <Compile Include="Collections\PopsicleListTest.cs" />
  77. <Compile Include="CSharpOptionsTest.cs" />
  78. <Compile Include="DescriptorsTest.cs" />
  79. <Compile Include="Descriptors\MessageDescriptorTest.cs" />
  80. <Compile Include="DynamicMessageTest.cs" />
  81. <Compile Include="ExtendableMessageTest.cs" />
  82. <Compile Include="GeneratedMessageTest.cs" />
  83. <Compile Include="MessageStreamIteratorTest.cs" />
  84. <Compile Include="MessageStreamWriterTest.cs" />
  85. <Compile Include="MessageTest.cs" />
  86. <Compile Include="MessageUtilTest.cs" />
  87. <Compile Include="NameHelpersTest.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="ReflectionTester.cs" />
  90. <Compile Include="ServiceTest.cs" />
  91. <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
  92. <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
  93. <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
  94. <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
  95. <Compile Include="TestProtos\UnitTestGenericServices.cs" />
  96. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  97. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  98. <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
  99. <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
  100. <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
  101. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  102. <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
  103. <Compile Include="TestRpcGenerator.cs" />
  104. <Compile Include="TestUtil.cs" />
  105. <Compile Include="TextFormatTest.cs" />
  106. <Compile Include="UnknownFieldSetTest.cs" />
  107. <Compile Include="WireFormatTest.cs" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  111. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  112. <Name>ProtocolBuffers</Name>
  113. </ProjectReference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  120. <Visible>False</Visible>
  121. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  122. <Install>false</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  125. <Visible>False</Visible>
  126. <ProductName>.NET Framework 3.5 SP1</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  130. <Visible>False</Visible>
  131. <ProductName>Windows Installer 3.1</ProductName>
  132. <Install>true</Install>
  133. </BootstrapperPackage>
  134. </ItemGroup>
  135. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>