PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/V2.2/trunk/Quickstarts/MultiTargeting/MultiTargeting.Tests.AcceptanceTest/MultiTargeting.Tests.AcceptanceTest/MultiTargeting.Tests.AcceptanceTest.csproj

#
MSBuild | 118 lines | 111 code | 0 blank | 7 comment | 0 complexity | 155fc606a50746b24e5853f2644c0a0c MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{F197F25E-74F5-4393-B690-2F36B7EC0BE6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MultiTargeting.Tests.AcceptanceTest</RootNamespace>
  11. <AssemblyName>MultiTargeting.Tests.AcceptanceTest</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids></PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  34. <Reference Include="PresentationCore">
  35. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  36. </Reference>
  37. <Reference Include="PresentationFramework">
  38. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Windows.Presentation">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="UIAutomationClient">
  49. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="UIAutomationClientsideProviders">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="UIAutomationProvider">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="UIAutomationTypes">
  58. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="WindowsBase">
  61. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  62. </Reference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Desktop\RealEstateListingViewerDesktopFixture.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Silverlight\RealEstateListingViewerSilverlightFixture.cs" />
  68. <Compile Include="TestData\ControlIdentifiers.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>ControlIdentifiers.resx</DependentUpon>
  72. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  73. </Compile>
  74. <Compile Include="TestData\TestDataInput.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTime>True</DesignTime>
  77. <DependentUpon>TestDataInput.resx</DependentUpon>
  78. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  79. </Compile>
  80. <Compile Include="TestEntities\Action\RealEstateListingViewerAction.cs" />
  81. <Compile Include="TestEntities\Assertion\RealEstateListingViewerAssertion.cs" />
  82. <Compile Include="TestEntities\Page\RealEstateListingViewerPage.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <EmbeddedResource Include="TestData\ControlIdentifiers.resx">
  86. <Generator>ResXFileCodeGenerator</Generator>
  87. <LastGenOutput>ControlIdentifiers.Designer.cs</LastGenOutput>
  88. <SubType>Designer</SubType>
  89. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  90. </EmbeddedResource>
  91. <EmbeddedResource Include="TestData\TestDataInput.resx">
  92. <Generator>ResXFileCodeGenerator</Generator>
  93. <LastGenOutput>TestDataInput.Designer.cs</LastGenOutput>
  94. <SubType>Designer</SubType>
  95. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  96. </EmbeddedResource>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="App.config" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\..\..\AcceptanceTestLibrary\AcceptanceTestLibrary\AcceptanceTestLibrary.csproj">
  103. <Project>{5A2F8F44-4D68-4010-84D8-8019C9B5C5E5}</Project>
  104. <Name>AcceptanceTestLibrary</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. <PropertyGroup>
  116. <PreBuildEvent>$(FrameworkDir)\..\v3.5\msbuild.exe "$(SolutionDir)..\MultiTargetingQuickstart.sln" /p:configuration=$(ConfigurationName)</PreBuildEvent>
  117. </PropertyGroup>
  118. </Project>