ProtocolBuffersLiteMixed.Test.SL30.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" xmlns:cs="urn:schemas-csharp-project:template">
  2. <PropertyGroup>
  3. <EnvironmentFlavor>SILVERLIGHT</EnvironmentFlavor>
  4. <EnvironmentTemplate>SL30</EnvironmentTemplate>
  5. <EnvironmentProjectType>TEST</EnvironmentProjectType>
  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. <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  21. <SilverlightApplication>true</SilverlightApplication>
  22. <ValidateXaml>false</ValidateXaml>
  23. <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
  24. <XapOutputs>true</XapOutputs>
  25. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  26. <XapFilename>Google.ProtocolBuffersMixedLite.Test.xap</XapFilename>
  27. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  28. <SilverlightAppEntry>Google.ProtocolBuffers.App</SilverlightAppEntry>
  29. <TestPageFileName>TestPage.html</TestPageFileName>
  30. <CreateTestPage>true</CreateTestPage>
  31. <SilverlightVersion>v3.5</SilverlightVersion>
  32. <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
  33. <EnableOutOfBrowser>true</EnableOutOfBrowser>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\SL30\Debug</OutputPath>
  40. <IntermediateOutputPath>obj\SL30\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. <NoConfig>true</NoConfig>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\SL30\Release</OutputPath>
  53. <IntermediateOutputPath>obj\SL30\Release\</IntermediateOutputPath>
  54. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  58. <NoStdLib>true</NoStdLib>
  59. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  60. <NoConfig>true</NoConfig>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="mscorlib" />
  64. <Reference Include="System" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Windows" />
  68. <Reference Include="System.Windows.Browser" />
  69. </ItemGroup>
  70. <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  71. <Reference Include="nunit.framework">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
  74. </Reference>
  75. </ItemGroup>
  76. <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
  77. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
  88. <Link>Microsoft.VisualStudio.TestTools.cs</Link>
  89. </Compile>
  90. <Compile Include="..\ProtocolBuffers.Test\Properties\AssemblyInfo.cs">
  91. <Link>Properties\AssemblyInfo.cs</Link>
  92. </Compile>
  93. <Compile Include="..\ProtocolBuffers.Test\SerializableAttribute.cs">
  94. <Link>SerializableAttribute.cs</Link>
  95. </Compile>
  96. <Compile Include="AbstractBuilderLiteTest.cs" />
  97. <Compile Include="AbstractMessageLiteTest.cs" />
  98. <Compile Include="ExtendableBuilderLiteTest.cs" />
  99. <Compile Include="ExtendableMessageLiteTest.cs" />
  100. <Compile Include="InteropLiteTest.cs" />
  101. <Compile Include="LiteTest.cs" />
  102. <Compile Include="MissingFieldAndExtensionTest.cs" />
  103. <Compile Include="TestLiteByApi.cs" />
  104. <Compile Include="TestProtos\UnitTestExtrasFullProtoFile.cs" />
  105. <Compile Include="TestProtos\UnitTestExtrasLiteProtoFile.cs" />
  106. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  107. <Compile Include="TestProtos\UnitTestImportProtoFile.cs" />
  108. <Compile Include="TestProtos\UnitTestLiteImportNonLiteProtoFile.cs" />
  109. <Compile Include="TestProtos\UnitTestLiteProtoFile.cs" />
  110. <Compile Include="TestProtos\UnitTestProtoFile.cs" />
  111. <Compile Include="TestUtil.cs" />
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. </Compile>
  115. <None Include="Properties\AppManifest.xml" />
  116. <None Include="Properties\OutOfBrowserSettings.xml" />
  117. <ApplicationDefinition Include="App.xaml">
  118. <Generator>MSBuild:Compile</Generator>
  119. <SubType>Designer</SubType>
  120. </ApplicationDefinition>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.SL30.csproj">
  124. <Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  125. <Name>ProtocolBuffers</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
  129. <ProjectExtensions>
  130. <VisualStudio>
  131. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  132. <SilverlightProjectProperties>
  133. <StartAction>OfflineApplication</StartAction>
  134. </SilverlightProjectProperties>
  135. </FlavorProperties>
  136. </VisualStudio>
  137. </ProjectExtensions>
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. <PropertyGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  146. <StartAction>Program</StartAction>
  147. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  148. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  149. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  150. </PropertyGroup>
  151. </Project>