Core.LgMes.Client.lgServiceMgt.csproj.svn-base 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>{E3A16DD1-7A69-408F-8646-AC19D38A8AF8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.LgMes.Client.lgServiceMgt</RootNamespace>
  12. <AssemblyName>Core.LgMes.Client.lgServiceMgt</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Core.LgMes.Client.lgDbMgt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  35. <Reference Include="CoreApp.CommonType, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\output\CoreApp.CommonType.dll</HintPath>
  38. </Reference>
  39. <Reference Include="CoreApp.Design.CommonCtl, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\output\CoreApp.Design.CommonCtl.dll</HintPath>
  42. </Reference>
  43. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\output\CoreFS.CA06.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  48. <Reference Include="Infragistics3.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  49. <Reference Include="System" />
  50. <Reference Include="System.Core">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data.DataSetExtensions">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="BaseService\LgBaseService.cs" />
  64. <Compile Include="LgChemeLementService\LgChemeLementService.cs" />
  65. <Compile Include="LgReportService\LgBofReportService.cs" />
  66. <Compile Include="LgResService\LgCasReportService.cs" />
  67. <Compile Include="LgReportService\LgVdsReportService.cs" />
  68. <Compile Include="LgReportService\LgLfsReportService.cs" />
  69. <Compile Include="LgReportService\LgCcmReportService.cs" />
  70. <Compile Include="LgResService\LgStlBofOptionService.cs" />
  71. <Compile Include="LgResService\LgStlCcmBilletWgtSamplingService.cs" />
  72. <Compile Include="LgResService\LgStlCcmF1samplingService.cs" />
  73. <Compile Include="LgResService\LgStlHmpOptinfoService.cs" />
  74. <Compile Include="LgResService\LgStlLfsOptinfoDAL.cs" />
  75. <Compile Include="LgResService\LgStlMisImportironService.cs" />
  76. <Compile Include="LgResService\LgStlRhsOptinfoDAL.cs" />
  77. <Compile Include="LgResService\LgStlVdsOptinfoDAL.cs" />
  78. <Compile Include="LgScmOpeateRule\ScmOeateRule.cs" />
  79. <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionBof.cs" />
  80. <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionCcm.cs" />
  81. <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionVds.cs" />
  82. <Compile Include="LgSqlCollection\LgRes\LgBofSql\LgBofResSql01.cs" />
  83. <Compile Include="LgSqlCollection\LgRes\LgCasSql\LgCasResSql.cs" />
  84. <Compile Include="LgSqlCollection\LgRes\LgCcmResSql\LgCcmResSql01.cs" />
  85. <Compile Include="LgSqlCollection\LgRes\LgHmpSql\LgHmpSql001.cs" />
  86. <Compile Include="LgSqlCollection\LgRes\LgMisSql\LgMisSql001.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="RtdDal\CcmDAL\CcmAllDAL.cs" />
  89. <Compile Include="SqMesService\Tbb01FacIngrService.cs" />
  90. <Compile Include="SqMesService\Tbb01SeqIngrService.cs" />
  91. <Compile Include="SqMesService\Tbg02ChargeCommService.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\Core.Mes.Client.Common\Core.Mes.Client.Common.csproj">
  95. <Project>{E95693C9-5C56-459E-9CE6-7B84F5A7A4B7}</Project>
  96. <Name>Core.Mes.Client.Common</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Folder Include="RtdDal\BofDAL\" />
  101. <Folder Include="RtdDal\CasDAL\" />
  102. <Folder Include="RtdDal\HmpDAL\" />
  103. <Folder Include="RtdDal\RhsDAL\" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>