ProtocolBuffers.Test.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
  5. <EnvironmentTemplate>NET35</EnvironmentTemplate>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>9.0.30729</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  14. <AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  30. <NoStdLib>true</NoStdLib>
  31. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  41. <NoStdLib>true</NoStdLib>
  42. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="mscorlib" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  50. <Reference Include="nunit.framework">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
  56. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
  67. <Link>Microsoft.VisualStudio.TestTools.cs</Link>
  68. </Compile>
  69. <Compile Include="AbstractMessageTest.cs" />
  70. <Compile Include="ByteStringTest.cs" />
  71. <Compile Include="CodedInputStreamTest.cs" />
  72. <Compile Include="CodedOutputStreamTest.cs" />
  73. <Compile Include="Collections\PopsicleListTest.cs" />
  74. <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
  75. <Compile Include="Compatibility\CompatibilityTests.cs" />
  76. <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
  77. <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
  78. <Compile Include="Compatibility\TestResources.cs" />
  79. <Compile Include="Compatibility\TextCompatibilityTests.cs" />
  80. <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
  81. <Compile Include="SerializableAttribute.cs" />
  82. <Compile Include="TestProtos\UnitTestExtrasProtoFile.cs" />
  83. <Compile Include="TestResources.cs" />
  84. <Compile Include="TestRpcForMimeTypes.cs" />
  85. <Compile Include="TestReaderForUrlEncoded.cs" />
  86. <Compile Include="CSharpOptionsTest.cs" />
  87. <Compile Include="DeprecatedMemberTest.cs" />
  88. <Compile Include="DescriptorsTest.cs" />
  89. <Compile Include="Descriptors\MessageDescriptorTest.cs" />
  90. <Compile Include="DynamicMessageTest.cs" />
  91. <Compile Include="ExtendableMessageTest.cs" />
  92. <Compile Include="GeneratedBuilderTest.cs" />
  93. <Compile Include="GeneratedMessageTest.cs" />
  94. <Compile Include="IssuesTest.cs" />
  95. <Compile Include="MessageStreamIteratorTest.cs" />
  96. <Compile Include="MessageStreamWriterTest.cs" />
  97. <Compile Include="MessageTest.cs" />
  98. <Compile Include="MessageUtilTest.cs" />
  99. <Compile Include="NameHelpersTest.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="ReflectionTester.cs" />
  102. <Compile Include="ReusableBuilderTest.cs" />
  103. <Compile Include="SerializableTest.cs" />
  104. <Compile Include="ServiceTest.cs" />
  105. <Compile Include="TestCornerCases.cs" />
  106. <Compile Include="TestMimeMessageFormats.cs" />
  107. <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
  108. <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
  109. <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
  110. <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
  111. <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
  112. <Compile Include="TestProtos\UnitTestGenericServices.cs" />
  113. <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
  114. <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
  115. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  116. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  117. <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
  118. <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
  119. <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
  120. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  121. <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
  122. <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
  123. <Compile Include="TestRpcGenerator.cs" />
  124. <Compile Include="TestUtil.cs" />
  125. <Compile Include="TestWriterFormatJson.cs" />
  126. <Compile Include="TestWriterFormatXml.cs" />
  127. <Compile Include="TextFormatTest.cs" />
  128. <Compile Include="UnknownFieldSetTest.cs" />
  129. <Compile Include="WireFormatTest.cs" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
  133. <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
  134. <Name>ProtocolBuffers.Serialization</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  137. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  138. <Name>ProtocolBuffers</Name>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <ItemGroup>
  142. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  143. <Visible>False</Visible>
  144. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  145. <Install>false</Install>
  146. </BootstrapperPackage>
  147. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  148. <Visible>False</Visible>
  149. <ProductName>.NET Framework 3.5 SP1</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  153. <Visible>False</Visible>
  154. <ProductName>Windows Installer 3.1</ProductName>
  155. <Install>true</Install>
  156. </BootstrapperPackage>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <EmbeddedResource Include="Compatibility\google_message1.dat" />
  160. <EmbeddedResource Include="Compatibility\google_message2.dat" />
  161. </ItemGroup>
  162. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. <PropertyGroup>
  171. <StartAction>Program</StartAction>
  172. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  173. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  174. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  175. </PropertyGroup>
  176. </Project>