| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?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>{66A607E6-4C27-4C64-8FAE-4718A5C90D3A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Core.LgMes.Client.lgBll</RootNamespace>
- <AssemblyName>Core.LgMes.Client.lgBll</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.lgClassModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="Core.LgMes.Client.LgResMgt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Core.LgMes.Client.LgResMgt\obj\Debug\Core.LgMes.Client.LgResMgt.dll</HintPath>
- </Reference>
- <Reference Include="Core.LgMes.Client.lgServiceMgt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="Core.Mes.Client.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\Core.Mes.Client.Common.dll</HintPath>
- </Reference>
- <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="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="LgChemeLementMgt\LgChemeLementMgt.cs" />
- <Compile Include="lgPlanMgt\CommonLgPlanMgt.cs" />
- <Compile Include="lgReport\LgBofReportCollection.cs" />
- <Compile Include="lgReport\LgCcmReportCollection.cs" />
- <Compile Include="lgReport\LgLfsReportCollection.cs" />
- <Compile Include="lgReport\LgVdsReportCollection.cs" />
- <Compile Include="lgResMgt\CommonAtomForLgResMgt.cs" />
- <Compile Include="lgResMgt\CommonAtomStlCcmMgt.cs" />
- <Compile Include="lgResMgt\CommonAtomStlHmpMgt.cs" />
- <Compile Include="lgResMgt\CommonAtomStlMisImpOrtironmMgt.cs" />
- <Compile Include="lgResMgt\CommonAtomStlRhsMgt.cs" />
- <Compile Include="lgResMgt\LgStlBofOptInfo.cs" />
- <Compile Include="lgResMgt\LgStlCasOptinfo.cs" />
- <Compile Include="lgResMgt\LgStlCcmBilletWgtSamplingMgt.cs" />
- <Compile Include="lgResMgt\LgstlCcmMgt.cs" />
- <Compile Include="lgResMgt\LgStlHmpOptinfoMgt.cs" />
- <Compile Include="lgResMgt\LgStlMisImportironMgt.cs" />
- <Compile Include="lgResMgt\LgStlLfsMgt.cs" />
- <Compile Include="lgResMgt\LgStlRhsMgt.cs" />
- <Compile Include="lgResMgt\LgStlVdsMgt.cs" />
- <Compile Include="LgRtdMgt\Ccm\LgCcmAllRtdMgt.cs" />
- <Compile Include="LgScmOpeateRuleMgt\LgScmOpeateRuleMgt.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </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>
|