ProtocolBuffers.Test.PL40.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:cs="urn:schemas-csharp-project:template">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>PORTABLE_LIBRARY</EnvironmentFlavor>
  4. <EnvironmentTemplate>PL40</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>{DD01ED24-3750-4567-9A23-1DB676A15610}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Google.ProtocolBuffers</RootNamespace>
  14. <AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
  19. <OldToolsVersion>3.5</OldToolsVersion>
  20. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  21. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  22. <TargetFrameworkProfile />
  23. <ValidateXaml>false</ValidateXaml>
  24. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  25. <SilverlightApplication>true</SilverlightApplication>
  26. <XapOutputs>true</XapOutputs>
  27. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  28. <XapFilename>Google.ProtocolBuffers.Test.xap</XapFilename>
  29. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  30. <SilverlightAppEntry>Google.ProtocolBuffers.App</SilverlightAppEntry>
  31. <TestPageFileName>TestPage.html</TestPageFileName>
  32. <CreateTestPage>true</CreateTestPage>
  33. <SilverlightVersion>v4.0</SilverlightVersion>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\PL40\Debug</OutputPath>
  40. <IntermediateOutputPath>obj\PL40\Debug\</IntermediateOutputPath>
  41. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  45. <NoStdLib>true</NoStdLib>
  46. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\PL40\Release</OutputPath>
  52. <IntermediateOutputPath>obj\PL40\Release\</IntermediateOutputPath>
  53. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  57. <NoStdLib>true</NoStdLib>
  58. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="mscorlib" />
  62. <Reference Include="System" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Windows" />
  66. <Reference Include="System.Windows.Browser" />
  67. </ItemGroup>
  68. <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  69. <Reference Include="nunit.framework">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
  72. </Reference>
  73. </ItemGroup>
  74. <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
  75. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  82. </Reference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
  86. <Link>Microsoft.VisualStudio.TestTools.cs</Link>
  87. </Compile>
  88. <Compile Include="AbstractMessageTest.cs" />
  89. <Compile Include="ByteStringTest.cs" />
  90. <Compile Include="CodedInputStreamTest.cs" />
  91. <Compile Include="CodedOutputStreamTest.cs" />
  92. <Compile Include="Collections\PopsicleListTest.cs" />
  93. <Compile Include="Compatibility\BinaryCompatibilityTests.cs" />
  94. <Compile Include="Compatibility\CompatibilityTests.cs" />
  95. <Compile Include="Compatibility\DictionaryCompatibilityTests.cs" />
  96. <Compile Include="Compatibility\JsonCompatibilityTests.cs" />
  97. <Compile Include="Compatibility\TestResources.cs" />
  98. <Compile Include="Compatibility\TextCompatibilityTests.cs" />
  99. <Compile Include="Compatibility\XmlCompatibilityTests.cs" />
  100. <Compile Include="SerializableAttribute.cs" />
  101. <Compile Include="TestProtos\UnitTestExtrasProtoFile.cs" />
  102. <Compile Include="TestResources.cs" />
  103. <Compile Include="TestRpcForMimeTypes.cs" />
  104. <Compile Include="TestReaderForUrlEncoded.cs" />
  105. <Compile Include="CSharpOptionsTest.cs" />
  106. <Compile Include="DeprecatedMemberTest.cs" />
  107. <Compile Include="DescriptorsTest.cs" />
  108. <Compile Include="Descriptors\MessageDescriptorTest.cs" />
  109. <Compile Include="DynamicMessageTest.cs" />
  110. <Compile Include="ExtendableMessageTest.cs" />
  111. <Compile Include="GeneratedBuilderTest.cs" />
  112. <Compile Include="GeneratedMessageTest.cs" />
  113. <Compile Include="IssuesTest.cs" />
  114. <Compile Include="MessageStreamIteratorTest.cs" />
  115. <Compile Include="MessageStreamWriterTest.cs" />
  116. <Compile Include="MessageTest.cs" />
  117. <Compile Include="MessageUtilTest.cs" />
  118. <Compile Include="NameHelpersTest.cs" />
  119. <Compile Include="Properties\AssemblyInfo.cs" />
  120. <Compile Include="ReflectionTester.cs" />
  121. <Compile Include="ReusableBuilderTest.cs" />
  122. <Compile Include="SerializableTest.cs" />
  123. <Compile Include="ServiceTest.cs" />
  124. <Compile Include="TestCornerCases.cs" />
  125. <Compile Include="TestMimeMessageFormats.cs" />
  126. <Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
  127. <Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
  128. <Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
  129. <Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
  130. <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
  131. <Compile Include="TestProtos\UnitTestGenericServices.cs" />
  132. <Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
  133. <Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />
  134. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  135. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  136. <Compile Include="TestProtos\UnitTestMessageSetProtoFile.cs" />
  137. <Compile Include="TestProtos\UnitTestNoGenericServicesProtoFile.cs" />
  138. <Compile Include="TestProtos\UnitTestOptimizeForProtoFile.cs" />
  139. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  140. <Compile Include="TestProtos\UnitTestRpcInterop.cs" />
  141. <Compile Include="TestProtos\UnitTestXmlSerializerTestProtoFile.cs" />
  142. <Compile Include="TestRpcGenerator.cs" />
  143. <Compile Include="TestUtil.cs" />
  144. <Compile Include="TestWriterFormatJson.cs" />
  145. <Compile Include="TestWriterFormatXml.cs" />
  146. <Compile Include="TextFormatTest.cs" />
  147. <Compile Include="UnknownFieldSetTest.cs" />
  148. <Compile Include="WireFormatTest.cs" />
  149. <Compile Include="App.xaml.cs">
  150. <DependentUpon>App.xaml</DependentUpon>
  151. </Compile>
  152. <None Include="Properties\AppManifest.xml" />
  153. <ApplicationDefinition Include="App.xaml">
  154. <Generator>MSBuild:Compile</Generator>
  155. <SubType>Designer</SubType>
  156. </ApplicationDefinition>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffers.Serialization.PL40.csproj">
  160. <Project>{231391AF-449C-4a39-986C-AD7F270F4750}</Project>
  161. <Name>ProtocolBuffers.Serialization</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.PL40.csproj">
  164. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  165. <Name>ProtocolBuffers</Name>
  166. </ProjectReference>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  170. <Visible>False</Visible>
  171. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  172. <Install>false</Install>
  173. </BootstrapperPackage>
  174. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  175. <Visible>False</Visible>
  176. <ProductName>.NET Framework 3.5 SP1</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  180. <Visible>False</Visible>
  181. <ProductName>Windows Installer 3.1</ProductName>
  182. <Install>true</Install>
  183. </BootstrapperPackage>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <EmbeddedResource Include="Compatibility\google_message1.dat" />
  187. <EmbeddedResource Include="Compatibility\google_message2.dat" />
  188. </ItemGroup>
  189. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
  190. <ProjectExtensions>
  191. <VisualStudio>
  192. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  193. <SilverlightProjectProperties />
  194. </FlavorProperties>
  195. </VisualStudio>
  196. </ProjectExtensions>
  197. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  198. Other similar extension points exist, see Microsoft.Common.targets.
  199. <Target Name="BeforeBuild">
  200. </Target>
  201. <Target Name="AfterBuild">
  202. </Target>
  203. -->
  204. <PropertyGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  205. <StartAction>Program</StartAction>
  206. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  207. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  208. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  209. </PropertyGroup>
  210. </Project>