ProtocolBuffers.Test.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
  36. <OutputPath>bin\Silverlight2\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <Optimize>true</Optimize>
  39. <DebugType>pdbonly</DebugType>
  40. <PlatformTarget>AnyCPU</PlatformTarget>
  41. <ErrorReport>prompt</ErrorReport>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\lib\nunit.framework.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AbstractMessageTest.cs" />
  58. <Compile Include="ByteStringTest.cs" />
  59. <Compile Include="CodedInputStreamTest.cs" />
  60. <Compile Include="CodedOutputStreamTest.cs" />
  61. <Compile Include="Collections\PopsicleListTest.cs" />
  62. <Compile Include="CSharpOptionsTest.cs" />
  63. <Compile Include="DescriptorsTest.cs" />
  64. <Compile Include="Descriptors\MessageDescriptorTest.cs" />
  65. <Compile Include="DynamicMessageTest.cs" />
  66. <Compile Include="ExtendableMessageTest.cs" />
  67. <Compile Include="GeneratedMessageTest.cs" />
  68. <Compile Include="MessageStreamIteratorTest.cs" />
  69. <Compile Include="MessageStreamWriterTest.cs" />
  70. <Compile Include="MessageTest.cs" />
  71. <Compile Include="MessageUtilTest.cs" />
  72. <Compile Include="NameHelpersTest.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="ReflectionTester.cs" />
  75. <Compile Include="ServiceTest.cs" />
  76. <Compile Include="TestProtos\FIXUP.cs" />
  77. <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
  78. <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
  79. <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
  80. <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
  81. <Compile Include="TestProtos\UnitTestEnormousDescriptorProtoFile.cs" />
  82. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  83. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  84. <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
  85. <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
  86. <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
  87. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  88. <Compile Include="TestUtil.cs" />
  89. <Compile Include="TextFormatTest.cs" />
  90. <Compile Include="UnknownFieldSetTest.cs" />
  91. <Compile Include="WireFormatTest.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  95. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  96. <Name>ProtocolBuffers</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="Properties\Google.ProtocolBuffers.Test.snk" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>