ProtocolBuffers.Test.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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>..\..\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. <TrackFileAccess>false</TrackFileAccess>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  48. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  58. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
  68. </Reference>
  69. <Reference Include="mscorlib" />
  70. <Reference Include="System" />
  71. <Reference Include="System.Data" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="AbstractMessageTest.cs" />
  76. <Compile Include="ByteStringTest.cs" />
  77. <Compile Include="CodedInputStreamTest.cs" />
  78. <Compile Include="CodedOutputStreamTest.cs" />
  79. <Compile Include="Collections\PopsicleListTest.cs" />
  80. <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
  81. <Compile Include="Compatibility\CompatibilityTests.cs" />
  82. <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
  83. <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
  84. <Compile Include="Compatibility\TestResources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>TestResources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="Compatibility\TextCompatibilityTests.cs" />
  90. <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
  91. <Compile Include="CSharpOptionsTest.cs" />
  92. <Compile Include="DeprecatedMemberTest.cs" />
  93. <Compile Include="DescriptorsTest.cs" />
  94. <Compile Include="Descriptors\MessageDescriptorTest.cs" />
  95. <Compile Include="DynamicMessageTest.cs" />
  96. <Compile Include="ExtendableMessageTest.cs" />
  97. <Compile Include="GeneratedBuilderTest.cs" />
  98. <Compile Include="GeneratedMessageTest.cs" />
  99. <Compile Include="MessageStreamIteratorTest.cs" />
  100. <Compile Include="MessageStreamWriterTest.cs" />
  101. <Compile Include="MessageTest.cs" />
  102. <Compile Include="MessageUtilTest.cs" />
  103. <Compile Include="NameHelpersTest.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="ReflectionTester.cs" />
  106. <Compile Include="SerializableTest.cs" />
  107. <Compile Include="ServiceTest.cs" />
  108. <Compile Include="TestCornerCases.cs" />
  109. <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
  110. <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
  111. <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
  112. <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
  113. <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
  114. <Compile Include="TestProtos\UnitTestGenericServices.cs" />
  115. <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
  116. <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
  117. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  118. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  119. <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
  120. <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
  121. <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
  122. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  123. <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
  124. <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
  125. <Compile Include="TestRpcGenerator.cs" />
  126. <Compile Include="TestUtil.cs" />
  127. <Compile Include="TestWriterFormatJson.cs" />
  128. <Compile Include="TestWriterFormatXml.cs" />
  129. <Compile Include="TextFormatTest.cs" />
  130. <Compile Include="UnknownFieldSetTest.cs" />
  131. <Compile Include="WireFormatTest.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
  135. <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
  136. <Name>ProtocolBuffers.Serialization</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  139. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  140. <Name>ProtocolBuffers</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  145. <Visible>False</Visible>
  146. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  147. <Install>false</Install>
  148. </BootstrapperPackage>
  149. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.5 SP1</ProductName>
  152. <Install>true</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  155. <Visible>False</Visible>
  156. <ProductName>Windows Installer 3.1</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="Compatibility\google_message1.dat" />
  162. <None Include="Compatibility\google_message2.dat" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <EmbeddedResource Include="Compatibility\TestResources.resx">
  166. <Generator>ResXFileCodeGenerator</Generator>
  167. <LastGenOutput>TestResources.Designer.cs</LastGenOutput>
  168. </EmbeddedResource>
  169. </ItemGroup>
  170. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Debug' " />
  171. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" Condition=" '$(Configuration)' == 'Release' " />
  172. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  173. Other similar extension points exist, see Microsoft.Common.targets.
  174. <Target Name="BeforeBuild">
  175. </Target>
  176. <Target Name="AfterBuild">
  177. </Target>
  178. -->
  179. </Project>