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

/V1/trunk/Source/StockTraderRI/StockTraderRI.Infrastructure/StockTraderRI.Infrastructure.csproj

#
MSBuild | 118 lines | 111 code | 0 blank | 7 comment | 0 complexity | 3178f36b358cf78f7c9e6baccf80c9de MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{0A123C1B-F316-447D-99A5-44CCF8023683}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>StockTraderRI.Infrastructure</RootNamespace>
  12. <AssemblyName>StockTraderRI.Infrastructure</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment></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.Practices.Unity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\Lib\Unity\Microsoft.Practices.Unity.dll</HintPath>
  36. </Reference>
  37. <Reference Include="PresentationCore">
  38. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="PresentationFramework">
  41. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Xml.Linq">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Data.DataSetExtensions">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="WindowsBase">
  56. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Behaviors\ItemSelectorBehavior.cs" />
  61. <Compile Include="Converters\EnumToBooleanConverter.cs" />
  62. <Compile Include="Converters\ErrorConverter.cs" />
  63. <Compile Include="Converters\StringToNullableNumberConverter.cs" />
  64. <Compile Include="ExtendedHeader.cs" />
  65. <Compile Include="GlobalSuppressions.cs" />
  66. <Compile Include="Interfaces\IHeaderInfoProvider.cs" />
  67. <Compile Include="Interfaces\IOrderCommandsView.cs" />
  68. <Compile Include="MarketPricesUpdatedEvent.cs" />
  69. <Compile Include="Properties\Resources.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. </Compile>
  74. <Compile Include="RegionNames.cs" />
  75. <Compile Include="StockTraderRICommands.cs" />
  76. <Compile Include="Converters\TwoDecimalPlaceConverter.cs" />
  77. <Compile Include="Interfaces\IMarketHistoryService.cs" />
  78. <Compile Include="Interfaces\ITrendLinePresenter.cs" />
  79. <Compile Include="Interfaces\ITrendLineView.cs" />
  80. <Compile Include="Models\AccountPosition.cs" />
  81. <Compile Include="Interfaces\IAccountPositionModel.cs" />
  82. <Compile Include="Interfaces\IMarketFeedService.cs" />
  83. <Compile Include="Interfaces\INewsFeedService.cs" />
  84. <Compile Include="Models\AccountPositionEventArgs.cs" />
  85. <Compile Include="Models\AccountPositionModelEventArgs.cs" />
  86. <Compile Include="Models\NewsArticle.cs" />
  87. <Compile Include="Models\NewsFeedEventArgs.cs" />
  88. <Compile Include="Models\MarketHistoryCollection.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="TickerSymbolSelectedEvent.cs" />
  91. <Compile Include="TransactionType.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\CAL\Composite.Wpf\Composite.Wpf.csproj">
  102. <Project>{F807062D-6FC9-4FF0-A9F5-5F94653EDC4D}</Project>
  103. <Name>Composite.Wpf</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\CAL\Composite\Composite.csproj">
  106. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  107. <Name>Composite</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  112. Other similar extension points exist, see Microsoft.Common.targets.
  113. <Target Name="BeforeBuild">
  114. </Target>
  115. <Target Name="AfterBuild">
  116. </Target>
  117. -->
  118. </Project>