PMSUI.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{86759FE4-2015-44E2-B200-2BFFB6304232}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PMSUI</RootNamespace>
  11. <AssemblyName>PMSUI</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationIcon>Simple.ico</ApplicationIcon>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="CasunCommon">
  40. <HintPath>..\Dlls2\CasunCommon.dll</HintPath>
  41. </Reference>
  42. <Reference Include="HslCommunication, Version=7.0.1.0, Culture=neutral, PublicKeyToken=cdb2261fa039ed67, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\..\HslCommunication.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Pms.Common">
  47. <HintPath>..\Dlls\Pms.Common.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Pms.Interface">
  50. <HintPath>..\Dlls\Pms.Interface.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Pms.InternalInterface, Version=1.0.0.5, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\Dlls\Pms.InternalInterface.dll</HintPath>
  55. </Reference>
  56. <Reference Include="PmsCoreDB">
  57. <HintPath>..\Dlls2\PmsCoreDB.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Deployment" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="CasunUILib.cs" />
  73. <Compile Include="Config\CPmsUiConfigManager.cs" />
  74. <Compile Include="Config\CWmsData.cs" />
  75. <Compile Include="EPermissionLevel.cs" />
  76. <Compile Include="Config\CConfigManager.cs" />
  77. <Compile Include="Config\CFormHelp.cs" />
  78. <Compile Include="Model\AGVAboveFetalToolInformationSQL.cs" />
  79. <Compile Include="Model\DbHelperSQL.cs" />
  80. <Compile Include="Model\StationInformation.cs" />
  81. <Compile Include="Model\StationInformationDAL.cs" />
  82. <Compile Include="Model\VariableClass.cs" />
  83. <Compile Include="UI\主界面\MainForm.cs">
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="UI\主界面\MainForm.Designer.cs">
  87. <DependentUpon>MainForm.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="UI\库位管理\AGVAboveFetalToolSettingForm.cs">
  90. <SubType>Form</SubType>
  91. </Compile>
  92. <Compile Include="UI\库位管理\AGVAboveFetalToolSettingForm.Designer.cs">
  93. <DependentUpon>AGVAboveFetalToolSettingForm.cs</DependentUpon>
  94. </Compile>
  95. <Compile Include="UI\库位管理\RightSettingForm.cs">
  96. <SubType>Form</SubType>
  97. </Compile>
  98. <Compile Include="UI\库位管理\RightSettingForm.Designer.cs">
  99. <DependentUpon>RightSettingForm.cs</DependentUpon>
  100. </Compile>
  101. <Compile Include="UI\库位管理\StationUserControl.cs">
  102. <SubType>UserControl</SubType>
  103. </Compile>
  104. <Compile Include="UI\库位管理\StationUserControl.Designer.cs">
  105. <DependentUpon>StationUserControl.cs</DependentUpon>
  106. </Compile>
  107. <Compile Include="UI\库位管理\WHLocationShowUIForm.cs">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="UI\库位管理\WHLocationShowUIForm.Designer.cs">
  111. <DependentUpon>WHLocationShowUIForm.cs</DependentUpon>
  112. </Compile>
  113. <Compile Include="UI\异常处理\CUpdateAGVStatueFrom.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="UI\异常处理\CUpdateAGVStatueFrom.Designer.cs">
  117. <DependentUpon>CUpdateAGVStatueFrom.cs</DependentUpon>
  118. </Compile>
  119. <Compile Include="UI\模板设置\CBehaviorForm.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="UI\模板设置\CBehaviorForm.Designer.cs">
  123. <DependentUpon>CBehaviorForm.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="UI\模板设置\CStepTemplateForm.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="UI\模板设置\CStepTemplateForm.Designer.cs">
  129. <DependentUpon>CStepTemplateForm.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="UI\库位管理\CWarehouseTypeForm.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="UI\库位管理\CWarehouseTypeForm.Designer.cs">
  135. <DependentUpon>CWarehouseTypeForm.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="UI\模板设置\CBookTemplateForm.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="UI\模板设置\CBookTemplateForm.Designer.cs">
  141. <DependentUpon>CBookTemplateForm.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="UI\异常处理\CSystemResetForm.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="UI\异常处理\CSystemResetForm.Designer.cs">
  147. <DependentUpon>CSystemResetForm.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="UI\异常处理\CTaskExceptionHandling.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="UI\异常处理\CTaskExceptionHandling.Designer.cs">
  153. <DependentUpon>CTaskExceptionHandling.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="UI\库位管理\CStationIDRelatedForm.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="UI\库位管理\CStationIDRelatedForm.Designer.cs">
  159. <DependentUpon>CStationIDRelatedForm.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="UI\用户管理\PermissionSettingForm.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="UI\用户管理\PermissionSettingForm.Designer.cs">
  165. <DependentUpon>PermissionSettingForm.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="UI\界面设置\DisplayLanguageForm.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="UI\界面设置\DisplayLanguageForm.Designer.cs">
  171. <DependentUpon>DisplayLanguageForm.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="UI\界面设置\DisplaySettingForm.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="UI\界面设置\DisplaySettingForm.Designer.cs">
  177. <DependentUpon>DisplaySettingForm.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="CFormColumnManager.cs" />
  180. <Compile Include="CLanguageManager.cs" />
  181. <Compile Include="UI\库位管理\CWMSSettingForm.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="UI\库位管理\CWMSSettingForm.Designer.cs">
  185. <DependentUpon>CWMSSettingForm.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="UI\界面设置\CMenuSettingForm.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="UI\界面设置\CMenuSettingForm.Designer.cs">
  191. <DependentUpon>CMenuSettingForm.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="UI\数据查询\HistoryDataForm.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="UI\数据查询\HistoryDataForm.Designer.cs">
  197. <DependentUpon>HistoryDataForm.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="UI\数据查询\HistoryDataForm2_Task.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="UI\数据查询\HistoryDataForm2_Task.Designer.cs">
  203. <DependentUpon>HistoryDataForm2_Task.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="UI\数据查询\HistoryDataForm3_Step.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="UI\数据查询\HistoryDataForm3_Step.Designer.cs">
  209. <DependentUpon>HistoryDataForm3_Step.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="UI\主界面\PromptForm.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="UI\主界面\PromptForm.Designer.cs">
  215. <DependentUpon>PromptForm.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="UI\TreeViewEx.cs">
  218. <SubType>Component</SubType>
  219. </Compile>
  220. <Compile Include="Program.cs" />
  221. <Compile Include="Properties\AssemblyInfo.cs" />
  222. <Compile Include="UI\用户管理\UserSettingForm.cs">
  223. <SubType>Form</SubType>
  224. </Compile>
  225. <Compile Include="UI\用户管理\UserSettingForm.Designer.cs">
  226. <DependentUpon>UserSettingForm.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="UI\登录验证\CLoginForm.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="UI\登录验证\CLoginForm.Designer.cs">
  232. <DependentUpon>CLoginForm.cs</DependentUpon>
  233. </Compile>
  234. <EmbeddedResource Include="UI\主界面\MainForm.resx">
  235. <DependentUpon>MainForm.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="UI\库位管理\AGVAboveFetalToolSettingForm.resx">
  238. <DependentUpon>AGVAboveFetalToolSettingForm.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="UI\库位管理\RightSettingForm.resx">
  241. <DependentUpon>RightSettingForm.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="UI\库位管理\StationUserControl.resx">
  244. <DependentUpon>StationUserControl.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="UI\库位管理\WHLocationShowUIForm.resx">
  247. <DependentUpon>WHLocationShowUIForm.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="UI\异常处理\CUpdateAGVStatueFrom.resx">
  250. <DependentUpon>CUpdateAGVStatueFrom.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="UI\模板设置\CBehaviorForm.resx">
  253. <DependentUpon>CBehaviorForm.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="UI\模板设置\CStepTemplateForm.resx">
  256. <DependentUpon>CStepTemplateForm.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="UI\库位管理\CWarehouseTypeForm.resx">
  259. <DependentUpon>CWarehouseTypeForm.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="UI\模板设置\CBookTemplateForm.resx">
  262. <DependentUpon>CBookTemplateForm.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="UI\异常处理\CSystemResetForm.resx">
  265. <DependentUpon>CSystemResetForm.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="UI\异常处理\CTaskExceptionHandling.resx">
  268. <DependentUpon>CTaskExceptionHandling.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="UI\库位管理\CStationIDRelatedForm.resx">
  271. <DependentUpon>CStationIDRelatedForm.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="UI\用户管理\PermissionSettingForm.resx">
  274. <DependentUpon>PermissionSettingForm.cs</DependentUpon>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="UI\界面设置\DisplayLanguageForm.resx">
  277. <DependentUpon>DisplayLanguageForm.cs</DependentUpon>
  278. </EmbeddedResource>
  279. <EmbeddedResource Include="UI\界面设置\DisplaySettingForm.resx">
  280. <DependentUpon>DisplaySettingForm.cs</DependentUpon>
  281. </EmbeddedResource>
  282. <EmbeddedResource Include="UI\库位管理\CWMSSettingForm.resx">
  283. <DependentUpon>CWMSSettingForm.cs</DependentUpon>
  284. </EmbeddedResource>
  285. <EmbeddedResource Include="UI\界面设置\CMenuSettingForm.resx">
  286. <DependentUpon>CMenuSettingForm.cs</DependentUpon>
  287. </EmbeddedResource>
  288. <EmbeddedResource Include="UI\数据查询\HistoryDataForm.resx">
  289. <DependentUpon>HistoryDataForm.cs</DependentUpon>
  290. </EmbeddedResource>
  291. <EmbeddedResource Include="UI\数据查询\HistoryDataForm2_Task.resx">
  292. <DependentUpon>HistoryDataForm2_Task.cs</DependentUpon>
  293. </EmbeddedResource>
  294. <EmbeddedResource Include="UI\数据查询\HistoryDataForm3_Step.resx">
  295. <DependentUpon>HistoryDataForm3_Step.cs</DependentUpon>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="UI\主界面\PromptForm.resx">
  298. <DependentUpon>PromptForm.cs</DependentUpon>
  299. </EmbeddedResource>
  300. <EmbeddedResource Include="Properties\Resources.resx">
  301. <Generator>ResXFileCodeGenerator</Generator>
  302. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  303. <SubType>Designer</SubType>
  304. </EmbeddedResource>
  305. <Compile Include="Properties\Resources.Designer.cs">
  306. <AutoGen>True</AutoGen>
  307. <DependentUpon>Resources.resx</DependentUpon>
  308. </Compile>
  309. <EmbeddedResource Include="UI\用户管理\UserSettingForm.resx">
  310. <DependentUpon>UserSettingForm.cs</DependentUpon>
  311. </EmbeddedResource>
  312. <EmbeddedResource Include="UI\登录验证\CLoginForm.resx">
  313. <DependentUpon>CLoginForm.cs</DependentUpon>
  314. </EmbeddedResource>
  315. <None Include="Properties\DataSources\PmsCoreDB.Model.PMS_bas_Behavior.datasource" />
  316. <None Include="Properties\Settings.settings">
  317. <Generator>SettingsSingleFileGenerator</Generator>
  318. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  319. </None>
  320. <Compile Include="Properties\Settings.Designer.cs">
  321. <AutoGen>True</AutoGen>
  322. <DependentUpon>Settings.settings</DependentUpon>
  323. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  324. </Compile>
  325. </ItemGroup>
  326. <ItemGroup>
  327. <None Include="App.config" />
  328. </ItemGroup>
  329. <ItemGroup>
  330. <WCFMetadata Include="Connected Services\" />
  331. </ItemGroup>
  332. <ItemGroup>
  333. <ProjectReference Include="..\Pms.UserEvent\Pms.UserEvent.csproj">
  334. <Project>{2faa647f-552a-4f15-b58f-bbe9677b6b7e}</Project>
  335. <Name>Pms.UserEvent</Name>
  336. </ProjectReference>
  337. </ItemGroup>
  338. <ItemGroup>
  339. <Content Include="Simple.ico" />
  340. </ItemGroup>
  341. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  342. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  343. Other similar extension points exist, see Microsoft.Common.targets.
  344. <Target Name="BeforeBuild">
  345. </Target>
  346. <Target Name="AfterBuild">
  347. </Target>
  348. -->
  349. </Project>