OTSExtremum.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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.7.2</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. <ItemGroup>
  126. <Reference Include="Microsoft.Solver.Foundation, Version=3.0.2.10889, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Microsoft.Solver.Foundation.3.1.0\lib\Microsoft.Solver.Foundation.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System" />
  130. <Reference Include="System.Core" />
  131. <Reference Include="System.Data.SQLite, Version=1.0.86.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\packages\System.Data.SQLite.x64.1.0.115.0\lib\net46\System.Data.SQLite.dll</HintPath>
  134. </Reference>
  135. <Reference Include="System.Management" />
  136. <Reference Include="System.Windows.Forms.DataVisualization" />
  137. <Reference Include="System.Windows.Forms.Ribbon">
  138. <HintPath>..\OpenDll\WordApiDll\System.Windows.Forms.Ribbon.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Xml.Linq" />
  141. <Reference Include="System.Data.DataSetExtensions" />
  142. <Reference Include="Microsoft.CSharp" />
  143. <Reference Include="System.Data" />
  144. <Reference Include="System.Deployment" />
  145. <Reference Include="System.Drawing" />
  146. <Reference Include="System.Net.Http" />
  147. <Reference Include="System.Windows.Forms" />
  148. <Reference Include="System.Xml" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="Business\Classify.cs" />
  152. <Compile Include="Business\Tools.cs" />
  153. <Compile Include="ChartControl.cs">
  154. <SubType>UserControl</SubType>
  155. </Compile>
  156. <Compile Include="ChartControl.Designer.cs">
  157. <DependentUpon>ChartControl.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="ChartSherp.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="ChartSherp.Designer.cs">
  163. <DependentUpon>ChartSherp.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Data\ParticleData.cs" />
  166. <Compile Include="Data\SqlHelper.cs" />
  167. <Compile Include="ExtremumApp.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="ExtremumApp.Designer.cs">
  171. <DependentUpon>ExtremumApp.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="GridForm.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="GridForm.Designer.cs">
  177. <DependentUpon>GridForm.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="GroupLmax.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="GroupLmax.Designer.cs">
  183. <DependentUpon>GroupLmax.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="GroupsGridForm.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="GroupsGridForm.Designer.cs">
  189. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="InputText.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="InputText.Designer.cs">
  195. <DependentUpon>InputText.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="InputValue.cs">
  198. <SubType>Form</SubType>
  199. </Compile>
  200. <Compile Include="InputValue.Designer.cs">
  201. <DependentUpon>InputValue.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="LmaxForm.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Compile Include="LmaxForm.Designer.cs">
  207. <DependentUpon>LmaxForm.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="MainForm.cs">
  210. <SubType>Form</SubType>
  211. </Compile>
  212. <Compile Include="MainForm.Designer.cs">
  213. <DependentUpon>MainForm.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="Program.cs" />
  216. <Compile Include="Properties\AssemblyInfo.cs" />
  217. <EmbeddedResource Include="ChartControl.resx">
  218. <DependentUpon>ChartControl.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="ChartSherp.resx">
  221. <DependentUpon>ChartSherp.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="ExtremumApp.resx">
  224. <DependentUpon>ExtremumApp.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="GridForm.resx">
  227. <DependentUpon>GridForm.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="GroupLmax.resx">
  230. <DependentUpon>GroupLmax.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="GroupsGridForm.resx">
  233. <DependentUpon>GroupsGridForm.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="InputText.resx">
  236. <DependentUpon>InputText.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="InputValue.resx">
  239. <DependentUpon>InputValue.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="LmaxForm.resx">
  242. <DependentUpon>LmaxForm.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="MainForm.resx">
  245. <DependentUpon>MainForm.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="Properties\Resources.resx">
  248. <Generator>ResXFileCodeGenerator</Generator>
  249. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  250. <SubType>Designer</SubType>
  251. </EmbeddedResource>
  252. <Compile Include="Properties\Resources.Designer.cs">
  253. <AutoGen>True</AutoGen>
  254. <DependentUpon>Resources.resx</DependentUpon>
  255. <DesignTime>True</DesignTime>
  256. </Compile>
  257. <None Include="packages.config" />
  258. <None Include="Properties\Settings.settings">
  259. <Generator>SettingsSingleFileGenerator</Generator>
  260. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  261. </None>
  262. <Compile Include="Properties\Settings.Designer.cs">
  263. <AutoGen>True</AutoGen>
  264. <DependentUpon>Settings.settings</DependentUpon>
  265. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  266. </Compile>
  267. </ItemGroup>
  268. <ItemGroup>
  269. <None Include="App.config">
  270. <SubType>Designer</SubType>
  271. </None>
  272. </ItemGroup>
  273. <ItemGroup>
  274. <BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
  275. <Visible>False</Visible>
  276. <ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
  277. <Install>true</Install>
  278. </BootstrapperPackage>
  279. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  280. <Visible>False</Visible>
  281. <ProductName>.NET Framework 3.5 SP1</ProductName>
  282. <Install>false</Install>
  283. </BootstrapperPackage>
  284. </ItemGroup>
  285. <ItemGroup>
  286. <None Include="Resources\open_Size_32.png" />
  287. </ItemGroup>
  288. <ItemGroup>
  289. <None Include="Resources\add_32px_520097_easyicon.net.png" />
  290. </ItemGroup>
  291. <ItemGroup>
  292. <None Include="Resources\stop_32px_520119_easyicon.net.png" />
  293. </ItemGroup>
  294. <ItemGroup>
  295. <None Include="Resources\page_zoom_32px_572021_easyicon.net %281%29.png" />
  296. </ItemGroup>
  297. <ItemGroup>
  298. <None Include="Resources\start_here_32px_572110_easyicon.net.png" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Content Include="LicenseData.xml" />
  302. <None Include="Resources\A_30.487272727273px_1146855_easyicon.net.png" />
  303. <None Include="Resources\b_12.334545454545px_1146869_easyicon.net.png" />
  304. <None Include="Resources\A_15.243636363636px_1146855_easyicon.net.png" />
  305. <None Include="Resources\A.png" />
  306. <None Include="Resources\vcs_remove_32px_572232_easyicon.net.png" />
  307. <None Include="Resources\vcs_add_32px_572229_easyicon.net.png" />
  308. <None Include="Resources\add_32px_520097_easyicon.net1.png" />
  309. <None Include="Resources\A1.png" />
  310. <Content Include="Resources\applixware_32px_571518_easyicon.net.png" />
  311. <None Include="Resources\B.png" />
  312. <None Include="Resources\C1.png" />
  313. <None Include="Resources\D.png" />
  314. <Content Include="Resources\dialog_ok_apply_32px_571613_easyicon.net.png" />
  315. <Content Include="Resources\dialog_ok_apply_96px_571613_easyicon.net.png" />
  316. <None Include="Resources\DS.png" />
  317. <Content Include="Resources\play_32px_520100_easyicon.net.png" />
  318. <None Include="Resources\删除32.png" />
  319. <None Include="Resources\添加32.png" />
  320. </ItemGroup>
  321. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  322. </Project>