FocasCncCollect.csproj.bak 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{3C9DC2E8-4675-4967-99D2-5163FBF4627A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FocasCncCollect</RootNamespace>
  11. <AssemblyName>FocasCncCollect</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <ItemGroup>
  36. <Reference Include="DevExpress.BonusSkins.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  37. <Reference Include="DevExpress.Charts.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  38. <Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  39. <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  40. <Reference Include="DevExpress.Utils.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  41. <Reference Include="DevExpress.XtraBars.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  42. <Reference Include="DevExpress.XtraCharts.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  43. <Reference Include="DevExpress.XtraCharts.v18.1.UI, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  44. <Reference Include="DevExpress.XtraCharts.v18.1.Wizard, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  45. <Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  46. <Reference Include="DevExpress.XtraGauges.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  47. <Reference Include="DevExpress.XtraGauges.v18.1.Win, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  48. <Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  49. <Reference Include="DevExpress.XtraLayout.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  50. <Reference Include="DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  51. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  56. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="MySql.Data, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  60. <Reference Include="MySql.Data.Entity.EF6, Version=6.9.10.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
  61. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Configuration" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Deployment" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Core\BaseCore.cs" />
  77. <Compile Include="Core\DataAccessFactory.cs" />
  78. <Compile Include="Core\EquipmentInfo.cs" />
  79. <Compile Include="Core\LogCncWarn.cs" />
  80. <Compile Include="Core\LogEquipmentMsg.cs" />
  81. <Compile Include="Core\LogEquipmentMsgTemp.cs" />
  82. <Compile Include="FrmEquipmentMonitor.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="FrmEquipmentMonitor.designer.cs">
  86. <DependentUpon>FrmEquipmentMonitor.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="ICore\IBaseCore.cs" />
  89. <Compile Include="ICore\IEquipmentInfo.cs" />
  90. <Compile Include="ICore\ILogCncWarn.cs" />
  91. <Compile Include="ICore\ILogEquipmentMsg.cs" />
  92. <Compile Include="ICore\ILogEquipmentMsgTemp.cs" />
  93. <Compile Include="Models\Enum\Class1.cs" />
  94. <Compile Include="Models\Enum\EquipmentStatus.cs" />
  95. <Compile Include="Models\Enum\EquipmentSysType.cs" />
  96. <Compile Include="Models\Enum\EquipmentType.cs" />
  97. <Compile Include="Models\Enum\OnOff.cs" />
  98. <Compile Include="Models\Enum\ProcStatus.cs" />
  99. <Compile Include="Models\Enum\WarnStatus.cs" />
  100. <Compile Include="Models\Enum\YesOrNo.cs" />
  101. <Compile Include="Models\EQUIPMENT_INFO.cs" />
  102. <Compile Include="Models\equipment_log_statistics.cs" />
  103. <Compile Include="Models\fmsforrhContext.cs" />
  104. <Compile Include="Models\LOG_CNC_WARN.cs" />
  105. <Compile Include="Models\LOG_EQUIPMENT_MSG.cs" />
  106. <Compile Include="Models\LOG_EQUIPMENT_MSG_TEMP.cs" />
  107. <Compile Include="Models\log_warn_message.cs" />
  108. <Compile Include="Models\Mapping\equipment_infoMap.cs" />
  109. <Compile Include="Models\Mapping\equipment_log_statisticsMap.cs" />
  110. <Compile Include="Models\Mapping\log_cnc_warnMap.cs" />
  111. <Compile Include="Models\Mapping\log_equipment_msgMap.cs" />
  112. <Compile Include="Models\Mapping\log_equipment_msg_tempMap.cs" />
  113. <Compile Include="Models\Mapping\log_warn_messageMap.cs" />
  114. <Compile Include="Models\Mapping\part_taskMap.cs" />
  115. <Compile Include="Models\Mapping\process_line_infoMap.cs" />
  116. <Compile Include="Models\Mapping\process_planMap.cs" />
  117. <Compile Include="Models\Mapping\process_taskMap.cs" />
  118. <Compile Include="Models\Mapping\product_infoMap.cs" />
  119. <Compile Include="Models\Mapping\robot_taskMap.cs" />
  120. <Compile Include="Models\Mapping\shelf_infoMap.cs" />
  121. <Compile Include="Models\Mapping\soft_run_logMap.cs" />
  122. <Compile Include="Models\Mapping\stock_infoMap.cs" />
  123. <Compile Include="Models\Mapping\sys_operationMap.cs" />
  124. <Compile Include="Models\Mapping\sys_orgnizationMap.cs" />
  125. <Compile Include="Models\Mapping\sys_roleMap.cs" />
  126. <Compile Include="Models\Mapping\sys_r_role_operationMap.cs" />
  127. <Compile Include="Models\Mapping\sys_r_user_roleMap.cs" />
  128. <Compile Include="Models\Mapping\sys_userMap.cs" />
  129. <Compile Include="Models\Mapping\work_planMap.cs" />
  130. <Compile Include="Models\part_task.cs" />
  131. <Compile Include="Models\process_line_info.cs" />
  132. <Compile Include="Models\process_plan.cs" />
  133. <Compile Include="Models\process_task.cs" />
  134. <Compile Include="Models\product_info.cs" />
  135. <Compile Include="Models\robot_task.cs" />
  136. <Compile Include="Models\shelf_info.cs" />
  137. <Compile Include="Models\soft_run_log.cs" />
  138. <Compile Include="Models\stock_info.cs" />
  139. <Compile Include="Models\sys_operation.cs" />
  140. <Compile Include="Models\sys_orgnization.cs" />
  141. <Compile Include="Models\sys_role.cs" />
  142. <Compile Include="Models\sys_r_role_operation.cs" />
  143. <Compile Include="Models\sys_r_user_role.cs" />
  144. <Compile Include="Models\sys_user.cs" />
  145. <Compile Include="Models\work_plan.cs" />
  146. <Compile Include="Program.cs" />
  147. <Compile Include="Properties\AssemblyInfo.cs" />
  148. <Compile Include="SplashScreen1.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="SplashScreen1.designer.cs">
  152. <DependentUpon>SplashScreen1.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="UControl\UcCncMoniter.cs">
  155. <SubType>UserControl</SubType>
  156. </Compile>
  157. <Compile Include="UControl\UcCncMoniter.designer.cs">
  158. <DependentUpon>UcCncMoniter.cs</DependentUpon>
  159. </Compile>
  160. <EmbeddedResource Include="FrmEquipmentMonitor.resx">
  161. <DependentUpon>FrmEquipmentMonitor.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="Properties\licenses.licx" />
  164. <EmbeddedResource Include="Properties\Resources.resx">
  165. <Generator>ResXFileCodeGenerator</Generator>
  166. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  167. <SubType>Designer</SubType>
  168. </EmbeddedResource>
  169. <Compile Include="Properties\Resources.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Resources.resx</DependentUpon>
  172. </Compile>
  173. <EmbeddedResource Include="SplashScreen1.resx">
  174. <DependentUpon>SplashScreen1.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="UControl\UcCncMoniter.resx">
  177. <DependentUpon>UcCncMoniter.cs</DependentUpon>
  178. </EmbeddedResource>
  179. <None Include="packages.config" />
  180. <None Include="Properties\Settings.settings">
  181. <Generator>SettingsSingleFileGenerator</Generator>
  182. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  183. </None>
  184. <Compile Include="Properties\Settings.Designer.cs">
  185. <AutoGen>True</AutoGen>
  186. <DependentUpon>Settings.settings</DependentUpon>
  187. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  188. </Compile>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="App.config">
  192. <SubType>Designer</SubType>
  193. </None>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Folder Include="Common\" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ProjectReference Include="..\SiwiFms.Helper\SiwiFms.Helper.csproj">
  200. <Project>{356f5b55-ccd3-4daf-9171-338d832b53cd}</Project>
  201. <Name>SiwiFms.Helper</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\WebToCollectServer\WebToCollectServer.csproj">
  204. <Project>{49efc980-e745-4c4f-93f6-f9b9418354ed}</Project>
  205. <Name>WebToCollectServer</Name>
  206. </ProjectReference>
  207. </ItemGroup>
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  210. Other similar extension points exist, see Microsoft.Common.targets.
  211. <Target Name="BeforeBuild">
  212. </Target>
  213. <Target Name="AfterBuild">
  214. </Target>
  215. -->
  216. </Project>