OTSExtremum.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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>{BBA845E8-27ED-4832-90FA-32F737E1FCA7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>OTSExtremum</RootNamespace>
  10. <AssemblyName>OTSExtremum</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. <TargetFrameworkProfile />
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>..\Bin\x64\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <Prefer32Bit>false</Prefer32Bit>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>x64</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>..\Bin\x64\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|AnyCPU'">
  54. <OutputPath>bin\Release_oxford50\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x64</PlatformTarget>
  59. <LangVersion>7.3</LangVersion>
  60. <ErrorReport>prompt</ErrorReport>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x64\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <LangVersion>7.3</LangVersion>
  69. <ErrorReport>prompt</ErrorReport>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  72. <OutputPath>bin\x64\Release\</OutputPath>
  73. <DefineConstants>TRACE</DefineConstants>
  74. <Optimize>true</Optimize>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x64</PlatformTarget>
  77. <LangVersion>7.3</LangVersion>
  78. <ErrorReport>prompt</ErrorReport>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford50|x64'">
  81. <OutputPath>..\bin\x64\Release_oxford50\</OutputPath>
  82. <DefineConstants>TRACE</DefineConstants>
  83. <Optimize>true</Optimize>
  84. <DebugType>pdbonly</DebugType>
  85. <PlatformTarget>x64</PlatformTarget>
  86. <LangVersion>7.3</LangVersion>
  87. <ErrorReport>prompt</ErrorReport>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|AnyCPU'">
  90. <OutputPath>bin\CleannessRelease\</OutputPath>
  91. <DefineConstants>TRACE</DefineConstants>
  92. <Optimize>true</Optimize>
  93. <DebugType>pdbonly</DebugType>
  94. <PlatformTarget>x64</PlatformTarget>
  95. <LangVersion>7.3</LangVersion>
  96. <ErrorReport>prompt</ErrorReport>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CleannessRelease|x64'">
  99. <OutputPath>..\bin\x64\CleannessRelease\</OutputPath>
  100. <DefineConstants>TRACE</DefineConstants>
  101. <Optimize>true</Optimize>
  102. <DebugType>pdbonly</DebugType>
  103. <PlatformTarget>x64</PlatformTarget>
  104. <LangVersion>7.3</LangVersion>
  105. <ErrorReport>prompt</ErrorReport>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|AnyCPU'">
  108. <OutputPath>bin\LithiumCleanness\</OutputPath>
  109. <DefineConstants>TRACE</DefineConstants>
  110. <Optimize>true</Optimize>
  111. <DebugType>pdbonly</DebugType>
  112. <PlatformTarget>x64</PlatformTarget>
  113. <LangVersion>7.3</LangVersion>
  114. <ErrorReport>prompt</ErrorReport>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'LithiumCleanness|x64'">
  117. <OutputPath>bin\x64\LithiumCleanness\</OutputPath>
  118. <DefineConstants>TRACE</DefineConstants>
  119. <Optimize>true</Optimize>
  120. <DebugType>pdbonly</DebugType>
  121. <PlatformTarget>x64</PlatformTarget>
  122. <LangVersion>7.3</LangVersion>
  123. <ErrorReport>prompt</ErrorReport>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|AnyCPU'">
  126. <OutputPath>bin\Release_oxford60\</OutputPath>
  127. <DefineConstants>TRACE</DefineConstants>
  128. <Optimize>true</Optimize>
  129. <DebugType>pdbonly</DebugType>
  130. <PlatformTarget>x64</PlatformTarget>
  131. <LangVersion>7.3</LangVersion>
  132. <ErrorReport>prompt</ErrorReport>
  133. <Prefer32Bit>true</Prefer32Bit>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
  136. <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
  137. <DefineConstants>TRACE</DefineConstants>
  138. <Optimize>true</Optimize>
  139. <DebugType>pdbonly</DebugType>
  140. <PlatformTarget>x64</PlatformTarget>
  141. <LangVersion>7.3</LangVersion>
  142. <ErrorReport>prompt</ErrorReport>
  143. <Prefer32Bit>true</Prefer32Bit>
  144. </PropertyGroup>
  145. <ItemGroup>
  146. <Reference Include="Microsoft.Solver.Foundation, Version=3.0.2.10889, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <HintPath>..\packages\Microsoft.Solver.Foundation.3.1.0\lib\Microsoft.Solver.Foundation.dll</HintPath>
  148. </Reference>
  149. <Reference Include="System" />
  150. <Reference Include="System.Core" />
  151. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\packages\System.Data.SQLite.x64.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
  154. </Reference>
  155. <Reference Include="System.Management" />
  156. <Reference Include="System.Windows.Forms.DataVisualization" />
  157. <Reference Include="System.Windows.Forms.Ribbon">
  158. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System.Xml.Linq" />
  161. <Reference Include="System.Data.DataSetExtensions" />
  162. <Reference Include="Microsoft.CSharp" />
  163. <Reference Include="System.Data" />
  164. <Reference Include="System.Deployment" />
  165. <Reference Include="System.Drawing" />
  166. <Reference Include="System.Net.Http" />
  167. <Reference Include="System.Windows.Forms" />
  168. <Reference Include="System.Xml" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <Compile Include="Business\Classify.cs" />
  172. <Compile Include="Business\Tools.cs" />
  173. <Compile Include="ChartControl.cs">
  174. <SubType>UserControl</SubType>
  175. </Compile>
  176. <Compile Include="ChartControl.Designer.cs">
  177. <DependentUpon>ChartControl.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="ChartSherp.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="ChartSherp.Designer.cs">
  183. <DependentUpon>ChartSherp.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="Data\ParticleData.cs" />
  186. <Compile Include="Data\SqlHelper.cs" />
  187. <Compile Include="ExtremumApp.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="ExtremumApp.Designer.cs">
  191. <DependentUpon>ExtremumApp.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="GridForm.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="GridForm.Designer.cs">
  197. <DependentUpon>GridForm.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="GroupLmax.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="GroupLmax.Designer.cs">
  203. <DependentUpon>GroupLmax.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="GroupsGridForm.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="GroupsGridForm.Designer.cs">
  209. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="InputText.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="InputText.Designer.cs">
  215. <DependentUpon>InputText.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="InputValue.cs">
  218. <SubType>Form</SubType>
  219. </Compile>
  220. <Compile Include="InputValue.Designer.cs">
  221. <DependentUpon>InputValue.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="LmaxForm.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="LmaxForm.Designer.cs">
  227. <DependentUpon>LmaxForm.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="MainForm.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="MainForm.Designer.cs">
  233. <DependentUpon>MainForm.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="Program.cs" />
  236. <Compile Include="Properties\AssemblyInfo.cs" />
  237. <EmbeddedResource Include="ChartControl.resx">
  238. <DependentUpon>ChartControl.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="ChartSherp.resx">
  241. <DependentUpon>ChartSherp.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="ExtremumApp.resx">
  244. <DependentUpon>ExtremumApp.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="GridForm.resx">
  247. <DependentUpon>GridForm.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="GroupLmax.resx">
  250. <DependentUpon>GroupLmax.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="GroupsGridForm.resx">
  253. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="InputText.resx">
  256. <DependentUpon>InputText.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="InputValue.resx">
  259. <DependentUpon>InputValue.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="LmaxForm.resx">
  262. <DependentUpon>LmaxForm.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="MainForm.resx">
  265. <DependentUpon>MainForm.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="Properties\Resources.resx">
  268. <Generator>ResXFileCodeGenerator</Generator>
  269. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  270. <SubType>Designer</SubType>
  271. </EmbeddedResource>
  272. <Compile Include="Properties\Resources.Designer.cs">
  273. <AutoGen>True</AutoGen>
  274. <DependentUpon>Resources.resx</DependentUpon>
  275. <DesignTime>True</DesignTime>
  276. </Compile>
  277. <None Include="packages.config" />
  278. <None Include="Properties\Settings.settings">
  279. <Generator>SettingsSingleFileGenerator</Generator>
  280. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  281. </None>
  282. <Compile Include="Properties\Settings.Designer.cs">
  283. <AutoGen>True</AutoGen>
  284. <DependentUpon>Settings.settings</DependentUpon>
  285. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  286. </Compile>
  287. </ItemGroup>
  288. <ItemGroup>
  289. <None Include="App.config">
  290. <SubType>Designer</SubType>
  291. </None>
  292. </ItemGroup>
  293. <ItemGroup>
  294. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  295. <Visible>False</Visible>
  296. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  297. <Install>true</Install>
  298. </BootstrapperPackage>
  299. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  300. <Visible>False</Visible>
  301. <ProductName>.NET Framework 3.5 SP1</ProductName>
  302. <Install>false</Install>
  303. </BootstrapperPackage>
  304. </ItemGroup>
  305. <ItemGroup>
  306. <None Include="Resources\open_Size_32.png" />
  307. </ItemGroup>
  308. <ItemGroup>
  309. <None Include="Resources\add_32px_520097_easyicon.net.png" />
  310. </ItemGroup>
  311. <ItemGroup>
  312. <None Include="Resources\stop_32px_520119_easyicon.net.png" />
  313. </ItemGroup>
  314. <ItemGroup>
  315. <None Include="Resources\page_zoom_32px_572021_easyicon.net %281%29.png" />
  316. </ItemGroup>
  317. <ItemGroup>
  318. <None Include="Resources\start_here_32px_572110_easyicon.net.png" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Content Include="LicenseData.xml" />
  322. <None Include="Resources\A_30.487272727273px_1146855_easyicon.net.png" />
  323. <None Include="Resources\b_12.334545454545px_1146869_easyicon.net.png" />
  324. <None Include="Resources\A_15.243636363636px_1146855_easyicon.net.png" />
  325. <None Include="Resources\A.png" />
  326. <None Include="Resources\vcs_remove_32px_572232_easyicon.net.png" />
  327. <None Include="Resources\vcs_add_32px_572229_easyicon.net.png" />
  328. <None Include="Resources\add_32px_520097_easyicon.net1.png" />
  329. <None Include="Resources\A1.png" />
  330. <Content Include="Resources\applixware_32px_571518_easyicon.net.png" />
  331. <None Include="Resources\B.png" />
  332. <None Include="Resources\C1.png" />
  333. <None Include="Resources\D.png" />
  334. <Content Include="Resources\dialog_ok_apply_32px_571613_easyicon.net.png" />
  335. <Content Include="Resources\dialog_ok_apply_96px_571613_easyicon.net.png" />
  336. <None Include="Resources\DS.png" />
  337. <Content Include="Resources\play_32px_520100_easyicon.net.png" />
  338. <None Include="Resources\删除32.png" />
  339. <None Include="Resources\添加32.png" />
  340. </ItemGroup>
  341. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  342. </Project>