1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{E54F7ADB-96CE-415E-BC22-D291549834EC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NX_WcsBiz</RootNamespace>
- <AssemblyName>NX_WcsBiz</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <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>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </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="System" />
- <Reference Include="System.Core" />
- <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="CommonBusiness\BasCommon_Biz.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WcsBusiness\Agv_Biz.cs" />
- <Compile Include="WcsBusiness\Crn_Biz.cs" />
- <Compile Include="WcsBusiness\Tran_Biz.cs" />
- <Compile Include="WcsDispatch\TaskRequest_Disp.cs" />
- <Compile Include="WcsDispatch\TaskResponse_Disp.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NX_CommonClassLibrary\NX_CommonClassLibrary.csproj">
- <Project>{8dfe2715-5798-426f-80c5-a8df98fb1620}</Project>
- <Name>NX_CommonClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\NX_JsonClassLibrary\NX_JsonClassLibrary.csproj">
- <Project>{49cad574-4881-4e95-b13c-138db5aecb91}</Project>
- <Name>NX_JsonClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\NX_LogClassLibrary\NX_LogClassLibrary.csproj">
- <Project>{7d542d4d-1576-4d33-acc6-7558e8661cbe}</Project>
- <Name>NX_LogClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\NX_ModelClassLibrary\NX_ModelClassLibrary.csproj">
- <Project>{213fffd3-75a5-401e-9e35-45ba5c706177}</Project>
- <Name>NX_ModelClassLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\NX_OpcUaClientLibrary\NX_OpcUaClientLibrary.csproj">
- <Project>{34ba0c73-c4c6-4e81-9db9-d2f862d999d1}</Project>
- <Name>NX_OpcUaClientLibrary</Name>
- </ProjectReference>
- <ProjectReference Include="..\NX_WcsDal\NX_WcsDal.csproj">
- <Project>{ae096536-49ee-4614-8e97-08fb2d8829ac}</Project>
- <Name>NX_WcsDal</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|