WWPipeLine.WPF.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{AA61B64F-6530-4157-AA80-1455944BF73D}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <RootNamespace>WWPipeLine.WPF</RootNamespace>
  10. <AssemblyName>WWPipeLine.WPF</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. </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="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  36. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  37. </Reference>
  38. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  39. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xaml">
  52. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="UIAutomationProvider" />
  55. <Reference Include="WindowsBase" />
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. <Reference Include="WindowsFormsIntegration" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Page Include="BFormRealTime.xaml">
  62. <Generator>MSBuild:Compile</Generator>
  63. <SubType>Designer</SubType>
  64. </Page>
  65. <Page Include="BForm.xaml">
  66. <SubType>Designer</SubType>
  67. <Generator>MSBuild:Compile</Generator>
  68. </Page>
  69. <Page Include="PropertiesEx.xaml">
  70. <SubType>Designer</SubType>
  71. <Generator>MSBuild:Compile</Generator>
  72. </Page>
  73. <Page Include="Themes\Generic.xaml">
  74. <Generator>MSBuild:Compile</Generator>
  75. <SubType>Designer</SubType>
  76. </Page>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="BFormRealTime.xaml.cs">
  80. <DependentUpon>BFormRealTime.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="BForm.xaml.cs">
  83. <DependentUpon>BForm.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="IResposeWPF.cs" />
  86. <Compile Include="PropertiesEx.xaml.cs">
  87. <DependentUpon>PropertiesEx.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="Properties\AssemblyInfo.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="Properties\Resources.Designer.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. <EmbeddedResource Include="Properties\Resources.resx">
  103. <Generator>ResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  105. </EmbeddedResource>
  106. <None Include="packages.config" />
  107. <None Include="Properties\Settings.settings">
  108. <Generator>SettingsSingleFileGenerator</Generator>
  109. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  110. </None>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\WWPipeLine.Commons\WWPipeLine.Commons.csproj">
  114. <Project>{bb601704-3755-4c57-afb4-866dd4baa044}</Project>
  115. <Name>WWPipeLine.Commons</Name>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. </Project>