PageRenderTime 40ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/V1/trunk/Source/ChartControls/StockTraderRI.ChartControls.csproj

#
MSBuild | 108 lines | 108 code | 0 blank | 0 comment | 0 complexity | 110a5f91434838e1359212ecb5b0c034 MD5 | raw file
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProjectGuid>{CBF8605C-8DAC-4CBB-9A1E-D798D83B277E}</ProjectGuid>
  6. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <RootNamespace>StockTraderRI.ChartControls</RootNamespace>
  8. <AssemblyName>StockTraderRI.ChartControls</AssemblyName>
  9. <WarningLevel>4</WarningLevel>
  10. <OutputType>Library</OutputType>
  11. <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
  12. <Install>true</Install>
  13. <InstallFrom>Web</InstallFrom>
  14. <UpdateEnabled>true</UpdateEnabled>
  15. <UpdateMode>Foreground</UpdateMode>
  16. <UpdateInterval>7</UpdateInterval>
  17. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  18. <UpdatePeriodically>false</UpdatePeriodically>
  19. <UpdateRequired>false</UpdateRequired>
  20. <MapFileExtensions>false</MapFileExtensions>
  21. <ApplicationVersion>1.0.0.*</ApplicationVersion>
  22. <IsWebBootstrapper>true</IsWebBootstrapper>
  23. <BootstrapperEnabled>true</BootstrapperEnabled>
  24. <PublishUrl>Publish\</PublishUrl>
  25. <StartupObject>
  26. </StartupObject>
  27. <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
  28. <FileUpgradeFlags>
  29. </FileUpgradeFlags>
  30. <UpgradeBackupLocation>
  31. </UpgradeBackupLocation>
  32. <OldToolsVersion>2.0</OldToolsVersion></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. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugSymbols>false</DebugSymbols>
  42. <Optimize>true</Optimize>
  43. <OutputPath>.\bin\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="WindowsBase" />
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. <Reference Include="ReachFramework" />
  54. <Reference Include="System.Printing" />
  55. <Reference Include="System.ServiceModel" />
  56. <Reference Include="System.Runtime.Serialization" />
  57. <Reference Include="System.IdentityModel" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="ChartItem.cs" />
  61. <Compile Include="Chart.cs" />
  62. <Compile Include="ChartLines.cs" />
  63. <Compile Include="ClipWedge.cs" />
  64. <Compile Include="ColorConverter.cs" />
  65. <Compile Include="ContinuousAxis.cs" />
  66. <Compile Include="ContinuousAxisPanel.cs" />
  67. <Compile Include="DiscreteAxis.cs" />
  68. <Compile Include="DiscreteAxisPanel.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="GeometryOperation.cs" />
  72. <Compile Include="GlobalSuppressions.cs" />
  73. <Compile Include="LabelExtractor.cs" />
  74. <Compile Include="LineChart.cs" />
  75. <Compile Include="LineChartPanel.cs" />
  76. <Compile Include="PieChart.cs" />
  77. <Compile Include="PiePanel.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <EmbeddedResource Include="Properties\Resources.resx">
  80. <Generator>ResXFileCodeGenerator</Generator>
  81. <SubType>Designer</SubType>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. </EmbeddedResource>
  84. <None Include="Properties\Settings.settings">
  85. <Generator>SettingsSingleFileGenerator</Generator>
  86. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  87. </None>
  88. <Compile Include="Properties\Resources.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DesignTime>True</DesignTime>
  91. <DependentUpon>Resources.resx</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. </Compile>
  98. <Compile Include="ValueExtractor.cs" />
  99. <AppDesigner Include="Properties\" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Page Include="themes\generic.xaml">
  103. <SubType>Designer</SubType>
  104. <Generator>MSBuild:Compile</Generator>
  105. </Page>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  108. </Project>