ProtocolBuffersLiteMixed.Test.csproj 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>{EEFFED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  12. <AssemblyName>Google.ProtocolBuffersMixedLite.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. <OldToolsVersion>3.5</OldToolsVersion>
  20. <UpgradeBackupLocation />
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <NoStdLib>true</NoStdLib>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <NoStdLib>true</NoStdLib>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\lib\NUnit 2.2.8.0\nunit.framework.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Rhino.Mocks, Version=3.5.0.2, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\..\lib\Rhino.Mocks.dll</HintPath>
  49. </Reference>
  50. <Reference Include="mscorlib" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="..\ProtocolBuffers.Test\Properties\AssemblyInfo.cs">
  57. <Link>Properties\AssemblyInfo.cs</Link>
  58. </Compile>
  59. <Compile Include="AbstractBuilderLiteTest.cs" />
  60. <Compile Include="AbstractMessageLiteTest.cs" />
  61. <Compile Include="ExtendableBuilderLiteTest.cs" />
  62. <Compile Include="ExtendableMessageLiteTest.cs" />
  63. <Compile Include="InteropLiteTest.cs" />
  64. <Compile Include="LiteTest.cs" />
  65. <Compile Include="MissingFieldAndExtensionTest.cs" />
  66. <Compile Include="TestLiteByApi.cs" />
  67. <Compile Include="TestProtos\UnitTestExtrasFullProtoFile.cs" />
  68. <Compile Include="TestProtos\UnitTestExtrasLiteProtoFile.cs" />
  69. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  70. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  71. <Compile Include="TestProtos\UnitTestLiteImportNonLiteProtoFile.cs" />
  72. <Compile Include="TestProtos\UnitTestLiteProtoFile.cs" />
  73. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  77. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  78. <Name>ProtocolBuffers</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>