OTSExtremum.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|AnyCPU'">
  146. <OutputPath>bin\Release_oxford61\</OutputPath>
  147. <DefineConstants>TRACE</DefineConstants>
  148. <Optimize>true</Optimize>
  149. <DebugType>pdbonly</DebugType>
  150. <PlatformTarget>x64</PlatformTarget>
  151. <LangVersion>7.3</LangVersion>
  152. <ErrorReport>prompt</ErrorReport>
  153. <Prefer32Bit>true</Prefer32Bit>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61|x64'">
  156. <OutputPath>..\bin\x64\Release_oxford61\</OutputPath>
  157. <DefineConstants>TRACE</DefineConstants>
  158. <Optimize>true</Optimize>
  159. <DebugType>pdbonly</DebugType>
  160. <PlatformTarget>x64</PlatformTarget>
  161. <LangVersion>7.3</LangVersion>
  162. <ErrorReport>prompt</ErrorReport>
  163. <Prefer32Bit>true</Prefer32Bit>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|AnyCPU'">
  166. <OutputPath>bin\Release_oxford62\</OutputPath>
  167. <DefineConstants>TRACE</DefineConstants>
  168. <Optimize>true</Optimize>
  169. <DebugType>pdbonly</DebugType>
  170. <PlatformTarget>x64</PlatformTarget>
  171. <LangVersion>7.3</LangVersion>
  172. <ErrorReport>prompt</ErrorReport>
  173. <Prefer32Bit>true</Prefer32Bit>
  174. </PropertyGroup>
  175. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford62|x64'">
  176. <OutputPath>bin\x64\Release_oxford62\</OutputPath>
  177. <DefineConstants>TRACE</DefineConstants>
  178. <Optimize>true</Optimize>
  179. <DebugType>pdbonly</DebugType>
  180. <PlatformTarget>x64</PlatformTarget>
  181. <LangVersion>7.3</LangVersion>
  182. <ErrorReport>prompt</ErrorReport>
  183. <Prefer32Bit>true</Prefer32Bit>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|AnyCPU'">
  186. <OutputPath>bin\Release_oxford61sp1\</OutputPath>
  187. <DefineConstants>TRACE</DefineConstants>
  188. <Optimize>true</Optimize>
  189. <DebugType>pdbonly</DebugType>
  190. <PlatformTarget>x64</PlatformTarget>
  191. <LangVersion>7.3</LangVersion>
  192. <ErrorReport>prompt</ErrorReport>
  193. <Prefer32Bit>true</Prefer32Bit>
  194. </PropertyGroup>
  195. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford61sp1|x64'">
  196. <OutputPath>..\bin\x64\Release_oxford61sp1\</OutputPath>
  197. <DefineConstants>TRACE</DefineConstants>
  198. <Optimize>true</Optimize>
  199. <DebugType>pdbonly</DebugType>
  200. <PlatformTarget>x64</PlatformTarget>
  201. <LangVersion>7.3</LangVersion>
  202. <ErrorReport>prompt</ErrorReport>
  203. <Prefer32Bit>true</Prefer32Bit>
  204. </PropertyGroup>
  205. <ItemGroup>
  206. <Reference Include="Microsoft.Solver.Foundation, Version=3.0.2.10889, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  207. <HintPath>..\packages\Microsoft.Solver.Foundation.3.1.0\lib\Microsoft.Solver.Foundation.dll</HintPath>
  208. <Private>False</Private>
  209. </Reference>
  210. <Reference Include="System" />
  211. <Reference Include="System.Core" />
  212. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  213. <SpecificVersion>False</SpecificVersion>
  214. <HintPath>..\packages\System.Data.SQLite.x64.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
  215. <Private>False</Private>
  216. </Reference>
  217. <Reference Include="System.Management" />
  218. <Reference Include="System.Windows.Forms.DataVisualization" />
  219. <Reference Include="System.Windows.Forms.Ribbon">
  220. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  221. <Private>False</Private>
  222. </Reference>
  223. <Reference Include="System.Xml.Linq" />
  224. <Reference Include="System.Data.DataSetExtensions" />
  225. <Reference Include="Microsoft.CSharp" />
  226. <Reference Include="System.Data" />
  227. <Reference Include="System.Deployment" />
  228. <Reference Include="System.Drawing" />
  229. <Reference Include="System.Net.Http" />
  230. <Reference Include="System.Windows.Forms" />
  231. <Reference Include="System.Xml" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Compile Include="Business\Classify.cs" />
  235. <Compile Include="Business\Tools.cs" />
  236. <Compile Include="ChartControl.cs">
  237. <SubType>UserControl</SubType>
  238. </Compile>
  239. <Compile Include="ChartControl.Designer.cs">
  240. <DependentUpon>ChartControl.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="ChartSherp.cs">
  243. <SubType>Form</SubType>
  244. </Compile>
  245. <Compile Include="ChartSherp.Designer.cs">
  246. <DependentUpon>ChartSherp.cs</DependentUpon>
  247. </Compile>
  248. <Compile Include="DataReadConfigurationForm.cs">
  249. <SubType>Form</SubType>
  250. </Compile>
  251. <Compile Include="DataReadConfigurationForm.Designer.cs">
  252. <DependentUpon>DataReadConfigurationForm.cs</DependentUpon>
  253. </Compile>
  254. <Compile Include="Data\ParticleData.cs" />
  255. <Compile Include="Data\SqlHelper.cs" />
  256. <Compile Include="ExtremumApp.cs">
  257. <SubType>Form</SubType>
  258. </Compile>
  259. <Compile Include="ExtremumApp.Designer.cs">
  260. <DependentUpon>ExtremumApp.cs</DependentUpon>
  261. </Compile>
  262. <Compile Include="GridForm.cs">
  263. <SubType>Form</SubType>
  264. </Compile>
  265. <Compile Include="GridForm.Designer.cs">
  266. <DependentUpon>GridForm.cs</DependentUpon>
  267. </Compile>
  268. <Compile Include="GroupLmax.cs">
  269. <SubType>Form</SubType>
  270. </Compile>
  271. <Compile Include="GroupLmax.Designer.cs">
  272. <DependentUpon>GroupLmax.cs</DependentUpon>
  273. </Compile>
  274. <Compile Include="GroupsGridForm.cs">
  275. <SubType>Form</SubType>
  276. </Compile>
  277. <Compile Include="GroupsGridForm.Designer.cs">
  278. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  279. </Compile>
  280. <Compile Include="InputText.cs">
  281. <SubType>Form</SubType>
  282. </Compile>
  283. <Compile Include="InputText.Designer.cs">
  284. <DependentUpon>InputText.cs</DependentUpon>
  285. </Compile>
  286. <Compile Include="InputValue.cs">
  287. <SubType>Form</SubType>
  288. </Compile>
  289. <Compile Include="InputValue.Designer.cs">
  290. <DependentUpon>InputValue.cs</DependentUpon>
  291. </Compile>
  292. <Compile Include="LmaxForm.cs">
  293. <SubType>Form</SubType>
  294. </Compile>
  295. <Compile Include="LmaxForm.Designer.cs">
  296. <DependentUpon>LmaxForm.cs</DependentUpon>
  297. </Compile>
  298. <Compile Include="MainForm.cs">
  299. <SubType>Form</SubType>
  300. </Compile>
  301. <Compile Include="MainForm.Designer.cs">
  302. <DependentUpon>MainForm.cs</DependentUpon>
  303. </Compile>
  304. <Compile Include="Program.cs" />
  305. <Compile Include="Properties\AssemblyInfo.cs" />
  306. <EmbeddedResource Include="ChartControl.resx">
  307. <DependentUpon>ChartControl.cs</DependentUpon>
  308. </EmbeddedResource>
  309. <EmbeddedResource Include="ChartSherp.resx">
  310. <DependentUpon>ChartSherp.cs</DependentUpon>
  311. </EmbeddedResource>
  312. <EmbeddedResource Include="DataReadConfigurationForm.resx">
  313. <DependentUpon>DataReadConfigurationForm.cs</DependentUpon>
  314. </EmbeddedResource>
  315. <EmbeddedResource Include="ExtremumApp.resx">
  316. <DependentUpon>ExtremumApp.cs</DependentUpon>
  317. </EmbeddedResource>
  318. <EmbeddedResource Include="GridForm.resx">
  319. <DependentUpon>GridForm.cs</DependentUpon>
  320. </EmbeddedResource>
  321. <EmbeddedResource Include="GroupLmax.resx">
  322. <DependentUpon>GroupLmax.cs</DependentUpon>
  323. </EmbeddedResource>
  324. <EmbeddedResource Include="GroupsGridForm.resx">
  325. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  326. </EmbeddedResource>
  327. <EmbeddedResource Include="InputText.resx">
  328. <DependentUpon>InputText.cs</DependentUpon>
  329. </EmbeddedResource>
  330. <EmbeddedResource Include="InputValue.resx">
  331. <DependentUpon>InputValue.cs</DependentUpon>
  332. </EmbeddedResource>
  333. <EmbeddedResource Include="LmaxForm.resx">
  334. <DependentUpon>LmaxForm.cs</DependentUpon>
  335. </EmbeddedResource>
  336. <EmbeddedResource Include="MainForm.resx">
  337. <DependentUpon>MainForm.cs</DependentUpon>
  338. </EmbeddedResource>
  339. <EmbeddedResource Include="Properties\Resources.resx">
  340. <Generator>ResXFileCodeGenerator</Generator>
  341. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  342. <SubType>Designer</SubType>
  343. </EmbeddedResource>
  344. <Compile Include="Properties\Resources.Designer.cs">
  345. <AutoGen>True</AutoGen>
  346. <DependentUpon>Resources.resx</DependentUpon>
  347. <DesignTime>True</DesignTime>
  348. </Compile>
  349. <None Include="packages.config" />
  350. <None Include="Properties\Settings.settings">
  351. <Generator>SettingsSingleFileGenerator</Generator>
  352. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  353. </None>
  354. <Compile Include="Properties\Settings.Designer.cs">
  355. <AutoGen>True</AutoGen>
  356. <DependentUpon>Settings.settings</DependentUpon>
  357. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  358. </Compile>
  359. </ItemGroup>
  360. <ItemGroup>
  361. <None Include="App.config">
  362. <SubType>Designer</SubType>
  363. </None>
  364. </ItemGroup>
  365. <ItemGroup>
  366. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  367. <Visible>False</Visible>
  368. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  369. <Install>true</Install>
  370. </BootstrapperPackage>
  371. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  372. <Visible>False</Visible>
  373. <ProductName>.NET Framework 3.5 SP1</ProductName>
  374. <Install>false</Install>
  375. </BootstrapperPackage>
  376. </ItemGroup>
  377. <ItemGroup>
  378. <None Include="Resources\open_Size_32.png" />
  379. </ItemGroup>
  380. <ItemGroup>
  381. <None Include="Resources\add_32px_520097_easyicon.net.png" />
  382. </ItemGroup>
  383. <ItemGroup>
  384. <None Include="Resources\stop_32px_520119_easyicon.net.png" />
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="Resources\page_zoom_32px_572021_easyicon.net %281%29.png" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <None Include="Resources\start_here_32px_572110_easyicon.net.png" />
  391. </ItemGroup>
  392. <ItemGroup>
  393. <Content Include="LicenseData.xml" />
  394. <None Include="Resources\A_30.487272727273px_1146855_easyicon.net.png" />
  395. <None Include="Resources\b_12.334545454545px_1146869_easyicon.net.png" />
  396. <None Include="Resources\A_15.243636363636px_1146855_easyicon.net.png" />
  397. <None Include="Resources\A.png" />
  398. <None Include="Resources\vcs_remove_32px_572232_easyicon.net.png" />
  399. <None Include="Resources\vcs_add_32px_572229_easyicon.net.png" />
  400. <None Include="Resources\add_32px_520097_easyicon.net1.png" />
  401. <None Include="Resources\A1.png" />
  402. <Content Include="Resources\applixware_32px_571518_easyicon.net.png" />
  403. <None Include="Resources\B.png" />
  404. <None Include="Resources\C1.png" />
  405. <None Include="Resources\D.png" />
  406. <Content Include="Resources\dialog_ok_apply_32px_571613_easyicon.net.png" />
  407. <Content Include="Resources\dialog_ok_apply_96px_571613_easyicon.net.png" />
  408. <None Include="Resources\DS.png" />
  409. <Content Include="Resources\play_32px_520100_easyicon.net.png" />
  410. <None Include="Resources\删除32.png" />
  411. <None Include="Resources\添加32.png" />
  412. </ItemGroup>
  413. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  414. </Project>