Core.StlMes.Client.LgResMgt.csproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{13F893E9-8E12-41F0-AE62-B05894A977EC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.StlMes.Client.LgResMgt</RootNamespace>
  12. <AssemblyName>Core.StlMes.Client.LgResMgt</AssemblyName>
  13. <SccProjectName>
  14. </SccProjectName>
  15. <SccLocalPath>
  16. </SccLocalPath>
  17. <SccAuxPath>
  18. </SccAuxPath>
  19. <SccProvider>
  20. </SccProvider>
  21. <FileUpgradeFlags>
  22. </FileUpgradeFlags>
  23. <OldToolsVersion>3.5</OldToolsVersion>
  24. <UpgradeBackupLocation>
  25. </UpgradeBackupLocation>
  26. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  27. <IsWebBootstrapper>true</IsWebBootstrapper>
  28. <PublishUrl>http://localhost/Core.LgMes.Client.LgResMgt/</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Web</InstallFrom>
  31. <UpdateEnabled>true</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. <TargetFrameworkProfile />
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>..\output\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <DebugType>pdbonly</DebugType>
  56. <Optimize>true</Optimize>
  57. <OutputPath>bin\Release\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <Prefer32Bit>false</Prefer32Bit>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="AxInterop.SHDocVw, Version=1.1.0.0, Culture=neutral, PublicKeyToken=0a50e0ef4ca013fe" />
  65. <Reference Include="Core.Mes.Client.Comm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  66. <Reference Include="Core.StlMes.Client.LgClassModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  67. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\output\CoreFS.CA06.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\output\Infragistics2.Excel.v9.2.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\output\Infragistics2.Shared.v9.2.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Infragistics2.Win.AppStylistSupport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\output\Infragistics2.Win.AppStylistSupport.v9.2.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\output\Infragistics2.Win.Misc.v9.2.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Infragistics2.Win.SupportDialogs.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\output\Infragistics2.Win.SupportDialogs.v9.2.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Infragistics2.Win.UltraChart.v9.2.Design, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\output\Infragistics2.Win.UltraChart.v9.2.Design.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Infragistics2.Win.UltraWinCalcManager.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\output\Infragistics2.Win.UltraWinCalcManager.v9.2.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Infragistics2.Win.UltraWinCalcManager.v9.2.FormulaBuilder, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>..\output\Infragistics2.Win.UltraWinCalcManager.v9.2.FormulaBuilder.dll</HintPath>
  102. </Reference>
  103. <Reference Include="Infragistics2.Win.UltraWinChart.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>..\output\Infragistics2.Win.UltraWinChart.v9.2.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  108. <SpecificVersion>False</SpecificVersion>
  109. <HintPath>..\output\Infragistics2.Win.UltraWinDataSource.v9.2.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Infragistics2.Win.UltraWinDock.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\output\Infragistics2.Win.UltraWinDock.v9.2.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\output\Infragistics2.Win.UltraWinEditors.v9.2.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Infragistics2.Win.UltraWinExplorerBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  120. <SpecificVersion>False</SpecificVersion>
  121. <HintPath>..\output\Infragistics2.Win.UltraWinExplorerBar.v9.2.dll</HintPath>
  122. </Reference>
  123. <Reference Include="Infragistics2.Win.UltraWinGauge.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  124. <SpecificVersion>False</SpecificVersion>
  125. <HintPath>..\output\Infragistics2.Win.UltraWinGauge.v9.2.dll</HintPath>
  126. </Reference>
  127. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  128. <SpecificVersion>False</SpecificVersion>
  129. <HintPath>..\output\Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  132. <SpecificVersion>False</SpecificVersion>
  133. <HintPath>..\output\Infragistics2.Win.UltraWinGrid.v9.2.dll</HintPath>
  134. </Reference>
  135. <Reference Include="Infragistics2.Win.UltraWinListBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  136. <SpecificVersion>False</SpecificVersion>
  137. <HintPath>..\output\Infragistics2.Win.UltraWinListBar.v9.2.dll</HintPath>
  138. </Reference>
  139. <Reference Include="Infragistics2.Win.UltraWinListView.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  140. <SpecificVersion>False</SpecificVersion>
  141. <HintPath>..\output\Infragistics2.Win.UltraWinListView.v9.2.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Infragistics2.Win.UltraWinMaskedEdit.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  144. <SpecificVersion>False</SpecificVersion>
  145. <HintPath>..\output\Infragistics2.Win.UltraWinMaskedEdit.v9.2.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  148. <SpecificVersion>False</SpecificVersion>
  149. <HintPath>..\output\Infragistics2.Win.UltraWinPrintPreviewDialog.v9.2.dll</HintPath>
  150. </Reference>
  151. <Reference Include="Infragistics2.Win.UltraWinSchedule.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>..\output\Infragistics2.Win.UltraWinSchedule.v9.2.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  156. <SpecificVersion>False</SpecificVersion>
  157. <HintPath>..\output\Infragistics2.Win.UltraWinStatusBar.v9.2.dll</HintPath>
  158. </Reference>
  159. <Reference Include="Infragistics2.Win.UltraWinTabbedMdi.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  160. <SpecificVersion>False</SpecificVersion>
  161. <HintPath>..\output\Infragistics2.Win.UltraWinTabbedMdi.v9.2.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  164. <SpecificVersion>False</SpecificVersion>
  165. <HintPath>..\output\Infragistics2.Win.UltraWinTabControl.v9.2.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  168. <SpecificVersion>False</SpecificVersion>
  169. <HintPath>..\output\Infragistics2.Win.UltraWinToolbars.v9.2.dll</HintPath>
  170. </Reference>
  171. <Reference Include="Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  172. <SpecificVersion>False</SpecificVersion>
  173. <HintPath>..\output\Infragistics2.Win.UltraWinTree.v9.2.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  176. <SpecificVersion>False</SpecificVersion>
  177. <HintPath>..\output\Infragistics2.Win.v9.2.dll</HintPath>
  178. </Reference>
  179. <Reference Include="Interop.Excel, Version=1.5.0.0, Culture=neutral">
  180. <SpecificVersion>False</SpecificVersion>
  181. </Reference>
  182. <Reference Include="Microsoft.VisualBasic" />
  183. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  184. <SpecificVersion>False</SpecificVersion>
  185. <HintPath>..\output\Newtonsoft.Json.dll</HintPath>
  186. </Reference>
  187. <Reference Include="NPOI, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  188. <SpecificVersion>False</SpecificVersion>
  189. <HintPath>..\output\NPOI.dll</HintPath>
  190. </Reference>
  191. <Reference Include="NPOI.OOXML, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  192. <SpecificVersion>False</SpecificVersion>
  193. <HintPath>..\output\NPOI.OOXML.dll</HintPath>
  194. </Reference>
  195. <Reference Include="NPOI.OpenXml4Net, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  196. <SpecificVersion>False</SpecificVersion>
  197. <HintPath>..\output\NPOI.OpenXml4Net.dll</HintPath>
  198. </Reference>
  199. <Reference Include="NPOI.OpenXmlFormats, Version=2.2.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  200. <SpecificVersion>False</SpecificVersion>
  201. <HintPath>..\output\NPOI.OpenXmlFormats.dll</HintPath>
  202. </Reference>
  203. <Reference Include="Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89b483f429c47342">
  204. <SpecificVersion>False</SpecificVersion>
  205. <HintPath>..\..\Core.CgMes.Server\Core.CgMes.Server.LgResMgt\output\Oracle.DataAccess.dll</HintPath>
  206. </Reference>
  207. <Reference Include="Renci.SshNet, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
  208. <SpecificVersion>False</SpecificVersion>
  209. <HintPath>..\output\Renci.SshNet.dll</HintPath>
  210. </Reference>
  211. <Reference Include="System" />
  212. <Reference Include="System.Core">
  213. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  214. </Reference>
  215. <Reference Include="System.Data" />
  216. <Reference Include="System.Data.DataSetExtensions" />
  217. <Reference Include="System.Design" />
  218. <Reference Include="System.Drawing" />
  219. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  220. <Reference Include="System.Speech" />
  221. <Reference Include="System.Web" />
  222. <Reference Include="System.Windows.Forms" />
  223. <Reference Include="System.Xml" />
  224. <Reference Include="System.Xml.Linq" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <Compile Include="0、实绩基类\frmSteelResults.cs">
  228. <SubType>Form</SubType>
  229. </Compile>
  230. <Compile Include="0、实绩基类\frmSteelResults.Designer.cs">
  231. <DependentUpon>frmSteelResults.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="0、实绩基类\NewResultsBase.cs">
  234. <SubType>Form</SubType>
  235. </Compile>
  236. <Compile Include="0、实绩基类\NewResultsBase.Designer.cs">
  237. <DependentUpon>NewResultsBase.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="10、非计划挂单管理\frmNonPlanMgt.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="10、非计划挂单管理\frmNonPlanMgt.Designer.cs">
  243. <DependentUpon>frmNonPlanMgt.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="11、精整作业管理\frmFinishesMgt.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="11、精整作业管理\frmFinishesMgt.Designer.cs">
  249. <DependentUpon>frmFinishesMgt.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="12、精整组炉管理\frmGroupHeatMgt.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="12、精整组炉管理\frmGroupHeatMgt.Designer.cs">
  255. <DependentUpon>frmGroupHeatMgt.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="6、连铸台下切割\FrmCutBilletDetail.Designer.cs">
  258. <DependentUpon>FrmCutBilletDetail.cs</DependentUpon>
  259. </Compile>
  260. <Compile Include="9、交接班管理\frmJJBMgt.cs">
  261. <SubType>Form</SubType>
  262. </Compile>
  263. <Compile Include="9、交接班管理\frmJJBMgt.designer.cs">
  264. <DependentUpon>frmJJBMgt.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="9、交接班管理\frmMaintenance.cs">
  267. <SubType>Form</SubType>
  268. </Compile>
  269. <Compile Include="9、交接班管理\frmSchedulingShift.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="9、交接班管理\frmSchedulingShift.Designer.cs">
  273. <DependentUpon>frmSchedulingShift.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="1、电炉实绩管理\ClsResEafBLL.cs" />
  276. <Compile Include="1、电炉实绩管理\frmEafResults.cs">
  277. <SubType>Form</SubType>
  278. </Compile>
  279. <Compile Include="1、电炉实绩管理\frmEafResults.Designer.cs">
  280. <DependentUpon>frmEafResults.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="2、LF炉实绩管理\ClsResLfsBLL.cs" />
  283. <Compile Include="2、LF炉实绩管理\frmLfsResults.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="2、LF炉实绩管理\frmLfsResults.Designer.cs">
  287. <DependentUpon>frmLfsResults.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="5、连铸实绩管理\frmCcmResults.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="5、连铸实绩管理\frmCcmResults.Designer.cs">
  293. <DependentUpon>frmCcmResults.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="5、连铸实绩管理\ucCcmResultAdd.cs">
  296. <SubType>Form</SubType>
  297. </Compile>
  298. <Compile Include="5、连铸实绩管理\ucCcmResultAdd.Designer.cs">
  299. <DependentUpon>ucCcmResultAdd.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="8、废钢实绩管理\frmChargeConfig.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="8、废钢实绩管理\frmChargeConfig.designer.cs">
  305. <DependentUpon>frmChargeConfig.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="8、废钢实绩管理\frmScrapSteel.cs">
  308. <SubType>Form</SubType>
  309. </Compile>
  310. <Compile Include="8、废钢实绩管理\frmScrapSteel.Designer.cs">
  311. <DependentUpon>frmScrapSteel.cs</DependentUpon>
  312. </Compile>
  313. <Compile Include="8、废钢实绩管理\frmSteelConfiger.cs">
  314. <SubType>Form</SubType>
  315. </Compile>
  316. <Compile Include="8、废钢实绩管理\frmSteelConfiger.Designer.cs">
  317. <DependentUpon>frmSteelConfiger.cs</DependentUpon>
  318. </Compile>
  319. <Compile Include="8、废钢实绩管理\frmScrapSteel2.cs">
  320. <SubType>Form</SubType>
  321. </Compile>
  322. <Compile Include="8、废钢实绩管理\frmScrapSteel2.Designer.cs">
  323. <DependentUpon>frmScrapSteel2.cs</DependentUpon>
  324. </Compile>
  325. <Compile Include="7、切头、切尾、切边角实绩管理\frmCutInfoAssit.cs">
  326. <SubType>Form</SubType>
  327. </Compile>
  328. <Compile Include="7、切头、切尾、切边角实绩管理\frmCutInfoAssit.designer.cs">
  329. <DependentUpon>frmCutInfoAssit.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="6、连铸台下切割\FrmCutBilletDetail.cs">
  332. <SubType>Form</SubType>
  333. </Compile>
  334. <Compile Include="6、连铸台下切割\FrmSelDel.cs">
  335. <SubType>Form</SubType>
  336. </Compile>
  337. <Compile Include="6、连铸台下切割\FrmSetCutHeatno.cs">
  338. <SubType>Form</SubType>
  339. </Compile>
  340. <Compile Include="6、连铸台下切割\FrmSetCutHeatno.Designer.cs">
  341. <DependentUpon>FrmSetCutHeatno.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="Mcms\BaseDbCls.cs" />
  344. <Compile Include="Mcms\BlankPredictionSelect.cs">
  345. <SubType>Form</SubType>
  346. </Compile>
  347. <Compile Include="Mcms\BlankPredictionSelect.Designer.cs">
  348. <DependentUpon>BlankPredictionSelect.cs</DependentUpon>
  349. </Compile>
  350. <Compile Include="Mcms\BlankPredictionSelect2.cs">
  351. <SubType>Form</SubType>
  352. </Compile>
  353. <Compile Include="Mcms\BlankPredictionSelect2.Designer.cs">
  354. <DependentUpon>BlankPredictionSelect2.cs</DependentUpon>
  355. </Compile>
  356. <Compile Include="Mcms\BlankPredictionUpload.cs">
  357. <SubType>Form</SubType>
  358. </Compile>
  359. <Compile Include="Mcms\BlankPredictionUpload.Designer.cs">
  360. <DependentUpon>BlankPredictionUpload.cs</DependentUpon>
  361. </Compile>
  362. <Compile Include="Mcms\CameraShotCls.cs" />
  363. <Compile Include="Mcms\CarCache.cs" />
  364. <Compile Include="Mcms\ChangeMemo.cs">
  365. <SubType>Form</SubType>
  366. </Compile>
  367. <Compile Include="Mcms\ChangeMemo.Designer.cs">
  368. <DependentUpon>ChangeMemo.cs</DependentUpon>
  369. </Compile>
  370. <Compile Include="Mcms\ChangeType.cs">
  371. <SubType>Form</SubType>
  372. </Compile>
  373. <Compile Include="Mcms\ChangeType.Designer.cs">
  374. <DependentUpon>ChangeType.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="Mcms\CHCNetSDK.cs" />
  377. <Compile Include="Mcms\Comm.cs" />
  378. <Compile Include="Mcms\CommunicationDetailSetting.cs">
  379. <SubType>Form</SubType>
  380. </Compile>
  381. <Compile Include="Mcms\CommunicationDetailSetting.Designer.cs">
  382. <DependentUpon>CommunicationDetailSetting.cs</DependentUpon>
  383. </Compile>
  384. <Compile Include="Mcms\CommunicationSetting.cs">
  385. <SubType>Form</SubType>
  386. </Compile>
  387. <Compile Include="Mcms\CommunicationSetting.Designer.cs">
  388. <DependentUpon>CommunicationSetting.cs</DependentUpon>
  389. </Compile>
  390. <Compile Include="Mcms\CoreDevice.cs" />
  391. <Compile Include="Mcms\DataCollectionArgs.cs" />
  392. <Compile Include="Mcms\DhCameraShot.cs" />
  393. <Compile Include="Mcms\entity\BuyGpCheckResultDEntity.cs" />
  394. <Compile Include="Mcms\entity\BuyGpCheckResultEntity.cs" />
  395. <Compile Include="Mcms\entity\BuyGpCheckResultFEntity.cs" />
  396. <Compile Include="Mcms\entity\BuyGpOrderEntity.cs" />
  397. <Compile Include="Mcms\entity\CmmActualWeightEntity.cs" />
  398. <Compile Include="Mcms\entity\CmmBaseProtocolCEntity.cs" />
  399. <Compile Include="Mcms\entity\CmmBaseProtocolEntity.cs" />
  400. <Compile Include="Mcms\entity\CmmBaseSpotInfoEntity.cs" />
  401. <Compile Include="Mcms\entity\CmmBlankPredictionEntity.cs" />
  402. <Compile Include="Mcms\entity\CmmBlankPredictionEntityEdit.cs" />
  403. <Compile Include="Mcms\entity\CmmCarEffEntity.cs" />
  404. <Compile Include="Mcms\entity\CmmInputRecordEntity.cs" />
  405. <Compile Include="Mcms\entity\CmmLoadinfoCEntity.cs" />
  406. <Compile Include="Mcms\entity\CmmLoadinfoEntity.cs" />
  407. <Compile Include="Mcms\entity\CmmMonitorEntity.cs" />
  408. <Compile Include="Mcms\entity\CmmMonitorWeightEntity.cs" />
  409. <Compile Include="Mcms\entity\CmmPoundBaseEntity.cs" />
  410. <Compile Include="Mcms\entity\CmmRecordTemplateEntity.cs" />
  411. <Compile Include="Mcms\entity\CmmWeightMatEntity.cs" />
  412. <Compile Include="Mcms\entity\CmmWeightMatEntityFull.cs" />
  413. <Compile Include="Mcms\entity\CmmWeightRecordEntity.cs" />
  414. <Compile Include="Mcms\entity\CmmWeightRecordEntityFull.cs" />
  415. <Compile Include="Mcms\entity\CmmWeightResultDetailsEntity.cs" />
  416. <Compile Include="Mcms\entity\CmmWeightResultEntityFull.cs" />
  417. <Compile Include="Mcms\entity\CmmWeightResultEntity.cs" />
  418. <Compile Include="Mcms\entity\CmmWeightResultUpdateEntity.cs" />
  419. <Compile Include="Mcms\entity\CmmWorkImageEntity.cs" />
  420. <Compile Include="Mcms\entity\ComBaseGradeEntity.cs" />
  421. <Compile Include="Mcms\entity\CommunicationEntity.cs" />
  422. <Compile Include="Mcms\entity\YdmGpInlistEntity.cs" />
  423. <Compile Include="Mcms\FormMove.cs" />
  424. <Compile Include="Mcms\FrmBlankPrediction.cs">
  425. <SubType>Form</SubType>
  426. </Compile>
  427. <Compile Include="Mcms\FrmBlankPrediction.Designer.cs">
  428. <DependentUpon>FrmBlankPrediction.cs</DependentUpon>
  429. </Compile>
  430. <Compile Include="Mcms\frmBuyCheck.cs">
  431. <SubType>Form</SubType>
  432. </Compile>
  433. <Compile Include="Mcms\frmBuyCheck.Designer.cs">
  434. <DependentUpon>frmBuyCheck.cs</DependentUpon>
  435. </Compile>
  436. <Compile Include="Mcms\FrmBuyGpIn.cs">
  437. <SubType>Form</SubType>
  438. </Compile>
  439. <Compile Include="Mcms\FrmBuyGpIn.Designer.cs">
  440. <DependentUpon>FrmBuyGpIn.cs</DependentUpon>
  441. </Compile>
  442. <Compile Include="Mcms\FrmCarEff.cs">
  443. <SubType>Form</SubType>
  444. </Compile>
  445. <Compile Include="Mcms\FrmCarEff.Designer.cs">
  446. <DependentUpon>FrmCarEff.cs</DependentUpon>
  447. </Compile>
  448. <Compile Include="Mcms\frmLocalTruckImageShow.cs">
  449. <SubType>Form</SubType>
  450. </Compile>
  451. <Compile Include="Mcms\frmLocalTruckImageShow.Designer.cs">
  452. <DependentUpon>frmLocalTruckImageShow.cs</DependentUpon>
  453. </Compile>
  454. <Compile Include="Mcms\frmLocalTruckScale.cs">
  455. <SubType>Form</SubType>
  456. </Compile>
  457. <Compile Include="Mcms\frmLocalTruckScale.Designer.cs">
  458. <DependentUpon>frmLocalTruckScale.cs</DependentUpon>
  459. </Compile>
  460. <Compile Include="Mcms\frmLocalTruckScaleActual.cs">
  461. <SubType>Form</SubType>
  462. </Compile>
  463. <Compile Include="Mcms\frmLocalTruckScaleActual.Designer.cs">
  464. <DependentUpon>frmLocalTruckScaleActual.cs</DependentUpon>
  465. </Compile>
  466. <Compile Include="Mcms\frmLocalTruckScaleActuals.cs">
  467. <SubType>Form</SubType>
  468. </Compile>
  469. <Compile Include="Mcms\frmLocalTruckScaleActuals.Designer.cs">
  470. <DependentUpon>frmLocalTruckScaleActuals.cs</DependentUpon>
  471. </Compile>
  472. <Compile Include="Mcms\frmLocalTruckScaleNew.cs">
  473. <SubType>Form</SubType>
  474. </Compile>
  475. <Compile Include="Mcms\frmLocalTruckScaleNew.Designer.cs">
  476. <DependentUpon>frmLocalTruckScaleNew.cs</DependentUpon>
  477. </Compile>
  478. <Compile Include="Mcms\FrmLocalTruckScaleQuery.cs">
  479. <SubType>Form</SubType>
  480. </Compile>
  481. <Compile Include="Mcms\FrmLocalTruckScaleQuery.Designer.cs">
  482. <DependentUpon>FrmLocalTruckScaleQuery.cs</DependentUpon>
  483. </Compile>
  484. <Compile Include="Mcms\FrmLocalTruckScaleQueryDetails.cs">
  485. <SubType>Form</SubType>
  486. </Compile>
  487. <Compile Include="Mcms\FrmLocalTruckScaleQueryDetails.Designer.cs">
  488. <DependentUpon>FrmLocalTruckScaleQueryDetails.cs</DependentUpon>
  489. </Compile>
  490. <Compile Include="Mcms\frmMessage.cs">
  491. <SubType>Form</SubType>
  492. </Compile>
  493. <Compile Include="Mcms\frmMessage.Designer.cs">
  494. <DependentUpon>frmMessage.cs</DependentUpon>
  495. </Compile>
  496. <Compile Include="Mcms\FrmInstoreInfo.cs">
  497. <SubType>Form</SubType>
  498. </Compile>
  499. <Compile Include="Mcms\FrmInstoreInfo.Designer.cs">
  500. <DependentUpon>FrmInstoreInfo.cs</DependentUpon>
  501. </Compile>
  502. <Compile Include="Mcms\FrmPoundInfo.cs">
  503. <SubType>Form</SubType>
  504. </Compile>
  505. <Compile Include="Mcms\FrmPoundInfo.Designer.cs">
  506. <DependentUpon>FrmPoundInfo.cs</DependentUpon>
  507. </Compile>
  508. <Compile Include="Mcms\FrmRepBrower.cs">
  509. <SubType>Form</SubType>
  510. </Compile>
  511. <Compile Include="Mcms\FrmRepBrower.Designer.cs">
  512. <DependentUpon>FrmRepBrower.cs</DependentUpon>
  513. </Compile>
  514. <Compile Include="Mcms\FrmUnpassEdit.cs">
  515. <SubType>Form</SubType>
  516. </Compile>
  517. <Compile Include="Mcms\FrmUnpassEdit.Designer.cs">
  518. <DependentUpon>FrmUnpassEdit.cs</DependentUpon>
  519. </Compile>
  520. <Compile Include="Mcms\FrmUpdate.cs">
  521. <SubType>Form</SubType>
  522. </Compile>
  523. <Compile Include="Mcms\FrmUpdate.Designer.cs">
  524. <DependentUpon>FrmUpdate.cs</DependentUpon>
  525. </Compile>
  526. <Compile Include="Mcms\GradeSelect.cs">
  527. <SubType>Form</SubType>
  528. </Compile>
  529. <Compile Include="Mcms\GradeSelect.Designer.cs">
  530. <DependentUpon>GradeSelect.cs</DependentUpon>
  531. </Compile>
  532. <Compile Include="Mcms\HCNetSDK.cs" />
  533. <Compile Include="Mcms\HkDvr.cs" />
  534. <Compile Include="Mcms\iCommunication.cs" />
  535. <Compile Include="Mcms\IDevice.cs" />
  536. <Compile Include="Mcms\IDvr.cs" />
  537. <Compile Include="Mcms\ImageControl.cs" />
  538. <Compile Include="Mcms\ImageZip.cs" />
  539. <Compile Include="Mcms\InputWt.cs">
  540. <SubType>Form</SubType>
  541. </Compile>
  542. <Compile Include="Mcms\InputWt.Designer.cs">
  543. <DependentUpon>InputWt.cs</DependentUpon>
  544. </Compile>
  545. <Compile Include="Mcms\IProtocol.cs" />
  546. <Compile Include="Mcms\Log.cs" />
  547. <Compile Include="Mcms\MatInfo.cs">
  548. <SubType>UserControl</SubType>
  549. </Compile>
  550. <Compile Include="Mcms\MatInfo.Designer.cs">
  551. <DependentUpon>MatInfo.cs</DependentUpon>
  552. </Compile>
  553. <Compile Include="Mcms\MeterBaseVideoChild.cs" />
  554. <Compile Include="Mcms\MeterBaseVideoinfo.cs" />
  555. <Compile Include="Mcms\NameSelect.cs">
  556. <SubType>Form</SubType>
  557. </Compile>
  558. <Compile Include="Mcms\NameSelect.Designer.cs">
  559. <DependentUpon>NameSelect.cs</DependentUpon>
  560. </Compile>
  561. <Compile Include="Mcms\OrderSelect.cs">
  562. <SubType>Form</SubType>
  563. </Compile>
  564. <Compile Include="Mcms\OrderSelect.Designer.cs">
  565. <DependentUpon>OrderSelect.cs</DependentUpon>
  566. </Compile>
  567. <Compile Include="Mcms\PbCache.cs" />
  568. <Compile Include="Mcms\ProjectName.cs">
  569. <SubType>Form</SubType>
  570. </Compile>
  571. <Compile Include="Mcms\ProjectName.Designer.cs">
  572. <DependentUpon>ProjectName.cs</DependentUpon>
  573. </Compile>
  574. <Compile Include="Mcms\SerialPortEntity.cs">
  575. <SubType>Component</SubType>
  576. </Compile>
  577. <Compile Include="Mcms\SerialPortEntity.Designer.cs">
  578. <DependentUpon>SerialPortEntity.cs</DependentUpon>
  579. </Compile>
  580. <Compile Include="Mcms\SFTPHelper.cs" />
  581. <Compile Include="Mcms\ShowMsg.cs">
  582. <SubType>UserControl</SubType>
  583. </Compile>
  584. <Compile Include="Mcms\ShowMsg.Designer.cs">
  585. <DependentUpon>ShowMsg.cs</DependentUpon>
  586. </Compile>
  587. <Compile Include="Mcms\SocketClient.cs" />
  588. <Compile Include="Mcms\SocketServer.cs" />
  589. <Compile Include="Mcms\SuggestText.cs">
  590. <SubType>Component</SubType>
  591. </Compile>
  592. <Compile Include="Mcms\SuggestText.Designer.cs">
  593. <DependentUpon>SuggestText.cs</DependentUpon>
  594. </Compile>
  595. <Compile Include="Mcms\TruckScaleProtocol.cs" />
  596. <Compile Include="Mcms\TruckScaleServer.cs">
  597. <SubType>Form</SubType>
  598. </Compile>
  599. <Compile Include="Mcms\TruckScaleServer.Designer.cs">
  600. <DependentUpon>TruckScaleServer.cs</DependentUpon>
  601. </Compile>
  602. <Compile Include="Mcms\UpdateCar.cs">
  603. <SubType>Form</SubType>
  604. </Compile>
  605. <Compile Include="Mcms\UpdateCar.Designer.cs">
  606. <DependentUpon>UpdateCar.cs</DependentUpon>
  607. </Compile>
  608. <Compile Include="Mcms\VSFTPHelper.cs" />
  609. <Compile Include="Mcms\XmlHelper.cs" />
  610. <Compile Include="Properties\Resources.Designer.cs">
  611. <AutoGen>True</AutoGen>
  612. <DesignTime>True</DesignTime>
  613. <DependentUpon>Resources.resx</DependentUpon>
  614. </Compile>
  615. <Compile Include="5、连铸实绩管理\ucTempManualSampling.cs">
  616. <SubType>UserControl</SubType>
  617. </Compile>
  618. <Compile Include="5、连铸实绩管理\ucTempManualSampling.Designer.cs">
  619. <DependentUpon>ucTempManualSampling.cs</DependentUpon>
  620. </Compile>
  621. <Compile Include="5、连铸实绩管理\ClsResCcmBLL.cs" />
  622. <Compile Include="Properties\AssemblyInfo.cs" />
  623. <Compile Include="4、VD炉实绩管理\ClsResVdsBLL.cs" />
  624. <Compile Include="4、VD炉实绩管理\frmVdsResults.cs">
  625. <SubType>Form</SubType>
  626. </Compile>
  627. <Compile Include="4、VD炉实绩管理\frmVdsResults.Designer.cs">
  628. <DependentUpon>frmVdsResults.cs</DependentUpon>
  629. </Compile>
  630. <Compile Include="3、RH炉实绩管理\ClsResRhsBLL.cs" />
  631. <Compile Include="3、RH炉实绩管理\frmRhsResults.cs">
  632. <SubType>Form</SubType>
  633. </Compile>
  634. <Compile Include="3、RH炉实绩管理\frmRhsResults.Designer.cs">
  635. <DependentUpon>frmRhsResults.cs</DependentUpon>
  636. </Compile>
  637. <Compile Include="库存位置\LocationInfo.cs" />
  638. <Compile Include="库存位置\MatGpMAndStorageEntity.cs" />
  639. <Compile Include="库存位置\MatGpMEntity.cs" />
  640. <Compile Include="库存位置\MatInfo.cs" />
  641. <Compile Include="库存位置\StorageInfo.cs">
  642. <SubType>Form</SubType>
  643. </Compile>
  644. <Compile Include="库存位置\StorageInfo.Designer.cs">
  645. <DependentUpon>StorageInfo.cs</DependentUpon>
  646. </Compile>
  647. <Compile Include="库存位置\StorageInfoSelect.cs">
  648. <SubType>Form</SubType>
  649. </Compile>
  650. <Compile Include="库存位置\StorageInfoSelect.Designer.cs">
  651. <DependentUpon>StorageInfoSelect.cs</DependentUpon>
  652. </Compile>
  653. <Compile Include="库存位置\UpdateMemo.cs">
  654. <SubType>Form</SubType>
  655. </Compile>
  656. <Compile Include="库存位置\UpdateMemo.Designer.cs">
  657. <DependentUpon>UpdateMemo.cs</DependentUpon>
  658. </Compile>
  659. <Compile Include="库存位置\YdmBsLocationEntity.cs" />
  660. <Compile Include="库存位置\YdmBsStorageSettingEntity.cs" />
  661. <Compile Include="报表\frmPlanQuery.cs">
  662. <SubType>Form</SubType>
  663. </Compile>
  664. <Compile Include="报表\frmPlanQuery.Designer.cs">
  665. <DependentUpon>frmPlanQuery.cs</DependentUpon>
  666. </Compile>
  667. </ItemGroup>
  668. <ItemGroup>
  669. <EmbeddedResource Include="0、实绩基类\frmSteelResults.resx">
  670. <DependentUpon>frmSteelResults.cs</DependentUpon>
  671. </EmbeddedResource>
  672. <EmbeddedResource Include="0、实绩基类\NewResultsBase.resx">
  673. <DependentUpon>NewResultsBase.cs</DependentUpon>
  674. </EmbeddedResource>
  675. <EmbeddedResource Include="10、非计划挂单管理\frmNonPlanMgt.resx">
  676. <DependentUpon>frmNonPlanMgt.cs</DependentUpon>
  677. <SubType>Designer</SubType>
  678. </EmbeddedResource>
  679. <EmbeddedResource Include="11、精整作业管理\frmFinishesMgt.resx">
  680. <DependentUpon>frmFinishesMgt.cs</DependentUpon>
  681. <SubType>Designer</SubType>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="12、精整组炉管理\frmGroupHeatMgt.resx">
  684. <DependentUpon>frmGroupHeatMgt.cs</DependentUpon>
  685. <SubType>Designer</SubType>
  686. </EmbeddedResource>
  687. <EmbeddedResource Include="9、交接班管理\frmJJBMgt.resx">
  688. <DependentUpon>frmJJBMgt.cs</DependentUpon>
  689. <SubType>Designer</SubType>
  690. </EmbeddedResource>
  691. <EmbeddedResource Include="9、交接班管理\frmMaintenance.resx">
  692. <DependentUpon>frmMaintenance.cs</DependentUpon>
  693. <SubType>Designer</SubType>
  694. </EmbeddedResource>
  695. <EmbeddedResource Include="9、交接班管理\frmSchedulingShift.resx">
  696. <DependentUpon>frmSchedulingShift.cs</DependentUpon>
  697. <SubType>Designer</SubType>
  698. </EmbeddedResource>
  699. <EmbeddedResource Include="1、电炉实绩管理\frmEafResults.resx">
  700. <DependentUpon>frmEafResults.cs</DependentUpon>
  701. <SubType>Designer</SubType>
  702. </EmbeddedResource>
  703. <EmbeddedResource Include="2、LF炉实绩管理\frmLfsResults.resx">
  704. <DependentUpon>frmLfsResults.cs</DependentUpon>
  705. <SubType>Designer</SubType>
  706. </EmbeddedResource>
  707. <EmbeddedResource Include="5、连铸实绩管理\frmCcmResults.resx">
  708. <DependentUpon>frmCcmResults.cs</DependentUpon>
  709. <SubType>Designer</SubType>
  710. </EmbeddedResource>
  711. <EmbeddedResource Include="5、连铸实绩管理\ucCcmResultAdd.resx">
  712. <DependentUpon>ucCcmResultAdd.cs</DependentUpon>
  713. <SubType>Designer</SubType>
  714. </EmbeddedResource>
  715. <EmbeddedResource Include="8、废钢实绩管理\frmChargeConfig.resx">
  716. <DependentUpon>frmChargeConfig.cs</DependentUpon>
  717. <SubType>Designer</SubType>
  718. </EmbeddedResource>
  719. <EmbeddedResource Include="8、废钢实绩管理\frmScrapSteel.resx">
  720. <DependentUpon>frmScrapSteel.cs</DependentUpon>
  721. <SubType>Designer</SubType>
  722. </EmbeddedResource>
  723. <EmbeddedResource Include="8、废钢实绩管理\frmSteelConfiger.resx">
  724. <DependentUpon>frmSteelConfiger.cs</DependentUpon>
  725. <SubType>Designer</SubType>
  726. </EmbeddedResource>
  727. <EmbeddedResource Include="8、废钢实绩管理\frmScrapSteel2.resx">
  728. <DependentUpon>frmScrapSteel2.cs</DependentUpon>
  729. <SubType>Designer</SubType>
  730. </EmbeddedResource>
  731. <EmbeddedResource Include="7、切头、切尾、切边角实绩管理\frmCutInfoAssit.resx">
  732. <DependentUpon>frmCutInfoAssit.cs</DependentUpon>
  733. <SubType>Designer</SubType>
  734. </EmbeddedResource>
  735. <EmbeddedResource Include="6、连铸台下切割\FrmCutBilletDetail.resx">
  736. <DependentUpon>FrmCutBilletDetail.cs</DependentUpon>
  737. <SubType>Designer</SubType>
  738. </EmbeddedResource>
  739. <EmbeddedResource Include="6、连铸台下切割\FrmSelDel.resx">
  740. <DependentUpon>FrmSelDel.cs</DependentUpon>
  741. <SubType>Designer</SubType>
  742. </EmbeddedResource>
  743. <EmbeddedResource Include="6、连铸台下切割\FrmSetCutHeatno.resx">
  744. <DependentUpon>FrmSetCutHeatno.cs</DependentUpon>
  745. <SubType>Designer</SubType>
  746. </EmbeddedResource>
  747. <EmbeddedResource Include="Mcms\BlankPredictionSelect.resx">
  748. <DependentUpon>BlankPredictionSelect.cs</DependentUpon>
  749. </EmbeddedResource>
  750. <EmbeddedResource Include="Mcms\BlankPredictionSelect2.resx">
  751. <DependentUpon>BlankPredictionSelect2.cs</DependentUpon>
  752. </EmbeddedResource>
  753. <EmbeddedResource Include="Mcms\BlankPredictionUpload.resx">
  754. <DependentUpon>BlankPredictionUpload.cs</DependentUpon>
  755. </EmbeddedResource>
  756. <EmbeddedResource Include="Mcms\ChangeMemo.resx">
  757. <DependentUpon>ChangeMemo.cs</DependentUpon>
  758. </EmbeddedResource>
  759. <EmbeddedResource Include="Mcms\ChangeType.resx">
  760. <DependentUpon>ChangeType.cs</DependentUpon>
  761. </EmbeddedResource>
  762. <EmbeddedResource Include="Mcms\CommunicationDetailSetting.resx">
  763. <DependentUpon>CommunicationDetailSetting.cs</DependentUpon>
  764. </EmbeddedResource>
  765. <EmbeddedResource Include="Mcms\CommunicationSetting.resx">
  766. <DependentUpon>CommunicationSetting.cs</DependentUpon>
  767. </EmbeddedResource>
  768. <EmbeddedResource Include="Mcms\FrmBlankPrediction.resx">
  769. <DependentUpon>FrmBlankPrediction.cs</DependentUpon>
  770. </EmbeddedResource>
  771. <EmbeddedResource Include="Mcms\frmBuyCheck.resx">
  772. <DependentUpon>frmBuyCheck.cs</DependentUpon>
  773. </EmbeddedResource>
  774. <EmbeddedResource Include="Mcms\FrmBuyGpIn.resx">
  775. <DependentUpon>FrmBuyGpIn.cs</DependentUpon>
  776. </EmbeddedResource>
  777. <EmbeddedResource Include="Mcms\FrmCarEff.resx">
  778. <DependentUpon>FrmCarEff.cs</DependentUpon>
  779. </EmbeddedResource>
  780. <EmbeddedResource Include="Mcms\frmLocalTruckImageShow.resx">
  781. <DependentUpon>frmLocalTruckImageShow.cs</DependentUpon>
  782. </EmbeddedResource>
  783. <EmbeddedResource Include="Mcms\frmLocalTruckScale.resx">
  784. <DependentUpon>frmLocalTruckScale.cs</DependentUpon>
  785. </EmbeddedResource>
  786. <EmbeddedResource Include="Mcms\frmLocalTruckScaleActual.resx">
  787. <DependentUpon>frmLocalTruckScaleActual.cs</DependentUpon>
  788. </EmbeddedResource>
  789. <EmbeddedResource Include="Mcms\frmLocalTruckScaleActuals.resx">
  790. <DependentUpon>frmLocalTruckScaleActuals.cs</DependentUpon>
  791. </EmbeddedResource>
  792. <EmbeddedResource Include="Mcms\frmLocalTruckScaleNew.resx">
  793. <DependentUpon>frmLocalTruckScaleNew.cs</DependentUpon>
  794. </EmbeddedResource>
  795. <EmbeddedResource Include="Mcms\FrmLocalTruckScaleQuery.resx">
  796. <DependentUpon>FrmLocalTruckScaleQuery.cs</DependentUpon>
  797. </EmbeddedResource>
  798. <EmbeddedResource Include="Mcms\FrmLocalTruckScaleQueryDetails.resx">
  799. <DependentUpon>FrmLocalTruckScaleQueryDetails.cs</DependentUpon>
  800. </EmbeddedResource>
  801. <EmbeddedResource Include="Mcms\frmMessage.resx">
  802. <DependentUpon>frmMessage.cs</DependentUpon>
  803. </EmbeddedResource>
  804. <EmbeddedResource Include="Mcms\FrmInstoreInfo.resx">
  805. <DependentUpon>FrmInstoreInfo.cs</DependentUpon>
  806. </EmbeddedResource>
  807. <EmbeddedResource Include="Mcms\FrmPoundInfo.resx">
  808. <DependentUpon>FrmPoundInfo.cs</DependentUpon>
  809. </EmbeddedResource>
  810. <EmbeddedResource Include="Mcms\FrmRepBrower.resx">
  811. <DependentUpon>FrmRepBrower.cs</DependentUpon>
  812. </EmbeddedResource>
  813. <EmbeddedResource Include="Mcms\FrmUnpassEdit.resx">
  814. <DependentUpon>FrmUnpassEdit.cs</DependentUpon>
  815. </EmbeddedResource>
  816. <EmbeddedResource Include="Mcms\FrmUpdate.resx">
  817. <DependentUpon>FrmUpdate.cs</DependentUpon>
  818. </EmbeddedResource>
  819. <EmbeddedResource Include="Mcms\GradeSelect.resx">
  820. <DependentUpon>GradeSelect.cs</DependentUpon>
  821. </EmbeddedResource>
  822. <EmbeddedResource Include="Mcms\InputWt.resx">
  823. <DependentUpon>InputWt.cs</DependentUpon>
  824. </EmbeddedResource>
  825. <EmbeddedResource Include="Mcms\MatInfo.resx">
  826. <DependentUpon>MatInfo.cs</DependentUpon>
  827. </EmbeddedResource>
  828. <EmbeddedResource Include="Mcms\NameSelect.resx">
  829. <DependentUpon>NameSelect.cs</DependentUpon>
  830. </EmbeddedResource>
  831. <EmbeddedResource Include="Mcms\OrderSelect.resx">
  832. <DependentUpon>OrderSelect.cs</DependentUpon>
  833. </EmbeddedResource>
  834. <EmbeddedResource Include="Mcms\ProjectName.resx">
  835. <DependentUpon>ProjectName.cs</DependentUpon>
  836. </EmbeddedResource>
  837. <EmbeddedResource Include="Mcms\ShowMsg.resx">
  838. <DependentUpon>ShowMsg.cs</DependentUpon>
  839. </EmbeddedResource>
  840. <EmbeddedResource Include="Mcms\TruckScaleServer.resx">
  841. <DependentUpon>TruckScaleServer.cs</DependentUpon>
  842. </EmbeddedResource>
  843. <EmbeddedResource Include="Mcms\UpdateCar.resx">
  844. <DependentUpon>UpdateCar.cs</DependentUpon>
  845. </EmbeddedResource>
  846. <EmbeddedResource Include="Properties\licenses.licx" />
  847. <EmbeddedResource Include="Properties\Resources.resx">
  848. <Generator>ResXFileCodeGenerator</Generator>
  849. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  850. <SubType>Designer</SubType>
  851. </EmbeddedResource>
  852. <EmbeddedResource Include="5、连铸实绩管理\ucTempManualSampling.resx">
  853. <DependentUpon>ucTempManualSampling.cs</DependentUpon>
  854. <SubType>Designer</SubType>
  855. </EmbeddedResource>
  856. <EmbeddedResource Include="4、VD炉实绩管理\frmVdsResults.resx">
  857. <DependentUpon>frmVdsResults.cs</DependentUpon>
  858. <SubType>Designer</SubType>
  859. </EmbeddedResource>
  860. <EmbeddedResource Include="3、RH炉实绩管理\frmRhsResults.resx">
  861. <DependentUpon>frmRhsResults.cs</DependentUpon>
  862. <SubType>Designer</SubType>
  863. </EmbeddedResource>
  864. <EmbeddedResource Include="库存位置\StorageInfo.resx">
  865. <DependentUpon>StorageInfo.cs</DependentUpon>
  866. </EmbeddedResource>
  867. <EmbeddedResource Include="库存位置\StorageInfoSelect.resx">
  868. <DependentUpon>StorageInfoSelect.cs</DependentUpon>
  869. </EmbeddedResource>
  870. <EmbeddedResource Include="库存位置\UpdateMemo.resx">
  871. <DependentUpon>UpdateMemo.cs</DependentUpon>
  872. </EmbeddedResource>
  873. <EmbeddedResource Include="报表\frmPlanQuery.resx">
  874. <DependentUpon>frmPlanQuery.cs</DependentUpon>
  875. </EmbeddedResource>
  876. </ItemGroup>
  877. <ItemGroup>
  878. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  879. <Visible>False</Visible>
  880. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  881. <Install>false</Install>
  882. </BootstrapperPackage>
  883. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  884. <Visible>False</Visible>
  885. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  886. <Install>true</Install>
  887. </BootstrapperPackage>
  888. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  889. <Visible>False</Visible>
  890. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  891. <Install>false</Install>
  892. </BootstrapperPackage>
  893. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  894. <Visible>False</Visible>
  895. <ProductName>.NET Framework 3.5</ProductName>
  896. <Install>false</Install>
  897. </BootstrapperPackage>
  898. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  899. <Visible>False</Visible>
  900. <ProductName>.NET Framework 3.5 SP1</ProductName>
  901. <Install>false</Install>
  902. </BootstrapperPackage>
  903. </ItemGroup>
  904. <ItemGroup>
  905. <ProjectReference Include="..\Core.StlMes.Client.LgCommon\Core.StlMes.Client.LgCommon.csproj">
  906. <Project>{213C2035-37B8-41E5-97BF-53880B813FE1}</Project>
  907. <Name>Core.StlMes.Client.LgCommon</Name>
  908. </ProjectReference>
  909. </ItemGroup>
  910. <ItemGroup>
  911. <Content Include="Resources\Empty_Shelf.jpg" />
  912. <Content Include="Resources\Full_Shelf.jpg" />
  913. </ItemGroup>
  914. <ItemGroup>
  915. <None Include="ClassDiagram1.cd" />
  916. <None Include="Core.StlMes.Client.LgResMgt.Mcms.entity.CmmWeightResultEntityFull.datasource" />
  917. </ItemGroup>
  918. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  919. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  920. Other similar extension points exist, see Microsoft.Common.targets.
  921. <Target Name="BeforeBuild">
  922. </Target>
  923. <Target Name="AfterBuild">
  924. </Target>
  925. -->
  926. </Project>