OTSExtremum.csproj 12 KB

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