ProtocolBuffers.Test.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <TargetFrameworkProfile>
  19. </TargetFrameworkProfile>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug</OutputPath>
  28. <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
  29. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  33. <NoStdLib>true</NoStdLib>
  34. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release</OutputPath>
  41. <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
  42. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  46. <NoStdLib>true</NoStdLib>
  47. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="mscorlib" />
  52. <Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  53. <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath>
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  57. <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  61. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  65. <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL">
  69. <HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="AbstractMessageTest.cs" />
  77. <Compile Include="ByteStringTest.cs" />
  78. <Compile Include="FieldPresenceTest.cs" />
  79. <Compile Include="CodedInputStreamTest.cs" />
  80. <Compile Include="CodedOutputStreamTest.cs" />
  81. <Compile Include="Collections\PopsicleListTest.cs" />
  82. <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
  83. <Compile Include="Compatibility\CompatibilityTests.cs" />
  84. <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
  85. <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
  86. <Compile Include="Compatibility\TestResources.cs" />
  87. <Compile Include="Compatibility\TextCompatibilityTests.cs" />
  88. <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
  89. <Compile Include="TestProtos\FieldPresence.cs" />
  90. <Compile Include="TestProtos\GoogleSize.cs" />
  91. <Compile Include="TestProtos\GoogleSpeed.cs" />
  92. <Compile Include="TestProtos\Unittest.cs" />
  93. <Compile Include="TestProtos\UnittestCustomOptions.cs" />
  94. <Compile Include="TestProtos\UnittestDropUnknownFields.cs" />
  95. <Compile Include="TestProtos\UnittestEnormousDescriptor.cs" />
  96. <Compile Include="TestProtos\UnittestExtrasXmltest.cs" />
  97. <Compile Include="TestProtos\UnittestImport.cs" />
  98. <Compile Include="TestProtos\UnittestImportPublic.cs" />
  99. <Compile Include="TestProtos\UnittestIssues.cs" />
  100. <Compile Include="TestProtos\UnittestMset.cs" />
  101. <Compile Include="TestProtos\UnittestOptimizeFor.cs" />
  102. <Compile Include="TestProtos\UnknownEnumTest.cs" />
  103. <Compile Include="TestResources.cs" />
  104. <Compile Include="TestReaderForUrlEncoded.cs" />
  105. <Compile Include="DeprecatedMemberTest.cs" />
  106. <Compile Include="DescriptorsTest.cs" />
  107. <Compile Include="DynamicMessageTest.cs" />
  108. <Compile Include="ExtendableMessageTest.cs" />
  109. <Compile Include="GeneratedBuilderTest.cs" />
  110. <Compile Include="GeneratedMessageTest.cs" />
  111. <Compile Include="IssuesTest.cs" />
  112. <Compile Include="MessageStreamIteratorTest.cs" />
  113. <Compile Include="MessageStreamWriterTest.cs" />
  114. <Compile Include="MessageTest.cs" />
  115. <Compile Include="MessageUtilTest.cs" />
  116. <Compile Include="NameHelpersTest.cs" />
  117. <Compile Include="Properties\AssemblyInfo.cs" />
  118. <Compile Include="ReflectionTester.cs" />
  119. <Compile Include="ReusableBuilderTest.cs" />
  120. <Compile Include="TestCornerCases.cs" />
  121. <Compile Include="TestMimeMessageFormats.cs" />
  122. <Compile Include="TestUtil.cs" />
  123. <Compile Include="TestWriterFormatJson.cs" />
  124. <Compile Include="TestWriterFormatXml.cs" />
  125. <Compile Include="TextFormatTest.cs" />
  126. <Compile Include="UnknownFieldSetTest.cs" />
  127. <Compile Include="WireFormatTest.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.csproj">
  131. <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
  132. <Name>ProtocolBuffers.Serialization</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  135. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  136. <Name>ProtocolBuffers</Name>
  137. </ProjectReference>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <EmbeddedResource Include="Compatibility\google_message1.dat" />
  141. <EmbeddedResource Include="Compatibility\google_message2.dat" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="packages.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  148. </ItemGroup>
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>