ProjectManagementSystemView.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props" Condition="Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{8B8E8497-76DA-4B97-85FF-131AFE92269C}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>ProjectManagementSystemView</RootNamespace>
  11. <AssemblyName>ProjectManagementSystemView</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <ApplicationManifest>app.manifest</ApplicationManifest>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <ApplicationIcon>Images\Online.ico</ApplicationIcon>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="DryIoc, Version=4.7.7.0, Culture=neutral, PublicKeyToken=dfbf2bd50fcf7768, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\PmsDLL\DryIoc.dll</HintPath>
  51. </Reference>
  52. <Reference Include="HandyControl, Version=3.4.0.0, Culture=neutral, PublicKeyToken=45be8712787a1e5b, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\PmsDLL\HandyControl.dll</HintPath>
  55. </Reference>
  56. <Reference Include="HelixToolkit, Version=2.21.1.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\PmsDLL\HelixToolkit.dll</HintPath>
  59. </Reference>
  60. <Reference Include="HelixToolkit.Wpf, Version=2.21.1.0, Culture=neutral, PublicKeyToken=52aa3500039caf0d, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\PmsDLL\HelixToolkit.Wpf.dll</HintPath>
  63. </Reference>
  64. <Reference Include="HslCommunication">
  65. <HintPath>..\PmsDLL\HslCommunication.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Mapster, Version=7.2.0.0, Culture=neutral, PublicKeyToken=2f39883af23c29a8, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\PmsDLL\Mapster.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Mapster.Core, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e64997d676a9c1d3, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\PmsDLL\Mapster.Core.dll</HintPath>
  74. </Reference>
  75. <Reference Include="MaterialDesignColors, Version=2.0.6.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\PmsDLL\MaterialDesignColors.dll</HintPath>
  78. </Reference>
  79. <Reference Include="MaterialDesignThemes.Wpf, Version=4.5.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\PmsDLL\MaterialDesignThemes.Wpf.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\PmsDLL\Microsoft.Xaml.Behaviors.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\PmsDLL\Newtonsoft.Json.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\PmsDLL\Prism.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Prism.DryIoc.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\PmsDLL\Prism.DryIoc.Wpf.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>..\PmsDLL\Prism.Wpf.dll</HintPath>
  102. </Reference>
  103. <Reference Include="PropertyChanged, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ee3ee20bcf148ddd, processorArchitecture=MSIL">
  104. <HintPath>..\packages\PropertyChanged.Fody.4.1.0\lib\net40\PropertyChanged.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System" />
  107. <Reference Include="System.Configuration" />
  108. <Reference Include="System.Data" />
  109. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  110. <SpecificVersion>False</SpecificVersion>
  111. <HintPath>..\PmsDLL\System.ValueTuple.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Xml" />
  114. <Reference Include="Microsoft.CSharp" />
  115. <Reference Include="System.Core" />
  116. <Reference Include="System.Xml.Linq" />
  117. <Reference Include="System.Data.DataSetExtensions" />
  118. <Reference Include="System.Net.Http" />
  119. <Reference Include="System.Xaml">
  120. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  121. </Reference>
  122. <Reference Include="WindowsBase" />
  123. <Reference Include="PresentationCore" />
  124. <Reference Include="PresentationFramework" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ApplicationDefinition Include="App.xaml">
  128. <Generator>MSBuild:Compile</Generator>
  129. <SubType>Designer</SubType>
  130. </ApplicationDefinition>
  131. <Compile Include="App.xaml.cs">
  132. <DependentUpon>App.xaml</DependentUpon>
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="Entrance\DispatchSystem.cs" />
  136. <Compile Include="Infrastructure\Behaviors\MouseClickSelectedItem3dBehavior.cs" />
  137. <Compile Include="Infrastructure\Behaviors\MouseClickSelectedItemBehavior.cs" />
  138. <Compile Include="Infrastructure\Behaviors\MouseLeftDragElementBehavior.cs" />
  139. <Compile Include="Infrastructure\Behaviors\MouseMidDragElementBehavior.cs" />
  140. <Compile Include="Infrastructure\Behaviors\MouseDragLocationBehavior.cs" />
  141. <Compile Include="Infrastructure\Behaviors\MouseTranslateZoomBehavior.cs" />
  142. <Compile Include="Infrastructure\Converters\LocationBorderColorConverter.cs" />
  143. <Compile Include="Infrastructure\Converters\LocationBorderThicknessConvert.cs" />
  144. <Compile Include="Infrastructure\Converters\LocationCodeCanCallConverter.cs" />
  145. <Compile Include="Infrastructure\Converters\LocationCodeCanTransportConverter.cs" />
  146. <Compile Include="Infrastructure\Converters\LocationStatusTextConverter.cs" />
  147. <Compile Include="Infrastructure\Converters\TaskButtonVisibilityConverter.cs" />
  148. <Compile Include="Infrastructure\DataTemplateDemo\BindingConverter.cs" />
  149. <Compile Include="Infrastructure\DataTemplateDemo\BindingExtensions.cs" />
  150. <Compile Include="Infrastructure\DataTemplateDemo\DataTemplate3D.cs" />
  151. <Compile Include="Infrastructure\DataTemplateDemo\DataTemplateSelector3D.cs" />
  152. <Compile Include="Infrastructure\DataTemplateDemo\DefaultDataTemplateSelctor3D.cs" />
  153. <Compile Include="Infrastructure\DataTemplateDemo\Extensions.cs" />
  154. <Compile Include="Infrastructure\DataTemplateDemo\ItemsVisual3D.cs" />
  155. <Compile Include="Infrastructure\DataTemplateDemo\MultiBindingConverter.cs" />
  156. <Compile Include="Infrastructure\DataTemplateDemo\MultiConverterPassThrough.cs" />
  157. <Compile Include="Infrastructure\DialogHostService.cs" />
  158. <Compile Include="Infrastructure\Events\UpdateViewEvent.cs" />
  159. <Compile Include="Infrastructure\Extensions\ObservableCollectionExtensions.cs" />
  160. <Compile Include="Infrastructure\Helpers\BindingHelper.cs" />
  161. <Compile Include="Infrastructure\Helpers\BindingProxy.cs" />
  162. <Compile Include="Infrastructure\Helpers\ResourceProvider.cs" />
  163. <Compile Include="Infrastructure\IDialogHostAware.cs" />
  164. <Compile Include="Infrastructure\IDialogHostService.cs" />
  165. <Compile Include="Infrastructure\Models\MenuBar.cs" />
  166. <Compile Include="Infrastructure\Converters\LocationStatusColorConverter.cs" />
  167. <Compile Include="Entrance\SystemEntranceV2.cs" />
  168. <Compile Include="Infrastructure\Models\VmCallTask.cs" />
  169. <Compile Include="Infrastructure\Models\VmInfoAgv.cs" />
  170. <Compile Include="Infrastructure\Models\VmInfoIO.cs" />
  171. <Compile Include="Infrastructure\Models\VmInfoRollerHx.cs" />
  172. <Compile Include="Infrastructure\Models\VmLocationProperty.cs" />
  173. <Compile Include="Infrastructure\Models\VmPackStation.cs" />
  174. <Compile Include="Infrastructure\Models\VmPackStationRgv.cs" />
  175. <Compile Include="Infrastructure\Models\VmPackStationV2.cs" />
  176. <Compile Include="Infrastructure\Models\VmPmsTaskInfo.cs" />
  177. <Compile Include="Infrastructure\Models\VmResultAgvData.cs" />
  178. <Compile Include="Infrastructure\Models\VmStepData.cs" />
  179. <Compile Include="Infrastructure\Models\VmTaskData.cs" />
  180. <Compile Include="Infrastructure\Models\VmWarehouse.cs" />
  181. <Compile Include="ViewModels\CallTaskViewModel.cs" />
  182. <Compile Include="ViewModels\CurrentTaskViewModel.cs" />
  183. <Compile Include="ViewModels\DebugAgvViewModel.cs" />
  184. <Compile Include="ViewModels\DebugIOViewModel.cs" />
  185. <Compile Include="ViewModels\DebugPackRgvViewModel.cs" />
  186. <Compile Include="ViewModels\DebugPackViewModel.cs" />
  187. <Compile Include="ViewModels\DebugPackV2ViewModel.cs" />
  188. <Compile Include="ViewModels\DebugPlcViewModel.cs" />
  189. <Compile Include="ViewModels\DebugRailAgvViewModel.cs" />
  190. <Compile Include="ViewModels\DebugRollerHxViewModel.cs" />
  191. <Compile Include="ViewModels\DebugViewModel.cs" />
  192. <Compile Include="ViewModels\Dialogs\ModifyWmsViewModel.cs" />
  193. <Compile Include="ViewModels\Dialogs\SimpleTaskViewModel.cs" />
  194. <Compile Include="ViewModels\LogViewModel.cs" />
  195. <Compile Include="ViewModels\MainViewModel.cs" />
  196. <Compile Include="ViewModels\PmsTaskInfoViewModel.cs" />
  197. <Compile Include="ViewModels\Wms2DViewModel.cs" />
  198. <Compile Include="ViewModels\Wms3DViewModel.cs" />
  199. <Compile Include="ViewModels\WmsQueryViewModel.cs" />
  200. <Compile Include="Views\CallTaskView.xaml.cs">
  201. <DependentUpon>CallTaskView.xaml</DependentUpon>
  202. </Compile>
  203. <Compile Include="Views\CurrentTaskView.xaml.cs">
  204. <DependentUpon>CurrentTaskView.xaml</DependentUpon>
  205. </Compile>
  206. <Compile Include="Views\DebugAgvView.xaml.cs">
  207. <DependentUpon>DebugAgvView.xaml</DependentUpon>
  208. </Compile>
  209. <Compile Include="Views\DebugIOView.xaml.cs">
  210. <DependentUpon>DebugIOView.xaml</DependentUpon>
  211. </Compile>
  212. <Compile Include="Views\DebugPackRgvView.xaml.cs">
  213. <DependentUpon>DebugPackRgvView.xaml</DependentUpon>
  214. </Compile>
  215. <Compile Include="Views\DebugPackV2View.xaml.cs">
  216. <DependentUpon>DebugPackV2View.xaml</DependentUpon>
  217. </Compile>
  218. <Compile Include="Views\DebugPackView.xaml.cs">
  219. <DependentUpon>DebugPackView.xaml</DependentUpon>
  220. </Compile>
  221. <Compile Include="Views\DebugPlcView.xaml.cs">
  222. <DependentUpon>DebugPlcView.xaml</DependentUpon>
  223. </Compile>
  224. <Compile Include="Views\DebugRailAgvView.xaml.cs">
  225. <DependentUpon>DebugRailAgvView.xaml</DependentUpon>
  226. </Compile>
  227. <Compile Include="Views\DebugRollerHxView.xaml.cs">
  228. <DependentUpon>DebugRollerHxView.xaml</DependentUpon>
  229. </Compile>
  230. <Compile Include="Views\DebugView.xaml.cs">
  231. <DependentUpon>DebugView.xaml</DependentUpon>
  232. </Compile>
  233. <Compile Include="Views\Dialogs\ModifyWmsView.xaml.cs">
  234. <DependentUpon>ModifyWmsView.xaml</DependentUpon>
  235. </Compile>
  236. <Compile Include="Views\Dialogs\SimpleTaskView.xaml.cs">
  237. <DependentUpon>SimpleTaskView.xaml</DependentUpon>
  238. </Compile>
  239. <Compile Include="Views\LogView.xaml.cs">
  240. <DependentUpon>LogView.xaml</DependentUpon>
  241. </Compile>
  242. <Compile Include="Views\MainView.xaml.cs">
  243. <DependentUpon>MainView.xaml</DependentUpon>
  244. </Compile>
  245. <Compile Include="Views\PmsTaskInfoView.xaml.cs">
  246. <DependentUpon>PmsTaskInfoView.xaml</DependentUpon>
  247. </Compile>
  248. <Compile Include="Views\Wms2DView.xaml.cs">
  249. <DependentUpon>Wms2DView.xaml</DependentUpon>
  250. </Compile>
  251. <Compile Include="Views\Wms3DView.xaml.cs">
  252. <DependentUpon>Wms3DView.xaml</DependentUpon>
  253. </Compile>
  254. <Compile Include="Views\WmsQueryView.xaml.cs">
  255. <DependentUpon>WmsQueryView.xaml</DependentUpon>
  256. </Compile>
  257. </ItemGroup>
  258. <ItemGroup>
  259. <Compile Include="Properties\AssemblyInfo.cs">
  260. <SubType>Code</SubType>
  261. </Compile>
  262. <Compile Include="Properties\Resources.Designer.cs">
  263. <AutoGen>True</AutoGen>
  264. <DesignTime>True</DesignTime>
  265. <DependentUpon>Resources.resx</DependentUpon>
  266. </Compile>
  267. <Compile Include="Properties\Settings.Designer.cs">
  268. <AutoGen>True</AutoGen>
  269. <DependentUpon>Settings.settings</DependentUpon>
  270. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  271. </Compile>
  272. <EmbeddedResource Include="Properties\Resources.resx">
  273. <Generator>PublicResXFileCodeGenerator</Generator>
  274. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  275. </EmbeddedResource>
  276. <None Include="app.manifest" />
  277. <None Include="packages.config" />
  278. <Content Include="PMS\Config\基础配置表.xlsx">
  279. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  280. </Content>
  281. <None Include="Properties\Settings.settings">
  282. <Generator>SettingsSingleFileGenerator</Generator>
  283. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  284. </None>
  285. </ItemGroup>
  286. <ItemGroup>
  287. <None Include="App.config" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <Content Include="PMS\Config\DbCommonConfig.xml">
  291. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  292. </Content>
  293. <Page Include="Views\CallTaskView.xaml">
  294. <SubType>Designer</SubType>
  295. <Generator>MSBuild:Compile</Generator>
  296. </Page>
  297. <Page Include="Views\CurrentTaskView.xaml">
  298. <SubType>Designer</SubType>
  299. <Generator>MSBuild:Compile</Generator>
  300. </Page>
  301. <Page Include="Views\DebugAgvView.xaml">
  302. <SubType>Designer</SubType>
  303. <Generator>MSBuild:Compile</Generator>
  304. </Page>
  305. <Page Include="Views\DebugIOView.xaml">
  306. <SubType>Designer</SubType>
  307. <Generator>MSBuild:Compile</Generator>
  308. </Page>
  309. <Page Include="Views\DebugPackRgvView.xaml">
  310. <Generator>MSBuild:Compile</Generator>
  311. <SubType>Designer</SubType>
  312. </Page>
  313. <Page Include="Views\DebugPackV2View.xaml">
  314. <SubType>Designer</SubType>
  315. <Generator>MSBuild:Compile</Generator>
  316. </Page>
  317. <Page Include="Views\DebugPackView.xaml">
  318. <SubType>Designer</SubType>
  319. <Generator>MSBuild:Compile</Generator>
  320. </Page>
  321. <Page Include="Views\DebugPlcView.xaml">
  322. <SubType>Designer</SubType>
  323. <Generator>MSBuild:Compile</Generator>
  324. </Page>
  325. <Page Include="Views\DebugRailAgvView.xaml">
  326. <SubType>Designer</SubType>
  327. <Generator>MSBuild:Compile</Generator>
  328. </Page>
  329. <Page Include="Views\DebugRollerHxView.xaml">
  330. <SubType>Designer</SubType>
  331. <Generator>MSBuild:Compile</Generator>
  332. </Page>
  333. <Page Include="Views\DebugView.xaml">
  334. <SubType>Designer</SubType>
  335. <Generator>MSBuild:Compile</Generator>
  336. </Page>
  337. <Page Include="Views\Dialogs\ModifyWmsView.xaml">
  338. <SubType>Designer</SubType>
  339. <Generator>MSBuild:Compile</Generator>
  340. </Page>
  341. <Page Include="Views\Dialogs\SimpleTaskView.xaml">
  342. <SubType>Designer</SubType>
  343. <Generator>MSBuild:Compile</Generator>
  344. </Page>
  345. <Page Include="Views\LogView.xaml">
  346. <SubType>Designer</SubType>
  347. <Generator>MSBuild:Compile</Generator>
  348. </Page>
  349. <Page Include="Views\MainView.xaml">
  350. <Generator>MSBuild:Compile</Generator>
  351. <SubType>Designer</SubType>
  352. </Page>
  353. <Page Include="Views\PmsTaskInfoView.xaml">
  354. <SubType>Designer</SubType>
  355. <Generator>MSBuild:Compile</Generator>
  356. </Page>
  357. <Page Include="Views\Wms2DView.xaml">
  358. <SubType>Designer</SubType>
  359. <Generator>MSBuild:Compile</Generator>
  360. </Page>
  361. <Page Include="Views\Wms3DView.xaml">
  362. <SubType>Designer</SubType>
  363. <Generator>MSBuild:Compile</Generator>
  364. </Page>
  365. <Page Include="Views\WmsQueryView.xaml">
  366. <SubType>Designer</SubType>
  367. <Generator>MSBuild:Compile</Generator>
  368. </Page>
  369. </ItemGroup>
  370. <ItemGroup>
  371. <ProjectReference Include="..\DbCommon\DbCommon.csproj">
  372. <Project>{29e941ee-35d4-44d1-bc52-e5ffc3b2d047}</Project>
  373. <Name>DbCommon</Name>
  374. </ProjectReference>
  375. <ProjectReference Include="..\ProjectManagementSystem.Common\ProjectManagementSystem.Common.csproj">
  376. <Project>{98b2225b-93ba-4a5b-b96f-7b47d75015af}</Project>
  377. <Name>ProjectManagementSystem.Common</Name>
  378. </ProjectReference>
  379. <ProjectReference Include="..\ProjectManagementSystem.Device\ProjectManagementSystem.Device.csproj">
  380. <Project>{534ff428-01ee-44ec-92f3-6da3676155a2}</Project>
  381. <Name>ProjectManagementSystem.Device</Name>
  382. </ProjectReference>
  383. <ProjectReference Include="..\ProjectManagementSystem.Language\ProjectManagementSystem.Language.csproj">
  384. <Project>{7b194f00-f357-4414-8aeb-c4d2d1732ebd}</Project>
  385. <Name>ProjectManagementSystem.Language</Name>
  386. </ProjectReference>
  387. <ProjectReference Include="..\ProjectManagementSystem.WebApi\ProjectManagementSystem.WebApi.csproj">
  388. <Project>{ed705467-fd55-4852-85a1-3c41b4682540}</Project>
  389. <Name>ProjectManagementSystem.WebApi</Name>
  390. </ProjectReference>
  391. </ItemGroup>
  392. <ItemGroup>
  393. <Resource Include="Images\Online.ico" />
  394. </ItemGroup>
  395. <ItemGroup />
  396. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  397. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  398. <PropertyGroup>
  399. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  400. </PropertyGroup>
  401. <Error Condition="!Exists('..\packages\Fody.6.6.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.6.4\build\Fody.targets'))" />
  402. <Error Condition="!Exists('..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PropertyChanged.Fody.4.1.0\build\PropertyChanged.Fody.props'))" />
  403. </Target>
  404. <PropertyGroup>
  405. <PreBuildEvent>
  406. </PreBuildEvent>
  407. </PropertyGroup>
  408. <Import Project="..\packages\Fody.6.6.4\build\Fody.targets" Condition="Exists('..\packages\Fody.6.6.4\build\Fody.targets')" />
  409. </Project>