Core.LgMes.Client.Comm.csproj.svn-base 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  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>{904D7719-5A0B-42A2-AF19-95291B00757A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.LgMes.Client.Comm</RootNamespace>
  12. <AssemblyName>Core.LgMes.Client.Comm</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\output\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="AxInterop.SHDocVw, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
  38. <Reference Include="Core.LgMes.Client.lgBll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  39. <Reference Include="Core.LgMes.Client.lgClassModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  40. <Reference Include="Core.Mes.Client.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  41. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  42. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  43. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  44. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  45. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  46. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  47. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\output\Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  52. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  53. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  54. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  55. <Reference Include="Interop.Excel, Version=1.3.0.0, Culture=neutral" />
  56. <Reference Include="Interop.SHDocVw, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" />
  57. <Reference Include="Microsoft.Office.Interop.Word, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
  58. <Reference Include="System" />
  59. <Reference Include="System.Core">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq">
  63. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  64. </Reference>
  65. <Reference Include="System.Data.DataSetExtensions">
  66. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  67. </Reference>
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <EmbeddedResource Include="Properties\licenses.licx" />
  77. <EmbeddedResource Include="Properties\Resources.resx">
  78. <Generator>ResXFileCodeGenerator</Generator>
  79. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  80. <SubType>Designer</SubType>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="公共弹出窗体\frmInputDecimal.resx">
  83. <DependentUpon>frmInputDecimal.cs</DependentUpon>
  84. <SubType>Designer</SubType>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="公共弹出窗体\frmLgEleDetail.resx">
  87. <DependentUpon>frmLgEleDetail.cs</DependentUpon>
  88. <SubType>Designer</SubType>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="公共弹出窗体\frmSetMaterialName.resx">
  91. <DependentUpon>frmSetMaterialName.cs</DependentUpon>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. <EmbeddedResource Include="公共弹出窗体\frmSetTime.resx">
  95. <DependentUpon>frmSetTime.cs</DependentUpon>
  96. <SubType>Designer</SubType>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="公共弹出窗体\frmSlabDetail.resx">
  99. <DependentUpon>frmSlabDetail.cs</DependentUpon>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="公共自定义控件\ucChemelEment.resx">
  103. <DependentUpon>ucChemelEment.cs</DependentUpon>
  104. <SubType>Designer</SubType>
  105. </EmbeddedResource>
  106. <EmbeddedResource Include="炼钢公共类\frmMaterialQuality.resx">
  107. <DependentUpon>frmMaterialQuality.cs</DependentUpon>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="炼钢公共类\frmMicLineQuery.resx">
  111. <DependentUpon>frmMicLineQuery.cs</DependentUpon>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="炼钢公共类\frmProcessAbnormity.resx">
  115. <DependentUpon>frmProcessAbnormity.cs</DependentUpon>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <Compile Include="Properties\Resources.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DependentUpon>Resources.resx</DependentUpon>
  121. </Compile>
  122. <None Include="Properties\Settings.settings">
  123. <Generator>SettingsSingleFileGenerator</Generator>
  124. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  125. </None>
  126. <Compile Include="Properties\Settings.Designer.cs">
  127. <AutoGen>True</AutoGen>
  128. <DependentUpon>Settings.settings</DependentUpon>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. </Compile>
  131. <Compile Include="公共弹出窗体\frmInputDecimal.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="公共弹出窗体\frmInputDecimal.Designer.cs">
  135. <DependentUpon>frmInputDecimal.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="公共弹出窗体\frmLgEleDetail.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="公共弹出窗体\frmSetMaterialName.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="公共弹出窗体\frmSetMaterialName.Designer.cs">
  144. <DependentUpon>frmSetMaterialName.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="公共弹出窗体\frmSetTime.cs">
  147. <SubType>Form</SubType>
  148. </Compile>
  149. <Compile Include="公共弹出窗体\frmSetTime.Designer.cs">
  150. <DependentUpon>frmSetTime.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="公共弹出窗体\frmSlabDetail.cs">
  153. <SubType>Form</SubType>
  154. </Compile>
  155. <Compile Include="公共弹出窗体\frmSlabDetail.Designer.cs">
  156. <DependentUpon>frmSlabDetail.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="公共自定义控件\ucChemelEment.cs">
  159. <SubType>UserControl</SubType>
  160. </Compile>
  161. <Compile Include="公共自定义控件\ucChemelEment.Designer.cs">
  162. <DependentUpon>ucChemelEment.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="炼钢公共类\ClassManualUpdateInfo.cs" />
  165. <Compile Include="炼钢公共类\CommandClass.cs" />
  166. <Compile Include="炼钢公共类\CStaticMethod.cs" />
  167. <Compile Include="炼钢公共类\frmMaterialQuality.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="炼钢公共类\frmMaterialQuality.Designer.cs">
  171. <DependentUpon>frmMaterialQuality.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="炼钢公共类\frmMicLineQuery.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="炼钢公共类\frmMicLineQuery.Designer.cs">
  177. <DependentUpon>frmMicLineQuery.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="炼钢公共类\frmProcessAbnormity.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="炼钢公共类\frmProcessAbnormity.Designer.cs">
  183. <DependentUpon>frmProcessAbnormity.cs</DependentUpon>
  184. </Compile>
  185. </ItemGroup>
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  188. Other similar extension points exist, see Microsoft.Common.targets.
  189. <Target Name="BeforeBuild">
  190. </Target>
  191. <Target Name="AfterBuild">
  192. </Target>
  193. -->
  194. </Project>