ProtocolBuffersLite.Test.SL20.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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>SL20</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>{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>v2.0</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.ProtocolBuffersLite.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>v2.0</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\SL20\Debug</OutputPath>
  40. <IntermediateOutputPath>obj\SL20\Debug\</IntermediateOutputPath>
  41. <DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST;NOEXTENSIONS</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\SL20\Release</OutputPath>
  53. <IntermediateOutputPath>obj\SL20\Release\</IntermediateOutputPath>
  54. <DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate);NOSERIALIZABLE;NOSORTEDLIST;NOEXTENSIONS</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.Windows" />
  67. <Reference Include="System.Windows.Browser" />
  68. </ItemGroup>
  69. <ItemGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  70. <Reference Include="nunit.framework">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\lib\NUnit\lib\nunit.framework.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup Condition=" '$(EnvironmentFlavor)' != 'CLIENTPROFILE' ">
  76. <Reference Include="Microsoft.Silverlight.Testing, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.Silverlight.Testing.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\..\lib\Microsoft.Silverlight.Testing\April2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="..\..\lib\NUnit-config\Microsoft.VisualStudio.TestTools.cs">
  87. <Link>Microsoft.VisualStudio.TestTools.cs</Link>
  88. </Compile>
  89. <Compile Include="..\ProtocolBuffers.Test\Properties\AssemblyInfo.cs">
  90. <Link>Properties\AssemblyInfo.cs</Link>
  91. </Compile>
  92. <Compile Include="..\ProtocolBuffers.Test\SerializableAttribute.cs">
  93. <Link>SerializableAttribute.cs</Link>
  94. </Compile>
  95. <Compile Include="..\ProtocolBuffers.Test\TestRpcForMimeTypes.cs">
  96. <Link>TestRpcForMimeTypes.cs</Link>
  97. </Compile>
  98. <Compile Include="..\ProtocolBuffers.Test\TestRpcGenerator.cs">
  99. <Link>TestRpcGenerator.cs</Link>
  100. </Compile>
  101. <Compile Include="AbstractBuilderLiteTest.cs" />
  102. <Compile Include="AbstractMessageLiteTest.cs" />
  103. <Compile Include="ExtendableBuilderLiteTest.cs" />
  104. <Compile Include="ExtendableMessageLiteTest.cs" />
  105. <Compile Include="LiteTest.cs" />
  106. <Compile Include="SerializableLiteTest.cs" />
  107. <Compile Include="TestLiteByApi.cs" />
  108. <Compile Include="TestProtos\UnitTestExtrasLiteProtoFile.cs" />
  109. <Compile Include="TestProtos\UnitTestImportLiteProtoFile.cs" />
  110. <Compile Include="TestProtos\UnitTestLiteProtoFile.cs" />
  111. <Compile Include="TestProtos\UnitTestRpcInteropLite.cs" />
  112. <Compile Include="TestUtil.cs" />
  113. <Compile Include="App.xaml.cs">
  114. <DependentUpon>App.xaml</DependentUpon>
  115. </Compile>
  116. <None Include="Properties\AppManifest.xml" />
  117. <None Include="Properties\OutOfBrowserSettings.xml" />
  118. <ApplicationDefinition Include="App.xaml">
  119. <Generator>MSBuild:Compile</Generator>
  120. <SubType>Designer</SubType>
  121. </ApplicationDefinition>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\ProtocolBuffers.Serialization\ProtocolBuffersLite.Serialization.SL20.csproj">
  125. <Project>{E067A59D-9D0A-4A1F-92B1-38E4457241D1}</Project>
  126. <Name>ProtocolBuffersLite.Serialization</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\ProtocolBuffers\ProtocolBuffersLite.SL20.csproj">
  129. <Project>{6969BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
  130. <Name>ProtocolBuffersLite</Name>
  131. <Private>True</Private>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v2.0\Microsoft.Silverlight.CSharp.targets" />
  135. <ProjectExtensions>
  136. <VisualStudio>
  137. <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
  138. <SilverlightProjectProperties>
  139. <StartAction>OfflineApplication</StartAction>
  140. </SilverlightProjectProperties>
  141. </FlavorProperties>
  142. </VisualStudio>
  143. </ProjectExtensions>
  144. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  145. Other similar extension points exist, see Microsoft.Common.targets.
  146. <Target Name="BeforeBuild">
  147. </Target>
  148. <Target Name="AfterBuild">
  149. </Target>
  150. -->
  151. <PropertyGroup Condition=" '$(EnvironmentFlavor)' == 'CLIENTPROFILE' ">
  152. <StartAction>Program</StartAction>
  153. <StartProgram>$(ProjectDir)..\..\lib\NUnit\tools\nunit-console.exe</StartProgram>
  154. <StartArguments>/nologo /noshadow /labels /wait $(AssemblyName).dll</StartArguments>
  155. <StartWorkingDirectory>$(ProjectDir)$(OutputPath)</StartWorkingDirectory>
  156. </PropertyGroup>
  157. </Project>