PageRenderTime 45ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/AcceptanceTestLibrary/AcceptanceTestLibrary/AcceptanceTestLibrary.csproj

#
MSBuild | 140 lines | 133 code | 0 blank | 7 comment | 0 complexity | db26e24a215106d4032697ae561f700f MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5A2F8F44-4D68-4010-84D8-8019C9B5C5E5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>AcceptanceTestLibrary</RootNamespace>
  12. <AssemblyName>AcceptanceTestLibrary</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment><FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <OldToolsVersion>3.5</OldToolsVersion>
  17. <UpgradeBackupLocation />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <TargetFrameworkProfile />
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>..\..\LIB\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>..\..\LIB\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="System" />
  56. <Reference Include="System.configuration" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml.Linq">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="System.Data.DataSetExtensions">
  66. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="UIAutomationClient">
  71. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="UIAutomationTypes">
  74. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="WindowsBase">
  77. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="ApplicationHelper\BrowserSupportHandler.cs" />
  82. <Compile Include="ApplicationHelper\ConfigHandler.cs" />
  83. <Compile Include="ApplicationHelper\ResXConfigHandler.cs" />
  84. <Compile Include="ApplicationHelper\UIAExtensions.cs" />
  85. <Compile Include="ApplicationObserver\IStateObserver.cs" />
  86. <Compile Include="ApplicationObserver\StateDiagnosis.cs" />
  87. <Compile Include="Common\FixtureBase.cs" />
  88. <Compile Include="Common\Launcher\AppLauncherBase.cs" />
  89. <Compile Include="Common\Launcher\Silverlight\BrowserLauncherBase.cs" />
  90. <Compile Include="Common\CrossBrowserSupport\InternetExplorerLauncher.cs" />
  91. <Compile Include="Common\Launcher\Silverlight\IBrowserLauncher.cs" />
  92. <Compile Include="Common\Launcher\Silverlight\SilverlightAppLauncher.cs" />
  93. <Compile Include="Common\Launcher\Desktop\WpfAppLauncher.cs" />
  94. <Compile Include="Common\CrossBrowserSupport\FirefoxLauncher.cs" />
  95. <Compile Include="Common\CrossBrowserSupport\SafariLauncher.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. <Compile Include="TestEntityBase\Page\PageBase.cs" />
  98. <Compile Include="UIAWrapper\ExpandCollapsePatternExtensions.cs" />
  99. <Compile Include="UIAWrapper\InvokePatternExtensions.cs" />
  100. <Compile Include="UIAWrapper\MouseEvents.cs" />
  101. <Compile Include="UIAWrapper\SelectPatternExtensions.cs" />
  102. <Compile Include="UIAWrapper\TogglePatternExtensions.cs" />
  103. <Compile Include="UIAWrapper\ValuePatternExtensions.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <COMReference Include="Shell32">
  107. <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
  108. <VersionMajor>1</VersionMajor>
  109. <VersionMinor>0</VersionMinor>
  110. <Lcid>0</Lcid>
  111. <WrapperTool>tlbimp</WrapperTool>
  112. <Isolated>False</Isolated>
  113. </COMReference>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  117. <Visible>False</Visible>
  118. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  119. <Install>false</Install>
  120. </BootstrapperPackage>
  121. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  127. <Visible>False</Visible>
  128. <ProductName>Windows Installer 3.1</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>