MuchInfo.Chart.FormulaEdit.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4A107FF1-669E-4B6E-9343-EEE5D3FA0ECB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MuchInfo.Chart.FormulaEdit</RootNamespace>
  11. <AssemblyName>MuchInfo.Chart.FormulaEdit</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. <TargetFrameworkProfile />
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <StartupObject />
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <SignAssembly>true</SignAssembly>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <AssemblyOriginatorKeyFile>MuchInfo.Chart.WPF.snk</AssemblyOriginatorKeyFile>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="PresentationFramework.Classic" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="EditFormulaViewModel.cs" />
  68. <Compile Include="NumberTextBox.cs" />
  69. <Compile Include="ParamsSetPage.xaml.cs">
  70. <DependentUpon>ParamsSetPage.xaml</DependentUpon>
  71. </Compile>
  72. <Compile Include="Properties\AssemblyInfo.cs">
  73. <SubType>Code</SubType>
  74. </Compile>
  75. <Compile Include="Properties\Resources.Designer.cs">
  76. <AutoGen>True</AutoGen>
  77. <DesignTime>True</DesignTime>
  78. <DependentUpon>Resources.resx</DependentUpon>
  79. </Compile>
  80. <Compile Include="Properties\Settings.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Settings.settings</DependentUpon>
  83. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  84. </Compile>
  85. <EmbeddedResource Include="Properties\Resources.resx">
  86. <Generator>ResXFileCodeGenerator</Generator>
  87. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  88. </EmbeddedResource>
  89. <None Include="MuchInfo.Chart.WPF.snk" />
  90. <None Include="Properties\Settings.settings">
  91. <Generator>SettingsSingleFileGenerator</Generator>
  92. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  93. </None>
  94. <AppDesigner Include="Properties\" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Page Include="ParamsSetPage.xaml">
  98. <Generator>MSBuild:Compile</Generator>
  99. <SubType>Designer</SubType>
  100. </Page>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\MuchInfo.Chart.DataAdapter\MuchInfo.Chart.DataAdapter.csproj">
  104. <Project>{f0d7a64e-e20c-48e5-9a59-d2b7a8692033}</Project>
  105. <Name>MuchInfo.Chart.DataAdapter</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\MuchInfo.Chart.Data\MuchInfo.Chart.Data.csproj">
  108. <Project>{9a393243-d39d-4e81-9e2a-e54f80233961}</Project>
  109. <Name>MuchInfo.Chart.Data</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Resource Include="Image\fsSelect.ico" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>