<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{10C5DA09-0D1E-4AE2-80C4-FB7B916FA850}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SiaSun.LMS.Implement</RootNamespace> <AssemblyName>SiaSun.LMS.Implement</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </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="IBatisNet.Common"> <HintPath>..\SiaSun.LMS.Lib\IBatisNet.Common.dll</HintPath> </Reference> <Reference Include="IBatisNet.DataMapper"> <HintPath>..\SiaSun.LMS.Lib\IBatisNet.DataMapper.dll</HintPath> </Reference> <Reference Include="log4net"> <HintPath>..\SiaSun.LMS.Lib\log4net.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Runtime.Serialization" /> <Reference Include="System.ServiceModel" /> <Reference Include="System.Web.Services" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Control\ControlBase.cs" /> <Compile Include="Goods\S_GoodsService.cs" /> <Compile Include="Manage\ManageBase.cs" /> <Compile Include="Manage\ManageDown.cs" /> <Compile Include="Manage\ManageIn.cs" /> <Compile Include="Manage\ManageMove.cs" /> <Compile Include="Manage\ManageOut.cs" /> <Compile Include="Manage\ManageUp.cs" /> <Compile Include="Manage\ManageProductOut.cs" /> <Compile Include="Manage\StockIn.cs" /> <Compile Include="Plan\PlanBase.cs" /> <Compile Include="Plan\PlanImport.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Storage\StorageBase.cs" /> <Compile Include="S_BaseService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_ClientAccessPolicy.cs" /> <Compile Include="S_LEDService.cs" /> <Compile Include="S_StorageService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_ManageService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_PlanService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_SystemService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_FlowService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="S_CellService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="Template\TemplateBase.cs" /> <Compile Include="S_PDAService.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\SiaSun.LMS.Common\SiaSun.LMS.Common.csproj"> <Project>{FD10F3E5-A233-4F52-B4EE-33189D84DBEF}</Project> <Name>SiaSun.LMS.Common</Name> </ProjectReference> <ProjectReference Include="..\SiaSun.LMS.Interface\SiaSun.LMS.Interface.csproj"> <Project>{612D8C56-ECEC-48B9-87F9-AF80BF81E070}</Project> <Name>SiaSun.LMS.Interface</Name> </ProjectReference> <ProjectReference Include="..\SiaSun.LMS.Model\SiaSun.LMS.Model.csproj"> <Project>{67D2BF1B-CF66-4657-91B3-8EEDFC46BD40}</Project> <Name>SiaSun.LMS.Model</Name> </ProjectReference> <ProjectReference Include="..\SiaSun.LMS.Persistence\SiaSun.LMS.Persistence.csproj"> <Project>{B820FA47-3514-49DB-8D33-96367A80234E}</Project> <Name>SiaSun.LMS.Persistence</Name> </ProjectReference> </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>