<?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>{16253B44-E0EA-4A63-9789-699F963E16ED}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>siemensSapService</RootNamespace>
|
<AssemblyName>siemensSapService</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="EntityFramework">
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer">
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net">
|
<HintPath>DLL\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="logtxt">
|
<HintPath>..\..\siemenswmssditcode\wmsService\packages\logtxt.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Configuration.Install" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Management" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.Security" />
|
<Reference Include="System.ServiceModel" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.ServiceProcess" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="aspEntity\Material.cs" />
|
<Compile Include="aspEntity\ProductStock.cs" />
|
<Compile Include="aspEntity\SaleOrder.cs" />
|
<Compile Include="aspEntity\SaleOrderList.cs" />
|
<Compile Include="aspEntity\writeTxt.cs" />
|
<Compile Include="orm\Base_Equipment.cs" />
|
<Compile Include="orm\Base_Plate.cs" />
|
<Compile Include="orm\Base_Position.cs" />
|
<Compile Include="orm\Base_ProductInfo.cs" />
|
<Compile Include="orm\Base_ProductPosition.cs" />
|
<Compile Include="orm\ContainerIsFullOrEmpty.cs" />
|
<Compile Include="orm\containerType11.cs" />
|
<Compile Include="orm\dbModel.cs" />
|
<Compile Include="orm\Purchase_Order.cs" />
|
<Compile Include="orm\Purchase_OrderList.cs" />
|
<Compile Include="orm\Purchase_Shelve.cs" />
|
<Compile Include="orm\Purchase_ShelveList.cs" />
|
<Compile Include="orm\Sale_Order.cs" />
|
<Compile Include="orm\Sale_OrderList.cs" />
|
<Compile Include="orm\sortingList.cs" />
|
<Compile Include="orm\Sys_User.cs" />
|
<Compile Include="orm\TakeStock.cs" />
|
<Compile Include="orm\Task_Queue.cs" />
|
<Compile Include="orm\vvBase_ProductPosition.cs" />
|
<Compile Include="ProjectInstaller.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="ProjectInstaller.Designer.cs">
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Service1.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="Service1.Designer.cs">
|
<DependentUpon>Service1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Utils\Log4Net\C_LogWriter.cs" />
|
<Compile Include="Utils\Log4Net\Log4netHelper.cs" />
|
<Compile Include="Utils\Log4Net\LogType.cs" />
|
<Compile Include="wcf\IsapWcf.cs" />
|
<Compile Include="wcf\sapWcf.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<Content Include="log4net_iWare.config">
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
</Content>
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<WCFMetadata Include="Service References\" />
|
</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>
|