ProjectManagementSystem.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <AutorunEnabled>true</AutorunEnabled>
  27. <ApplicationRevision>1</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  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. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ApplicationIcon>Online.ico</ApplicationIcon>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\PmsDLL\Antlr3.Runtime.dll</HintPath>
  60. </Reference>
  61. <Reference Include="AutoUpdater.NET">
  62. <HintPath>..\PmsDLL\AutoUpdater.NET.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ExpressionEvaluator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=90d9f15d622e2348, processorArchitecture=MSIL">
  65. <SpecificVersion>False</SpecificVersion>
  66. <HintPath>..\PmsDLL\ExpressionEvaluator.dll</HintPath>
  67. </Reference>
  68. <Reference Include="FluentNHibernate">
  69. <HintPath>..\..\..\..\..\..\Dll\commom\FluentNHibernate.dll</HintPath>
  70. </Reference>
  71. <Reference Include="HslCommunication">
  72. <HintPath>..\PmsDLL\HslCommunication.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Iesi.Collections">
  75. <HintPath>..\..\..\..\..\..\Dll\commom\Iesi.Collections.dll</HintPath>
  76. </Reference>
  77. <Reference Include="MaxCommunication.BaseType, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\PmsDLL\MaxCommunication.BaseType.dll</HintPath>
  80. </Reference>
  81. <Reference Include="MaxCommunication.DataBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\PmsDLL\MaxCommunication.DataBase.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\PmsDLL\Newtonsoft.Json.dll</HintPath>
  88. </Reference>
  89. <Reference Include="NHibernate">
  90. <HintPath>..\..\..\..\..\..\Dll\commom\NHibernate.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Pms.DataLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\PmsDLL\Pms.DataLibrary.dll</HintPath>
  95. </Reference>
  96. <Reference Include="Pms.Models, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  97. <SpecificVersion>False</SpecificVersion>
  98. <HintPath>..\PmsDLL\Pms.Models.dll</HintPath>
  99. </Reference>
  100. <Reference Include="PmsSecondaryPackaging.Electronic, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\PmsDLL\PmsSecondaryPackaging.Electronic.dll</HintPath>
  103. </Reference>
  104. <Reference Include="PmsSecondaryPackaging.Entrance, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  105. <SpecificVersion>False</SpecificVersion>
  106. <HintPath>..\PmsDLL\PmsSecondaryPackaging.Entrance.dll</HintPath>
  107. </Reference>
  108. <Reference Include="PmsSecondaryPackaging.Interface, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  109. <SpecificVersion>False</SpecificVersion>
  110. <HintPath>..\PmsDLL\PmsSecondaryPackaging.Interface.dll</HintPath>
  111. </Reference>
  112. <Reference Include="PmsSecondaryPackaging.SystemConfig, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  113. <SpecificVersion>False</SpecificVersion>
  114. <HintPath>..\PmsDLL\PmsSecondaryPackaging.SystemConfig.dll</HintPath>
  115. </Reference>
  116. <Reference Include="PmsSecondaryPackaging.TaskManager, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  117. <SpecificVersion>False</SpecificVersion>
  118. <HintPath>..\PmsDLL\PmsSecondaryPackaging.TaskManager.dll</HintPath>
  119. </Reference>
  120. <Reference Include="PmsSecondaryPackaging.WareHouse, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  121. <SpecificVersion>False</SpecificVersion>
  122. <HintPath>..\PmsDLL\PmsSecondaryPackaging.WareHouse.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System" />
  125. <Reference Include="System.Configuration" />
  126. <Reference Include="System.Core" />
  127. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\PmsDLL\System.Net.Http.Formatting.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Runtime.Serialization" />
  132. <Reference Include="System.ServiceModel" />
  133. <Reference Include="System.ServiceModel.Web" />
  134. <Reference Include="System.Web.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <SpecificVersion>False</SpecificVersion>
  136. <HintPath>..\PmsDLL\System.Web.Cors.dll</HintPath>
  137. </Reference>
  138. <Reference Include="System.Web.Extensions" />
  139. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\PmsDLL\System.Web.Http.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Web.Http.Cors, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\PmsDLL\System.Web.Http.Cors.dll</HintPath>
  146. </Reference>
  147. <Reference Include="System.Web.Http.SelfHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\PmsDLL\System.Web.Http.SelfHost.dll</HintPath>
  150. </Reference>
  151. <Reference Include="System.Xml.Linq" />
  152. <Reference Include="System.Data.DataSetExtensions" />
  153. <Reference Include="Microsoft.CSharp" />
  154. <Reference Include="System.Data" />
  155. <Reference Include="System.Deployment" />
  156. <Reference Include="System.Drawing" />
  157. <Reference Include="System.Windows.Forms" />
  158. <Reference Include="System.Xml" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Compile Include="Config\CConfigManager.cs" />
  162. <Compile Include="Config\CustomConfig.cs" />
  163. <Compile Include="Enterance\SystemEnterance.cs" />
  164. <Compile Include="GlobalData.cs" />
  165. <Compile Include="MainForm.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="MainForm.Designer.cs">
  169. <DependentUpon>MainForm.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="NHibernateDBHelper\DBAccessSetting.cs" />
  172. <Compile Include="NHibernateDBHelper\MiddleDBModelHelper.cs" />
  173. <Compile Include="NHibernateDBHelper\WMSDBModelHelper.cs" />
  174. <Compile Include="OrderLogic\COrderLogic.cs" />
  175. <Compile Include="OrderLogic\IOrderLogic.cs" />
  176. <Compile Include="OrderLogic\Logic_3F空车缓存区.cs" />
  177. <Compile Include="OrderLogic\Logic_3F还原车间.cs" />
  178. <Compile Include="OrderLogic\OrderLogicBase.cs" />
  179. <Compile Include="Program.cs" />
  180. <Compile Include="Properties\AssemblyInfo.cs" />
  181. <Compile Include="TaskBookEvent\FCH\TaskBookBehavior_61005.cs" />
  182. <Compile Include="TaskBookEvent\FCH\TaskBookBehavior_61007.cs" />
  183. <Compile Include="TaskBookEvent\FCH\TaskBookBehavior_61008.cs" />
  184. <Compile Include="TaskBookEvent\FCH\TaskBookBehavior_61009.cs" />
  185. <Compile Include="TaskBookEvent\FCH\TaskBookBehavior_61010.cs" />
  186. <Compile Include="TaskBookEvent\SK\TaskBookBehavior_62001.cs" />
  187. <Compile Include="TaskBookEvent\SK\TaskBookBehavior_62002.cs" />
  188. <Compile Include="TaskBookEvent\SK\TaskBookBehavior_62003.cs" />
  189. <Compile Include="TaskBookEvent\TaskBookBehavior_63000.cs" />
  190. <Compile Include="TaskBookEvent\TaskBookBehavior_63001.cs" />
  191. <Compile Include="TaskBookEvent\TaskBookBehavior_63002.cs" />
  192. <Compile Include="TaskBookEvent\TaskBookBehavior_63003.cs" />
  193. <Compile Include="TaskBookEvent\TaskBookBehavior_63011.cs" />
  194. <Compile Include="TaskBookEvent\TaskBookBehavior_63012.cs" />
  195. <Compile Include="TaskBookEvent\TaskBookBehavior_63013.cs" />
  196. <Compile Include="TaskBookEvent\TaskBookBehavior_63400.cs" />
  197. <Compile Include="TaskBookEvent\TaskBookBehavior_65051.cs" />
  198. <Compile Include="TaskBookEvent\TaskBookBehavior_65052.cs" />
  199. <Compile Include="TaskBookEvent\TaskBookBehavior_65053.cs" />
  200. <Compile Include="TaskBookEvent\TaskBookBehavior_PLC.cs" />
  201. <Compile Include="TaskBookEvent\TaskBookRegister.cs" />
  202. <Compile Include="TaskEvent\CTaskEvent.cs" />
  203. <Compile Include="TaskEvent\CTaskEventBase.cs" />
  204. <Compile Include="WebHandle\RestRequestHelper.cs" />
  205. <Compile Include="WebHandle\SKMESWebServiceHelper.cs" />
  206. <Compile Include="WebHandle\SKRequestAndResponse.cs" />
  207. <Compile Include="WebHandle\SKTrumpRestFullService.cs" />
  208. <Compile Include="WebHandle\SKWMSWebServiceHelper.cs" />
  209. <Compile Include="WebHandle\UriSetting.cs" />
  210. <Compile Include="UI\CallBoxUI.cs">
  211. <SubType>UserControl</SubType>
  212. </Compile>
  213. <Compile Include="UI\CallBoxUI.Designer.cs">
  214. <DependentUpon>CallBoxUI.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="UI\DataGridUI.cs">
  217. <SubType>UserControl</SubType>
  218. </Compile>
  219. <Compile Include="UI\DataGridUI.Designer.cs">
  220. <DependentUpon>DataGridUI.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="UI\DebugUI.cs">
  223. <SubType>UserControl</SubType>
  224. </Compile>
  225. <Compile Include="UI\DebugUI.designer.cs">
  226. <DependentUpon>DebugUI.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="UI\IDisplayUI.cs" />
  229. <Compile Include="UI\LogUI.cs">
  230. <SubType>UserControl</SubType>
  231. </Compile>
  232. <Compile Include="UI\LogUI.Designer.cs">
  233. <DependentUpon>LogUI.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="UI\PlcUI.cs">
  236. <SubType>UserControl</SubType>
  237. </Compile>
  238. <Compile Include="UI\PlcUI.Designer.cs">
  239. <DependentUpon>PlcUI.cs</DependentUpon>
  240. </Compile>
  241. <EmbeddedResource Include="MainForm.resx">
  242. <DependentUpon>MainForm.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="Properties\Resources.resx">
  245. <Generator>ResXFileCodeGenerator</Generator>
  246. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  247. <SubType>Designer</SubType>
  248. </EmbeddedResource>
  249. <Compile Include="Properties\Resources.Designer.cs">
  250. <AutoGen>True</AutoGen>
  251. <DependentUpon>Resources.resx</DependentUpon>
  252. <DesignTime>True</DesignTime>
  253. </Compile>
  254. <EmbeddedResource Include="UI\CallBoxUI.resx">
  255. <DependentUpon>CallBoxUI.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="UI\DataGridUI.resx">
  258. <DependentUpon>DataGridUI.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="UI\DebugUI.resx">
  261. <DependentUpon>DebugUI.cs</DependentUpon>
  262. </EmbeddedResource>
  263. <EmbeddedResource Include="UI\LogUI.resx">
  264. <DependentUpon>LogUI.cs</DependentUpon>
  265. </EmbeddedResource>
  266. <None Include="Properties\Settings.settings">
  267. <Generator>SettingsSingleFileGenerator</Generator>
  268. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  269. </None>
  270. <Compile Include="Properties\Settings.Designer.cs">
  271. <AutoGen>True</AutoGen>
  272. <DependentUpon>Settings.settings</DependentUpon>
  273. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  274. </Compile>
  275. <None Include="基础配置表.xlsx">
  276. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  277. </None>
  278. </ItemGroup>
  279. <ItemGroup>
  280. <None Include="App.config" />
  281. </ItemGroup>
  282. <ItemGroup>
  283. <ProjectReference Include="..\DbCommon\DbCommon.csproj">
  284. <Project>{29E941EE-35D4-44D1-BC52-E5FFC3B2D047}</Project>
  285. <Name>DbCommon</Name>
  286. </ProjectReference>
  287. <ProjectReference Include="..\ProjectManagementSystem.Common\ProjectManagementSystem.Common.csproj">
  288. <Project>{98b2225b-93ba-4a5b-b96f-7b47d75015af}</Project>
  289. <Name>ProjectManagementSystem.Common</Name>
  290. </ProjectReference>
  291. <ProjectReference Include="..\ProjectManagementSystem.Device\ProjectManagementSystem.Device.csproj">
  292. <Project>{534ff428-01ee-44ec-92f3-6da3676155a2}</Project>
  293. <Name>ProjectManagementSystem.Device</Name>
  294. </ProjectReference>
  295. <ProjectReference Include="..\ProjectManagementSystem.Model\ProjectManagementSystem.Model.csproj">
  296. <Project>{6a437430-7938-4303-9d4c-3e11964e570e}</Project>
  297. <Name>ProjectManagementSystem.Model</Name>
  298. </ProjectReference>
  299. <ProjectReference Include="..\ProjectManagementSystem.WebApi\ProjectManagementSystem.WebApi.csproj">
  300. <Project>{ed705467-fd55-4852-85a1-3c41b4682540}</Project>
  301. <Name>ProjectManagementSystem.WebApi</Name>
  302. </ProjectReference>
  303. </ItemGroup>
  304. <ItemGroup>
  305. <Content Include="Online.ico" />
  306. <None Include="PMS.xml">
  307. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  308. </None>
  309. </ItemGroup>
  310. <ItemGroup>
  311. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  312. <Visible>False</Visible>
  313. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  314. <Install>true</Install>
  315. </BootstrapperPackage>
  316. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  317. <Visible>False</Visible>
  318. <ProductName>.NET Framework 3.5 SP1</ProductName>
  319. <Install>false</Install>
  320. </BootstrapperPackage>
  321. </ItemGroup>
  322. <ItemGroup />
  323. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  324. </Project>