123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{B26FB64B-EFC8-4048-941E-90B500C54FF4}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>FMS.Entity</RootNamespace>
- <AssemblyName>FMS.Entity</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</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="ECI.Speed.Core, Version=1.0.0.1040, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\ShareLib\开发平台\ECI.Speed.Core.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Entity\BD_BASE_DATA.cs" />
- <Compile Include="Entity\BD_BASE_DATA_DETAIL.cs" />
- <Compile Include="Entity\BD_EXCHANGE.cs" />
- <Compile Include="Entity\BD_EXTEND_DATA.cs" />
- <Compile Include="Entity\BD_EXTEND_TYPE.cs" />
- <Compile Include="Entity\BD_HY_CM.cs" />
- <Compile Include="Entity\BD_HY_CS.cs" />
- <Compile Include="Entity\BD_HY_DCCK.cs" />
- <Compile Include="Entity\BD_HY_HG.cs" />
- <Compile Include="Entity\BD_KY_CKHZ.cs" />
- <Compile Include="Entity\BD_KY_CKHZ_JHR.cs" />
- <Compile Include="Entity\BD_KY_FJF.cs" />
- <Compile Include="Entity\BD_KY_GBJ.cs" />
- <Compile Include="Entity\BD_KY_HB.cs" />
- <Compile Include="Entity\BD_KY_HB_HC.cs" />
- <Compile Include="Entity\BD_KY_HKGS.cs" />
- <Compile Include="Entity\BD_KY_JCXX.cs" />
- <Compile Include="Entity\BD_KY_JX.cs" />
- <Compile Include="Entity\BD_MOUDLE_BODY.cs" />
- <Compile Include="Entity\BD_MOUDLE_HEAD.cs" />
- <Compile Include="Entity\BD_SERVICE.cs" />
- <Compile Include="Entity\BD_SERVICE_KM.cs" />
- <Compile Include="Entity\BD_SERVICE_TYPE.cs" />
- <Compile Include="Entity\BD_KY_ZDGL.cs" />
- <Compile Include="Entity\CRM_CUSTOMER.cs" />
- <Compile Include="Entity\CRM_CUSTOMER_ADDRESS.cs" />
- <Compile Include="Entity\CRM_CUSTOMER_BIZ.cs" />
- <Compile Include="Entity\CRM_CUSTOMER_HT.cs" />
- <Compile Include="Entity\CRM_CUSTOMER_KPXX.cs" />
- <Compile Include="Entity\CRM_CUSTOMER_LINK.cs" />
- <Compile Include="Entity\CRM_SFHR.cs" />
- <Compile Include="Operation\BusinessOperation.cs" />
- <Compile Include="Operation\OperManager.cs" />
- <Compile Include="Param\WMSParam.cs" />
- <Compile Include="Param\WMSParamList.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="State\DemoStatus.cs" />
- <Compile Include="State\States.cs" />
- </ItemGroup>
- <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>
|