| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{E3A16DD1-7A69-408F-8646-AC19D38A8AF8}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Core.LgMes.Client.lgServiceMgt</RootNamespace>
- <AssemblyName>Core.LgMes.Client.lgServiceMgt</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\output\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Core.LgMes.Client.lgDbMgt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="CoreApp.CommonType, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\CoreApp.CommonType.dll</HintPath>
- </Reference>
- <Reference Include="CoreApp.Design.CommonCtl, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\CoreApp.Design.CommonCtl.dll</HintPath>
- </Reference>
- <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\CoreFS.CA06.dll</HintPath>
- </Reference>
- <Reference Include="Infragistics.Shared.v5.2, Version=5.2.20052.27, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics3.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BaseService\LgBaseService.cs" />
- <Compile Include="LgChemeLementService\LgChemeLementService.cs" />
- <Compile Include="LgReportService\LgBofReportService.cs" />
- <Compile Include="LgResService\LgCasReportService.cs" />
- <Compile Include="LgReportService\LgVdsReportService.cs" />
- <Compile Include="LgReportService\LgLfsReportService.cs" />
- <Compile Include="LgReportService\LgCcmReportService.cs" />
- <Compile Include="LgResService\LgStlBofOptionService.cs" />
- <Compile Include="LgResService\LgStlCcmBilletWgtSamplingService.cs" />
- <Compile Include="LgResService\LgStlCcmF1samplingService.cs" />
- <Compile Include="LgResService\LgStlHmpOptinfoService.cs" />
- <Compile Include="LgResService\LgStlLfsOptinfoDAL.cs" />
- <Compile Include="LgResService\LgStlMisImportironService.cs" />
- <Compile Include="LgResService\LgStlRhsOptinfoDAL.cs" />
- <Compile Include="LgResService\LgStlVdsOptinfoDAL.cs" />
- <Compile Include="LgScmOpeateRule\ScmOeateRule.cs" />
- <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionBof.cs" />
- <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionCcm.cs" />
- <Compile Include="LgSqlCollection\LgReportSql\SqlCollectionVds.cs" />
- <Compile Include="LgSqlCollection\LgRes\LgBofSql\LgBofResSql01.cs" />
- <Compile Include="LgSqlCollection\LgRes\LgCasSql\LgCasResSql.cs" />
- <Compile Include="LgSqlCollection\LgRes\LgCcmResSql\LgCcmResSql01.cs" />
- <Compile Include="LgSqlCollection\LgRes\LgHmpSql\LgHmpSql001.cs" />
- <Compile Include="LgSqlCollection\LgRes\LgMisSql\LgMisSql001.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="RtdDal\CcmDAL\CcmAllDAL.cs" />
- <Compile Include="SqMesService\Tbb01FacIngrService.cs" />
- <Compile Include="SqMesService\Tbb01SeqIngrService.cs" />
- <Compile Include="SqMesService\Tbg02ChargeCommService.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Core.Mes.Client.Common\Core.Mes.Client.Common.csproj">
- <Project>{E95693C9-5C56-459E-9CE6-7B84F5A7A4B7}</Project>
- <Name>Core.Mes.Client.Common</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="RtdDal\BofDAL\" />
- <Folder Include="RtdDal\CasDAL\" />
- <Folder Include="RtdDal\HmpDAL\" />
- <Folder Include="RtdDal\RhsDAL\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|