You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
227 lines
9.3 KiB
227 lines
9.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.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.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="IBatisNet.Common">
|
|
<HintPath>..\..\Lib\IBatisNet.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="IBatisNet.DataMapper">
|
|
<HintPath>..\..\Lib\IBatisNet.DataMapper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\..\Lib\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Lib\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<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="Apply\ApplyBase.cs" />
|
|
<Compile Include="Apply\ApplyOut.cs" />
|
|
<Compile Include="Apply\ApplyRollBack.cs" />
|
|
<Compile Include="Apply\ApplyMoveDown.cs" />
|
|
<Compile Include="Apply\ApplyMoveUp.cs" />
|
|
<Compile Include="Manage\ManageCancel.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Service References\ServiceReference1\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="S_ERPService.cs" />
|
|
<Compile Include="Goods\GoodsBase.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\StockIn.cs" />
|
|
<Compile Include="Manage\ManageDownOut.cs" />
|
|
<Compile Include="Manage\StockOut.cs" />
|
|
<Compile Include="Manage\ManageMerge.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="Control\ControlBase.cs" />
|
|
<Compile Include="LED\LedBase.cs" />
|
|
<Compile Include="System\SystemBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Flow\FlowBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Cell\CellBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="S_ManageService.cs" />
|
|
<Compile Include="Template\TemplateBase.cs" />
|
|
<Compile Include="S_PDAService.cs" />
|
|
<Compile Include="Web References\localhost1\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Common\SiaSun.LMS.Common\SiaSun.LMS.Common.csproj">
|
|
<Project>{FD10F3E5-A233-4F52-B4EE-33189D84DBEF}</Project>
|
|
<Name>SiaSun.LMS.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Common\SiaSun.LMS.Model\SiaSun.LMS.Model.csproj">
|
|
<Project>{67D2BF1B-CF66-4657-91B3-8EEDFC46BD40}</Project>
|
|
<Name>SiaSun.LMS.Model</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.Persistence\SiaSun.LMS.Persistence.csproj">
|
|
<Project>{B820FA47-3514-49DB-8D33-96367A80234E}</Project>
|
|
<Name>SiaSun.LMS.Persistence</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferences Include="Web References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\ServiceReference1\ERPService.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\ServiceReference1\ERPService1.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\ServiceReference1\S_ERPService.wsdl" />
|
|
<None Include="Web References\localhost1\ObjectT.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA0.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA1.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA2.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA3.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA4.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\PDA5.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Web References\localhost1\Reference.map">
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Web References\localhost1\SYS_USER.datasource">
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
</None>
|
|
<None Include="Web References\localhost1\S_PDAService.wsdl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WebReferenceUrl Include="http://localhost:8888/srv/PDA.svc%3fwsdl">
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
<RelPath>Web References\localhost1\</RelPath>
|
|
<UpdateFromURL>http://localhost:8888/srv/PDA.svc%3fwsdl</UpdateFromURL>
|
|
<ServiceLocationURL>
|
|
</ServiceLocationURL>
|
|
<CachedDynamicPropName>
|
|
</CachedDynamicPropName>
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
<CachedSettingsPropName>SiaSun_LMS_Implement_localhost1_S_PDAService</CachedSettingsPropName>
|
|
</WebReferenceUrl>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadataStorage Include="Service References\ServiceReference1\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\ServiceReference1\configuration91.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\ServiceReference1\configuration.svcinfo" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Service References\ServiceReference1\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
</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>
|