PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/V2/trunk/Quickstarts/UI Composition/UIComposition.Tests.AcceptanceTest/UIComposition.Tests.AcceptanceTest/UIComposition.Tests.AcceptanceTest.csproj

#
MSBuild | 120 lines | 120 code | 0 blank | 0 comment | 0 complexity | af4d0854785c3218cbedecd388d17aee 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>{C873888A-52EC-4C25-8BCE-106F9D032E66}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UIComposition.Tests.AcceptanceTest</RootNamespace>
  11. <AssemblyName>UIComposition.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="Bricks, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\..\..\LIB\White\Bricks.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Core, Version=0.1.5.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\..\LIB\White\Core.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  42. <Reference Include="PresentationCore">
  43. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="PresentationFramework">
  46. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Windows.Presentation">
  56. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="System.Xml" />
  59. <Reference Include="UIAutomationClient">
  60. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="UIAutomationTypes">
  63. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="WindowsBase">
  66. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="TestEntities\Assertion\UICompositionAssertion.cs" />
  71. <Compile Include="TestEntities\Page\UICompositionPage.cs" />
  72. <Compile Include="ViewInjection\Desktop\ViewInjectionEmployeeModuleDesktopFixture.cs" />
  73. <Compile Include="ViewInjection\Silverlight\ViewInjectionEmployeeModuleSilverLightFixture.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="TestData\ControlIdentifiers.Designer.cs" />
  76. <Compile Include="TestData\TestDataInput.Designer.cs" />
  77. <Compile Include="TestInfrastructure\DataProvider\DataProviderBase.cs" />
  78. <Compile Include="TestInfrastructure\DataProvider\IDataProvider.cs" />
  79. <Compile Include="TestInfrastructure\DataProvider\MockModels\Employee.cs" />
  80. <Compile Include="TestInfrastructure\DataProvider\MockModels\Project.cs" />
  81. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\EmployeeDataProvider.cs" />
  82. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\ProjectDataProvider.cs" />
  83. <Compile Include="TestInfrastructure\TestDataInfrastructure.cs" />
  84. <Compile Include="ViewDiscovery\Desktop\ViewDiscoveryEmployeeModuleDesktopFixture.cs" />
  85. <Compile Include="ViewDiscovery\Silverlight\ViewDiscoveryEmployeeModuleSilverLightFixture.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\..\..\..\AcceptanceTestLibrary\AcceptanceTestLibrary\AcceptanceTestLibrary.csproj">
  89. <Project>{5A2F8F44-4D68-4010-84D8-8019C9B5C5E5}</Project>
  90. <Name>AcceptanceTestLibrary</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="TestData\ControlIdentifiers.resx">
  95. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="TestData\TestDataInput.resx">
  98. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  99. </EmbeddedResource>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="App.config" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Folder Include="TestEntities\Action\" />
  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)..\ViewInjection\ViewInjectionComposition.sln" /p:configuration=$(ConfigurationName)
  117. $(FrameworkDir)\..\v3.5\msbuild.exe "$(SolutionDir)..\ViewDiscovery\ViewDiscoveryComposition.sln" /p:configuration=$(ConfigurationName)
  118. </PreBuildEvent>
  119. </PropertyGroup>
  120. </Project>