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

/V4/StockTrader RI/StockTraderRI.Tests.AcceptanceTest/StockTraderRI.Tests.AcceptanceTest/StockTraderRI.Tests.AcceptanceTest.csproj

#
MSBuild | 179 lines | 172 code | 0 blank | 7 comment | 0 complexity | 38531eaff1fb91663fb60463fb76ce1b MD5 | raw file
  1. <Project ToolsVersion="4.0" 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>{2C653DD8-68EA-441C-8915-74F7AA9799E5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>StockTraderRI.Tests.AcceptanceTest</RootNamespace>
  11. <AssemblyName>StockTraderRI.Tests.AcceptanceTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids><FileUpgradeFlags></FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  54. <Reference Include="PresentationCore">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="PresentationFramework">
  58. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Windows.Presentation">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.XML" />
  71. <Reference Include="System.Xml.Linq">
  72. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="UIAutomationClient">
  75. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  76. </Reference>
  77. <Reference Include="UIAutomationClientsideProviders">
  78. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="UIAutomationProvider">
  81. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="UIAutomationTypes">
  84. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  85. </Reference>
  86. <Reference Include="WindowsBase">
  87. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="Desktop\StockTraderRIDesktopFixture.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="Silverlight\StockTraderRISilverlightFixture.cs" />
  94. <Compile Include="TestData\ControlIdentifiers.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DesignTime>True</DesignTime>
  97. <DependentUpon>ControlIdentifiers.resx</DependentUpon>
  98. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  99. </Compile>
  100. <Compile Include="TestData\TestDataInput.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DesignTime>True</DesignTime>
  103. <DependentUpon>TestDataInput.resx</DependentUpon>
  104. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  105. </Compile>
  106. <Compile Include="TestEntities\Action\StockTraderRIAction.cs" />
  107. <Compile Include="TestEntities\Assertion\StockTraderRIAssertion.cs" />
  108. <Compile Include="TestEntities\Page\StockTraderRIPage.cs" />
  109. <Compile Include="TestInfrastructure\DataProvider\DataProviderBase.cs" />
  110. <Compile Include="TestInfrastructure\DataProvider\IDataProvider.cs" />
  111. <Compile Include="TestInfrastructure\DataProvider\MockModels\AccountPosition.cs" />
  112. <Compile Include="TestInfrastructure\DataProvider\MockModels\Market.cs" />
  113. <Compile Include="TestInfrastructure\DataProvider\MockModels\MarketHistory.cs" />
  114. <Compile Include="TestInfrastructure\DataProvider\MockModels\News.cs" />
  115. <Compile Include="TestInfrastructure\DataProvider\MockModels\Order.cs" />
  116. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\AccountPositionDataProvider.cs" />
  117. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\MarketDataProvider.cs" />
  118. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\MarketHistoryDataProvider.cs" />
  119. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\NewsDataProvider.cs" />
  120. <Compile Include="TestInfrastructure\DataProvider\ModuleDataProviders\OrderDataProvider.cs" />
  121. <Compile Include="TestInfrastructure\TestDataInfrastructure.cs" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\..\..\AcceptanceTestLibrary\AcceptanceTestLibrary\AcceptanceTestLibrary.csproj">
  125. <Project>{5A2F8F44-4D68-4010-84D8-8019C9B5C5E5}</Project>
  126. <Name>AcceptanceTestLibrary</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <EmbeddedResource Include="TestData\ControlIdentifiers.resx">
  131. <Generator>ResXFileCodeGenerator</Generator>
  132. <LastGenOutput>ControlIdentifiers.Designer.cs</LastGenOutput>
  133. <SubType>Designer</SubType>
  134. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="TestData\TestDataInput.resx">
  137. <Generator>ResXFileCodeGenerator</Generator>
  138. <LastGenOutput>TestDataInput.Designer.cs</LastGenOutput>
  139. <SubType>Designer</SubType>
  140. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  141. </EmbeddedResource>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="App.config" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  148. <Visible>False</Visible>
  149. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  150. <Install>true</Install>
  151. </BootstrapperPackage>
  152. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  153. <Visible>False</Visible>
  154. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  155. <Install>false</Install>
  156. </BootstrapperPackage>
  157. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  158. <Visible>False</Visible>
  159. <ProductName>.NET Framework 3.5 SP1</ProductName>
  160. <Install>false</Install>
  161. </BootstrapperPackage>
  162. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  163. <Visible>False</Visible>
  164. <ProductName>Windows Installer 3.1</ProductName>
  165. <Install>true</Install>
  166. </BootstrapperPackage>
  167. </ItemGroup>
  168. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  169. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  170. Other similar extension points exist, see Microsoft.Common.targets.
  171. <Target Name="BeforeBuild">
  172. </Target>
  173. <Target Name="AfterBuild">
  174. </Target>
  175. -->
  176. <PropertyGroup>
  177. <PreBuildEvent>$(MSBuildBinPath)\msbuild.exe "$(SolutionDir)..\StockTraderRI.sln" /p:configuration=$(ConfigurationName)</PreBuildEvent>
  178. </PropertyGroup>
  179. </Project>