ProtocolBuffersLite.Test.NET35.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
  4. <EnvironmentTemplate>NET35</EnvironmentTemplate>
  5. <ProjectType>TEST</ProjectType>
  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>{EE01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  14. <AssemblyName>Google.ProtocolBuffersLite.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\NET35\Debug</OutputPath>
  26. <IntermediateOutputPath>obj\NET35\Debug\</IntermediateOutputPath>
  27. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  31. <NoStdLib>true</NoStdLib>
  32. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\NET35\Release</OutputPath>
  38. <IntermediateOutputPath>obj\NET35\Release\</IntermediateOutputPath>
  39. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  43. <NoStdLib>true</NoStdLib>
  44. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="mscorlib" />
  48. <Reference Include="System" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="System.Core" />
  51. </ItemGroup>
  52. <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  53. <Reference Include="nunit.framework">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
  59. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
  70. <Link>Microsoft.VisualStudio.TestTools.cs</Link>
  71. </Compile>
  72. <Compile Include="..\ProtocolBuffers.Test\Properties\AssemblyInfo.cs">
  73. <Link>Properties\AssemblyInfo.cs</Link>
  74. </Compile>
  75. <Compile Include="..\ProtocolBuffers.Test\SerializableAttribute.cs">
  76. <Link>SerializableAttribute.cs</Link>
  77. </Compile>
  78. <Compile Include="..\ProtocolBuffers.Test\TestRpcForMimeTypes.cs">
  79. <Link>TestRpcForMimeTypes.cs</Link>
  80. </Compile>
  81. <Compile Include="..\ProtocolBuffers.Test\TestRpcGenerator.cs">
  82. <Link>TestRpcGenerator.cs</Link>
  83. </Compile>
  84. <Compile Include="AbstractBuilderLiteTest.cs" />
  85. <Compile Include="AbstractMessageLiteTest.cs" />
  86. <Compile Include="ExtendableBuilderLiteTest.cs" />
  87. <Compile Include="ExtendableMessageLiteTest.cs" />
  88. <Compile Include="LiteTest.cs" />
  89. <Compile Include="SerializableLiteTest.cs" />
  90. <Compile Include="TestLiteByApi.cs" />
  91. <Compile Include="TestProtos\UnitTestExtrasLiteProtoFile.cs" />
  92. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  93. <Compile Include="TestProtos\UnitTestLiteProtoFile.cs" />
  94. <Compile Include="TestProtos\UnitTestRpcInteropLite.cs" />
  95. <Compile Include="TestUtil.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffersLite.Serialization.NET35.csproj">
  99. <Project>{E067A59D-9D0A-4A1F-92B1-38E4457241D1}</Project>
  100. <Name>ProtocolBuffersLite.Serialization</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.NET35.csproj">
  103. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  104. <Name>ProtocolBuffersLite</Name>
  105. <Private>True</Private>
  106. </ProjectReference>
  107. </ItemGroup>
  108. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. <PropertyGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  117. <StartAction>Program</StartAction>
  118. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  119. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  120. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  121. </PropertyGroup>
  122. </Project>