PageRenderTime 63ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/V4/StockTrader RI/Desktop/StockTraderRI.Modules.Market.Tests/StockTraderRI.Modules.Market.Tests.csproj

#
MSBuild | 162 lines | 155 code | 0 blank | 7 comment | 0 complexity | 290b5714c8397e9f4d24800e64eabea6 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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DEFED0C8-EBCF-491A-892E-212B8A963268}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>StockTraderRI.Modules.Market.Tests</RootNamespace>
  12. <AssemblyName>StockTraderRI.Modules.Market.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids><FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRules>
  44. </CodeAnalysisRules>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. <NoWarn>0067</NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>bin\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <CodeAnalysisRules>
  56. </CodeAnalysisRules>
  57. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\..\LIB\Desktop\CommonServiceLocation\Microsoft.Practices.ServiceLocation.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  65. <Reference Include="Moq">
  66. <HintPath>..\..\..\LIB\Desktop\Moq\Moq.dll</HintPath>
  67. </Reference>
  68. <Reference Include="PresentationCore">
  69. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  70. </Reference>
  71. <Reference Include="PresentationFramework">
  72. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.ComponentModel.Composition" />
  76. <Reference Include="System.Core">
  77. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  78. </Reference>
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Xaml" />
  81. <Reference Include="System.Xml" />
  82. <Reference Include="System.Xml.Linq">
  83. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  84. </Reference>
  85. <Reference Include="WindowsBase">
  86. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  87. </Reference>
  88. <Reference Include="Microsoft.Practices.Prism">
  89. <HintPath>..\..\..\Bin\Desktop\Microsoft.Practices.Prism.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="Mocks\MockMarketHistoryService.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Services\MarketFeedServiceFixture.cs" />
  101. <Compile Include="TrendLineView\TrendLineViewModelFixture.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\..\PrismLibrary\Desktop\Prism.TestSupport\Prism.TestSupport.csproj">
  105. <Project>{D1C75DE6-CB2B-401A-985C-033C4FABAD84}</Project>
  106. <Name>Prism.TestSupport</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\StockTraderRI.Infrastructure\StockTraderRI.Infrastructure.csproj">
  109. <Project>{0A123C1B-F316-447D-99A5-44CCF8023683}</Project>
  110. <Name>StockTraderRI.Infrastructure</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\StockTraderRI.Modules.Market\StockTraderRI.Modules.Market.csproj">
  113. <Project>{65E5631B-965B-4E16-9B98-6DCAE79B0D85}</Project>
  114. <Name>StockTraderRI.Modules.Market</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <None Include="Migrated rules for StockTraderRI.Modules.Market.Tests.ruleset" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  129. <Visible>False</Visible>
  130. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  131. <Install>true</Install>
  132. </BootstrapperPackage>
  133. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  134. <Visible>False</Visible>
  135. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  136. <Install>false</Install>
  137. </BootstrapperPackage>
  138. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  139. <Visible>False</Visible>
  140. <ProductName>.NET Framework 3.5 SP1</ProductName>
  141. <Install>false</Install>
  142. </BootstrapperPackage>
  143. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  144. <Visible>False</Visible>
  145. <ProductName>Windows Installer 3.1</ProductName>
  146. <Install>true</Install>
  147. </BootstrapperPackage>
  148. </ItemGroup>
  149. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. <ProjectExtensions>
  158. <VisualStudio>
  159. <UserProperties Notes="&lt;Notes Project=&quot;defed0c8-ebcf-491a-892e-212b8a963268&quot; xmlns=&quot;clr-namespace:StickyNotes.Model;assembly=StickyNotes&quot;&gt;&lt;Notes.StickyNotes&gt;&lt;Note FilePath=&quot;&quot; Content=&quot;&quot; Date=&quot;2009-01-02T10:19:56.5579344-08:00&quot; /&gt;&lt;/Notes.StickyNotes&gt;&lt;/Notes&gt;" />
  160. </VisualStudio>
  161. </ProjectExtensions>
  162. </Project>