ProtocolBuffersLiteMixed.Test.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{EEFFED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  14. <AssemblyName>Google.ProtocolBuffersMixedLite.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="..\ProtocolBuffers.Test\Properties\AssemblyInfo.cs">
  70. <Link>Properties\AssemblyInfo.cs</Link>
  71. </Compile>
  72. <Compile Include="..\ProtocolBuffers.Test\SerializableAttribute.cs">
  73. <Link>SerializableAttribute.cs</Link>
  74. </Compile>
  75. <Compile Include="AbstractBuilderLiteTest.cs" />
  76. <Compile Include="AbstractMessageLiteTest.cs" />
  77. <Compile Include="ExtendableBuilderLiteTest.cs" />
  78. <Compile Include="ExtendableMessageLiteTest.cs" />
  79. <Compile Include="InteropLiteTest.cs" />
  80. <Compile Include="LiteTest.cs" />
  81. <Compile Include="MissingFieldAndExtensionTest.cs" />
  82. <Compile Include="TestLiteByApi.cs" />
  83. <Compile Include="TestProtos\UnitTestExtrasFullProtoFile.cs" />
  84. <Compile Include="TestProtos\UnitTestExtrasLiteProtoFile.cs" />
  85. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  86. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  87. <Compile Include="TestProtos\UnitTestLiteImportNonLiteProtoFile.cs" />
  88. <Compile Include="TestProtos\UnitTestLiteProtoFile.cs" />
  89. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  90. <Compile Include="TestUtil.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
  94. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  95. <Name>ProtocolBuffers</Name>
  96. </ProjectReference>
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. <PropertyGroup>
  107. <StartAction>Program</StartAction>
  108. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  109. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  110. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  111. </PropertyGroup>
  112. </Project>