FastGithub.UI.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{5082061F-38D5-4F50-945E-791C85B9BDB5}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>FastGithub.UI</RootNamespace>
  10. <AssemblyName>FastGithub.UI</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationManifest>app.manifest</ApplicationManifest>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationIcon>app.ico</ApplicationIcon>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="LiveCharts, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  46. <HintPath>..\packages\LiveCharts.0.9.7\lib\net45\LiveCharts.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="LiveCharts.Wpf, Version=0.9.7.0, Culture=neutral, PublicKeyToken=0bc1f845d1ebb8df, processorArchitecture=MSIL">
  50. <HintPath>..\packages\LiveCharts.Wpf.0.9.7\lib\net45\LiveCharts.Wpf.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Xaml">
  68. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ApplicationDefinition Include="App.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </ApplicationDefinition>
  79. <Page Include="FlowChart.xaml">
  80. <Generator>MSBuild:Compile</Generator>
  81. <SubType>Designer</SubType>
  82. </Page>
  83. <Page Include="MainWindow.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. <Compile Include="App.xaml.cs">
  88. <DependentUpon>App.xaml</DependentUpon>
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="FlowRate.cs" />
  92. <Compile Include="FlowChart.xaml.cs">
  93. <DependentUpon>FlowChart.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="MainWindow.xaml.cs">
  96. <DependentUpon>MainWindow.xaml</DependentUpon>
  97. <SubType>Code</SubType>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Properties\AssemblyInfo.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="Properties\Resources.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. </Compile>
  109. <Compile Include="Properties\Settings.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Settings.settings</DependentUpon>
  112. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  113. </Compile>
  114. <EmbeddedResource Include="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. </EmbeddedResource>
  118. <None Include="app.manifest" />
  119. <None Include="packages.config" />
  120. <None Include="Properties\Settings.settings">
  121. <Generator>SettingsSingleFileGenerator</Generator>
  122. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  123. </None>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Resource Include="app.ico" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Resource Include="Resource\reward.png" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Resource Include="Resource\cert.html" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>