ProjectManagementSystem.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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>{A17123DE-A61A-4166-9AE5-F18C05C3E41F}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ProjectManagementSystem</RootNamespace>
  10. <AssemblyName>ProjectManagementSystem</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <AutorunEnabled>true</AutorunEnabled>
  28. <ApplicationRevision>1</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <PublishWizardCompleted>true</PublishWizardCompleted>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationIcon>Online.ico</ApplicationIcon>
  56. </PropertyGroup>
  57. <PropertyGroup />
  58. <PropertyGroup>
  59. <RunPostBuildEvent>Always</RunPostBuildEvent>
  60. </PropertyGroup>
  61. <PropertyGroup>
  62. <ApplicationManifest>app.manifest</ApplicationManifest>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="AutoUpdater.NET">
  66. <HintPath>..\PmsDLL\AutoUpdater.NET.dll</HintPath>
  67. </Reference>
  68. <Reference Include="HslCommunication">
  69. <HintPath>..\PmsDLL\HslCommunication.dll</HintPath>
  70. </Reference>
  71. <Reference Include="MySql.Data">
  72. <HintPath>..\PmsDLL\MySql.Data.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\PmsDLL\Newtonsoft.Json.dll</HintPath>
  77. </Reference>
  78. <Reference Include="ScottPlot">
  79. <HintPath>..\PmsDLL\ScottPlot.dll</HintPath>
  80. </Reference>
  81. <Reference Include="ScottPlot.WinForms">
  82. <HintPath>..\PmsDLL\ScottPlot.WinForms.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Configuration" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\PmsDLL\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\PmsDLL\System.ValueTuple.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Extensions" />
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.Drawing" />
  101. <Reference Include="System.Windows.Forms" />
  102. <Reference Include="System.Xml" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="Enterance\DispatchSystem.cs" />
  106. <Compile Include="Enterance\SystemEntranceV2.cs" />
  107. <Compile Include="Forms\FormPmsTaskInfo.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Forms\FormPmsTaskInfo.Designer.cs">
  111. <DependentUpon>FormPmsTaskInfo.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="Forms\FormSetting.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="Forms\FormSetting.Designer.cs">
  117. <DependentUpon>FormSetting.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="MainForm.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="MainForm.Designer.cs">
  123. <DependentUpon>MainForm.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Program.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="UI\AppSettingUI.cs">
  128. <SubType>UserControl</SubType>
  129. </Compile>
  130. <Compile Include="UI\AppSettingUI.designer.cs">
  131. <DependentUpon>AppSettingUI.cs</DependentUpon>
  132. </Compile>
  133. <Compile Include="UI\AreaUI.cs">
  134. <SubType>UserControl</SubType>
  135. </Compile>
  136. <Compile Include="UI\AreaUI.Designer.cs">
  137. <DependentUpon>AreaUI.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="UI\CallTaskUI.cs">
  140. <SubType>UserControl</SubType>
  141. </Compile>
  142. <Compile Include="UI\CallTaskUI.Designer.cs">
  143. <DependentUpon>CallTaskUI.cs</DependentUpon>
  144. </Compile>
  145. <Compile Include="UI\CurrentTaskUI.cs">
  146. <SubType>UserControl</SubType>
  147. </Compile>
  148. <Compile Include="UI\CurrentTaskUI.Designer.cs">
  149. <DependentUpon>CurrentTaskUI.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="UI\DataGridUI.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="UI\DataGridUI.Designer.cs">
  155. <DependentUpon>DataGridUI.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="UI\DebugAgvUI.cs">
  158. <SubType>UserControl</SubType>
  159. </Compile>
  160. <Compile Include="UI\DebugAgvUI.designer.cs">
  161. <DependentUpon>DebugAgvUI.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="UI\DebugAlarmLightUI.cs">
  164. <SubType>UserControl</SubType>
  165. </Compile>
  166. <Compile Include="UI\DebugAlarmLightUI.Designer.cs">
  167. <DependentUpon>DebugAlarmLightUI.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="UI\DebugAreaTrafficUI.cs">
  170. <SubType>UserControl</SubType>
  171. </Compile>
  172. <Compile Include="UI\DebugAreaTrafficUI.Designer.cs">
  173. <DependentUpon>DebugAreaTrafficUI.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="UI\DebugCallBoxUI.cs">
  176. <SubType>UserControl</SubType>
  177. </Compile>
  178. <Compile Include="UI\DebugCallBoxUI.Designer.cs">
  179. <DependentUpon>DebugCallBoxUI.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="UI\DebugIOUI.cs">
  182. <SubType>UserControl</SubType>
  183. </Compile>
  184. <Compile Include="UI\DebugIOUI.Designer.cs">
  185. <DependentUpon>DebugIOUI.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="UI\DebugPackRgvUI.cs">
  188. <SubType>UserControl</SubType>
  189. </Compile>
  190. <Compile Include="UI\DebugPackRgvUI.Designer.cs">
  191. <DependentUpon>DebugPackRgvUI.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="UI\DebugPackUI.cs">
  194. <SubType>UserControl</SubType>
  195. </Compile>
  196. <Compile Include="UI\DebugPackUI.designer.cs">
  197. <DependentUpon>DebugPackUI.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="UI\DebugPlcUI.cs">
  200. <SubType>UserControl</SubType>
  201. </Compile>
  202. <Compile Include="UI\DebugPlcUI.Designer.cs">
  203. <DependentUpon>DebugPlcUI.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="UI\DebugRailAgvUI.cs">
  206. <SubType>UserControl</SubType>
  207. </Compile>
  208. <Compile Include="UI\DebugRailAgvUI.Designer.cs">
  209. <DependentUpon>DebugRailAgvUI.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="UI\DebugReleaseBoxUI.cs">
  212. <SubType>UserControl</SubType>
  213. </Compile>
  214. <Compile Include="UI\DebugReleaseBoxUI.Designer.cs">
  215. <DependentUpon>DebugReleaseBoxUI.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="UI\DebugRollerHxUI.cs">
  218. <SubType>UserControl</SubType>
  219. </Compile>
  220. <Compile Include="UI\DebugRollerHxUI.Designer.cs">
  221. <DependentUpon>DebugRollerHxUI.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="UI\DebugRollerUI.cs">
  224. <SubType>UserControl</SubType>
  225. </Compile>
  226. <Compile Include="UI\DebugRollerUI.Designer.cs">
  227. <DependentUpon>DebugRollerUI.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="UI\DebugTrafficAreaUI.cs">
  230. <SubType>UserControl</SubType>
  231. </Compile>
  232. <Compile Include="UI\DebugTrafficAreaUI.Designer.cs">
  233. <DependentUpon>DebugTrafficAreaUI.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="UI\DebugTrafficInfoUI.cs">
  236. <SubType>UserControl</SubType>
  237. </Compile>
  238. <Compile Include="UI\DebugTrafficInfoUI.Designer.cs">
  239. <DependentUpon>DebugTrafficInfoUI.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="UI\DebugUI.cs">
  242. <SubType>UserControl</SubType>
  243. </Compile>
  244. <Compile Include="UI\DebugUI.designer.cs">
  245. <DependentUpon>DebugUI.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="UI\DebugVcuUI.cs">
  248. <SubType>UserControl</SubType>
  249. </Compile>
  250. <Compile Include="UI\DebugVcuUI.Designer.cs">
  251. <DependentUpon>DebugVcuUI.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="UI\HistoryTaskUI.cs">
  254. <SubType>UserControl</SubType>
  255. </Compile>
  256. <Compile Include="UI\HistoryTaskUI.Designer.cs">
  257. <DependentUpon>HistoryTaskUI.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="UI\IDisplayUI.cs" />
  260. <Compile Include="UI\LocationUI.cs">
  261. <SubType>UserControl</SubType>
  262. </Compile>
  263. <Compile Include="UI\LocationUI.designer.cs">
  264. <DependentUpon>LocationUI.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="UI\LogUI.cs">
  267. <SubType>UserControl</SubType>
  268. </Compile>
  269. <Compile Include="UI\LogUI.Designer.cs">
  270. <DependentUpon>LogUI.cs</DependentUpon>
  271. </Compile>
  272. <Compile Include="UI\PmsTaskInfoUI.cs">
  273. <SubType>UserControl</SubType>
  274. </Compile>
  275. <Compile Include="UI\PmsTaskInfoUI.Designer.cs">
  276. <DependentUpon>PmsTaskInfoUI.cs</DependentUpon>
  277. </Compile>
  278. <Compile Include="UI\SignalMonitorUI.cs">
  279. <SubType>UserControl</SubType>
  280. </Compile>
  281. <Compile Include="UI\SignalMonitorUI.Designer.cs">
  282. <DependentUpon>SignalMonitorUI.cs</DependentUpon>
  283. </Compile>
  284. <Compile Include="UI\WmsPlotUI.cs">
  285. <SubType>UserControl</SubType>
  286. </Compile>
  287. <Compile Include="UI\WmsPlotUI.Designer.cs">
  288. <DependentUpon>WmsPlotUI.cs</DependentUpon>
  289. </Compile>
  290. <Compile Include="UI\WmsUI.cs">
  291. <SubType>UserControl</SubType>
  292. </Compile>
  293. <Compile Include="UI\WmsUI.Designer.cs">
  294. <DependentUpon>WmsUI.cs</DependentUpon>
  295. </Compile>
  296. <EmbeddedResource Include="Forms\FormPmsTaskInfo.resx">
  297. <DependentUpon>FormPmsTaskInfo.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="Forms\FormSetting.resx">
  300. <DependentUpon>FormSetting.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="MainForm.resx">
  303. <DependentUpon>MainForm.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="Properties\Resources.resx">
  306. <Generator>ResXFileCodeGenerator</Generator>
  307. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  308. <SubType>Designer</SubType>
  309. </EmbeddedResource>
  310. <Compile Include="Properties\Resources.Designer.cs">
  311. <AutoGen>True</AutoGen>
  312. <DependentUpon>Resources.resx</DependentUpon>
  313. <DesignTime>True</DesignTime>
  314. </Compile>
  315. <EmbeddedResource Include="UI\AppSettingUI.resx">
  316. <DependentUpon>AppSettingUI.cs</DependentUpon>
  317. </EmbeddedResource>
  318. <EmbeddedResource Include="UI\AreaUI.resx">
  319. <DependentUpon>AreaUI.cs</DependentUpon>
  320. </EmbeddedResource>
  321. <EmbeddedResource Include="UI\CallTaskUI.resx">
  322. <DependentUpon>CallTaskUI.cs</DependentUpon>
  323. </EmbeddedResource>
  324. <EmbeddedResource Include="UI\CurrentTaskUI.resx">
  325. <DependentUpon>CurrentTaskUI.cs</DependentUpon>
  326. </EmbeddedResource>
  327. <EmbeddedResource Include="UI\DataGridUI.resx">
  328. <DependentUpon>DataGridUI.cs</DependentUpon>
  329. </EmbeddedResource>
  330. <EmbeddedResource Include="UI\DebugAgvUI.resx">
  331. <DependentUpon>DebugAgvUI.cs</DependentUpon>
  332. </EmbeddedResource>
  333. <EmbeddedResource Include="UI\DebugAlarmLightUI.resx">
  334. <DependentUpon>DebugAlarmLightUI.cs</DependentUpon>
  335. </EmbeddedResource>
  336. <EmbeddedResource Include="UI\DebugAreaTrafficUI.resx">
  337. <DependentUpon>DebugAreaTrafficUI.cs</DependentUpon>
  338. </EmbeddedResource>
  339. <EmbeddedResource Include="UI\DebugCallBoxUI.resx">
  340. <DependentUpon>DebugCallBoxUI.cs</DependentUpon>
  341. </EmbeddedResource>
  342. <EmbeddedResource Include="UI\DebugIOUI.resx">
  343. <DependentUpon>DebugIOUI.cs</DependentUpon>
  344. </EmbeddedResource>
  345. <EmbeddedResource Include="UI\DebugPackRgvUI.resx">
  346. <DependentUpon>DebugPackRgvUI.cs</DependentUpon>
  347. </EmbeddedResource>
  348. <EmbeddedResource Include="UI\DebugPackUI.resx">
  349. <DependentUpon>DebugPackUI.cs</DependentUpon>
  350. </EmbeddedResource>
  351. <EmbeddedResource Include="UI\DebugPlcUI.resx">
  352. <DependentUpon>DebugPlcUI.cs</DependentUpon>
  353. </EmbeddedResource>
  354. <EmbeddedResource Include="UI\DebugRailAgvUI.resx">
  355. <DependentUpon>DebugRailAgvUI.cs</DependentUpon>
  356. </EmbeddedResource>
  357. <EmbeddedResource Include="UI\DebugReleaseBoxUI.resx">
  358. <DependentUpon>DebugReleaseBoxUI.cs</DependentUpon>
  359. </EmbeddedResource>
  360. <EmbeddedResource Include="UI\DebugRollerHxUI.resx">
  361. <DependentUpon>DebugRollerHxUI.cs</DependentUpon>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="UI\DebugRollerUI.resx">
  364. <DependentUpon>DebugRollerUI.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <EmbeddedResource Include="UI\DebugTrafficAreaUI.resx">
  367. <DependentUpon>DebugTrafficAreaUI.cs</DependentUpon>
  368. </EmbeddedResource>
  369. <EmbeddedResource Include="UI\DebugTrafficInfoUI.resx">
  370. <DependentUpon>DebugTrafficInfoUI.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="UI\DebugUI.resx">
  373. <DependentUpon>DebugUI.cs</DependentUpon>
  374. </EmbeddedResource>
  375. <EmbeddedResource Include="UI\DebugVcuUI.resx">
  376. <DependentUpon>DebugVcuUI.cs</DependentUpon>
  377. </EmbeddedResource>
  378. <EmbeddedResource Include="UI\HistoryTaskUI.resx">
  379. <DependentUpon>HistoryTaskUI.cs</DependentUpon>
  380. </EmbeddedResource>
  381. <EmbeddedResource Include="UI\LocationUI.resx">
  382. <DependentUpon>LocationUI.cs</DependentUpon>
  383. </EmbeddedResource>
  384. <EmbeddedResource Include="UI\LogUI.resx">
  385. <DependentUpon>LogUI.cs</DependentUpon>
  386. </EmbeddedResource>
  387. <EmbeddedResource Include="UI\PmsTaskInfoUI.resx">
  388. <DependentUpon>PmsTaskInfoUI.cs</DependentUpon>
  389. </EmbeddedResource>
  390. <EmbeddedResource Include="UI\SignalMonitorUI.resx">
  391. <DependentUpon>SignalMonitorUI.cs</DependentUpon>
  392. </EmbeddedResource>
  393. <EmbeddedResource Include="UI\WmsUI.resx">
  394. <DependentUpon>WmsUI.cs</DependentUpon>
  395. </EmbeddedResource>
  396. <None Include="App.config" />
  397. <None Include="app.manifest" />
  398. <Content Include="PMS\Config\基础配置表.xlsx">
  399. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  400. </Content>
  401. <None Include="Properties\Settings.settings">
  402. <Generator>SettingsSingleFileGenerator</Generator>
  403. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  404. </None>
  405. <Compile Include="Properties\Settings.Designer.cs">
  406. <AutoGen>True</AutoGen>
  407. <DependentUpon>Settings.settings</DependentUpon>
  408. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  409. </Compile>
  410. </ItemGroup>
  411. <ItemGroup>
  412. <ProjectReference Include="..\DbCommon\DbCommon.csproj">
  413. <Project>{29E941EE-35D4-44D1-BC52-E5FFC3B2D047}</Project>
  414. <Name>DbCommon</Name>
  415. </ProjectReference>
  416. <ProjectReference Include="..\ProjectManagementSystem.Common\ProjectManagementSystem.Common.csproj">
  417. <Project>{98b2225b-93ba-4a5b-b96f-7b47d75015af}</Project>
  418. <Name>ProjectManagementSystem.Common</Name>
  419. </ProjectReference>
  420. <ProjectReference Include="..\ProjectManagementSystem.Device\ProjectManagementSystem.Device.csproj">
  421. <Project>{534ff428-01ee-44ec-92f3-6da3676155a2}</Project>
  422. <Name>ProjectManagementSystem.Device</Name>
  423. </ProjectReference>
  424. <ProjectReference Include="..\ProjectManagementSystem.WebApi\ProjectManagementSystem.WebApi.csproj">
  425. <Project>{ed705467-fd55-4852-85a1-3c41b4682540}</Project>
  426. <Name>ProjectManagementSystem.WebApi</Name>
  427. </ProjectReference>
  428. </ItemGroup>
  429. <ItemGroup>
  430. <Content Include="Online.ico" />
  431. <Content Include="PMS\Config\DbCommonConfig.xml">
  432. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  433. </Content>
  434. </ItemGroup>
  435. <ItemGroup>
  436. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  437. <Visible>False</Visible>
  438. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  439. <Install>true</Install>
  440. </BootstrapperPackage>
  441. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  442. <Visible>False</Visible>
  443. <ProductName>.NET Framework 3.5 SP1</ProductName>
  444. <Install>false</Install>
  445. </BootstrapperPackage>
  446. </ItemGroup>
  447. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  448. <PropertyGroup>
  449. <PreBuildEvent>
  450. </PreBuildEvent>
  451. </PropertyGroup>
  452. </Project>