Core.LgMes.Server.lgClassModel.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{745708EB-98F6-4F61-99BD-4BE6CB222091}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.LgMes.Server.lgClassModel</RootNamespace>
  11. <AssemblyName>Core.LgMes.Server.lgClassModel</AssemblyName>
  12. <SccProjectName>
  13. </SccProjectName>
  14. <SccLocalPath>
  15. </SccLocalPath>
  16. <SccAuxPath>
  17. </SccAuxPath>
  18. <SccProvider>
  19. </SccProvider>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <OldToolsVersion>2.0</OldToolsVersion>
  23. <UpgradeBackupLocation>
  24. </UpgradeBackupLocation>
  25. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  26. <PublishUrl>http://localhost/Core.LgMes.Server.lgClassModel/</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Web</InstallFrom>
  29. <UpdateEnabled>true</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <IsWebBootstrapper>true</IsWebBootstrapper>
  39. <UseApplicationTrust>false</UseApplicationTrust>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>..\output\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core">
  62. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  63. </Reference>
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="GeneralModel.cs">
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="JOB_BOF_ADDITIVES.cs">
  72. <SubType>Code</SubType>
  73. </Compile>
  74. <Compile Include="JOB_BOF_OPTINFO.cs">
  75. <SubType>Code</SubType>
  76. </Compile>
  77. <Compile Include="JOB_BOF_SAMPLING.cs">
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="JOB_CAS_ADDITIVES.cs">
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="JOB_CAS_OPTINFO.cs">
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="JOB_CAS_SAMPLING.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="JOB_CCM_BCWSAMPLING.cs">
  90. <SubType>Code</SubType>
  91. </Compile>
  92. <Compile Include="JOB_CCM_BMILLSAMPLING.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="JOB_CCM_F1SAMPLING.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="JOB_CCM_F2SAMPLING.cs">
  99. <SubType>Code</SubType>
  100. </Compile>
  101. <Compile Include="JOB_CCM_F3SAMPLING.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="JOB_CCM_F4SAMPLING.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="JOB_CCM_OPTINFO.cs">
  108. <SubType>Code</SubType>
  109. </Compile>
  110. <Compile Include="JOB_CCM_SAMPLING.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="JOB_CCM_SCWSAMPLING.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="JOB_CCM_SMILLSAMPLING.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="JOB_CHEMELEMENT.cs" />
  120. <Compile Include="JOB_HMP_OPTINFO.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="JOB_LFS_ADDITIVES.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="JOB_LFS_OPTINFO.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. <Compile Include="JOB_LFS_SAMPLING.cs">
  130. <SubType>Code</SubType>
  131. </Compile>
  132. <Compile Include="JOB_MATERIALCONFG.cs">
  133. <SubType>Code</SubType>
  134. </Compile>
  135. <Compile Include="JOB_RHS_ADDITIVES.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="JOB_RHS_OPTINFO.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="JOB_RHS_SAMPLING.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="JOB_SPECIALMATERIAL.cs">
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Compile Include="RES_MIS_TAPHOLE.cs">
  148. <SubType>Code</SubType>
  149. </Compile>
  150. <Compile Include="STL_COMMON_ADDITIVES.cs" />
  151. <Compile Include="STL_COMMON_SAMPLING.cs" />
  152. <Compile Include="JOB_CRAFTINFO.cs" />
  153. <Compile Include="Properties\AssemblyInfo.cs" />
  154. <Compile Include="RealDataCommand.cs" />
  155. <Compile Include="TPM_TrackObjectInfor.cs" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  159. <Visible>False</Visible>
  160. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  161. <Install>true</Install>
  162. </BootstrapperPackage>
  163. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  164. <Visible>False</Visible>
  165. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  166. <Install>false</Install>
  167. </BootstrapperPackage>
  168. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  169. <Visible>False</Visible>
  170. <ProductName>.NET Framework 3.5</ProductName>
  171. <Install>false</Install>
  172. </BootstrapperPackage>
  173. </ItemGroup>
  174. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  175. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  176. Other similar extension points exist, see Microsoft.Common.targets.
  177. <Target Name="BeforeBuild">
  178. </Target>
  179. <Target Name="AfterBuild">
  180. </Target>
  181. -->
  182. </Project>