PageRenderTime 36ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/V1/trunk/Source/StockTraderRI/StockTraderRI.Modules.WatchList/StockTraderRI.Modules.Watch.csproj

#
MSBuild | 135 lines | 135 code | 0 blank | 0 comment | 0 complexity | 385e3cf51d6ca06b5e6c27c256245177 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>{78621307-C67F-4C61-96AA-7EE4B3C08620}</ProjectGuid>
  9. <OutputType>library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>StockTraderRI.Modules.Watch</RootNamespace>
  12. <AssemblyName>StockTraderRI.Modules.Watch</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <WarningLevel>4</WarningLevel></PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\Lib\Unity\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Unity, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\Lib\Unity\Microsoft.Practices.Unity.dll</HintPath>
  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="UIAutomationProvider">
  56. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  57. </Reference>
  58. <Reference Include="WindowsBase">
  59. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  60. </Reference>
  61. <Reference Include="PresentationCore">
  62. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="PresentationFramework">
  65. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="AddWatch\AddWatchPresenter.cs" />
  70. <Compile Include="AddWatch\AddWatchView.xaml.cs">
  71. <DependentUpon>AddWatchView.xaml</DependentUpon>
  72. </Compile>
  73. <Compile Include="AddWatch\IAddWatchPresenter.cs" />
  74. <Compile Include="AddWatch\IAddWatchView.cs" />
  75. <Compile Include="GlobalSuppressions.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs">
  77. <SubType>Code</SubType>
  78. </Compile>
  79. <Compile Include="Properties\Resources.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DesignTime>True</DesignTime>
  82. <DependentUpon>Resources.resx</DependentUpon>
  83. </Compile>
  84. <Compile Include="Services\IWatchListService.cs" />
  85. <Compile Include="Services\WatchListService.cs" />
  86. <Compile Include="WatchItem.cs" />
  87. <Compile Include="WatchList\IWatchListPresentationModel.cs" />
  88. <Compile Include="WatchModule.cs" />
  89. <Compile Include="WatchList\IWatchListView.cs" />
  90. <Compile Include="WatchList\WatchListView.xaml.cs">
  91. <DependentUpon>WatchListView.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="WatchList\WatchListPresentationModel.cs" />
  94. <AppDesigner Include="Properties\" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\..\CAL\Composite.Wpf\Composite.Wpf.csproj">
  98. <Project>{F807062D-6FC9-4FF0-A9F5-5F94653EDC4D}</Project>
  99. <Name>Composite.Wpf</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\CAL\Composite\Composite.csproj">
  102. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  103. <Name>Composite</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\StockTraderRI.Infrastructure\StockTraderRI.Infrastructure.csproj">
  106. <Project>{0A123C1B-F316-447D-99A5-44CCF8023683}</Project>
  107. <Name>StockTraderRI.Infrastructure</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Page Include="AddWatch\AddWatchView.xaml">
  112. <SubType>Designer</SubType>
  113. <Generator>MSBuild:Compile</Generator>
  114. </Page>
  115. <Page Include="WatchList\WatchListView.xaml">
  116. <SubType>Designer</SubType>
  117. <Generator>MSBuild:Compile</Generator>
  118. </Page>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <EmbeddedResource Include="Properties\Resources.resx">
  122. <Generator>ResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  124. <SubType>Designer</SubType>
  125. </EmbeddedResource>
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>