NX_WcsBiz.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E54F7ADB-96CE-415E-BC22-D291549834EC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NX_WcsBiz</RootNamespace>
  11. <AssemblyName>NX_WcsBiz</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="CommonBusiness\BasCommon_Biz.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="WcsBusiness\Agv_Biz.cs" />
  48. <Compile Include="WcsBusiness\Crn_Biz.cs" />
  49. <Compile Include="WcsBusiness\Tran_Biz.cs" />
  50. <Compile Include="WcsDispatch\TaskRequest_Disp.cs" />
  51. <Compile Include="WcsDispatch\TaskResponse_Disp.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <None Include="app.config" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\NX_CommonClassLibrary\NX_CommonClassLibrary.csproj">
  58. <Project>{8dfe2715-5798-426f-80c5-a8df98fb1620}</Project>
  59. <Name>NX_CommonClassLibrary</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\NX_JsonClassLibrary\NX_JsonClassLibrary.csproj">
  62. <Project>{49cad574-4881-4e95-b13c-138db5aecb91}</Project>
  63. <Name>NX_JsonClassLibrary</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\NX_LogClassLibrary\NX_LogClassLibrary.csproj">
  66. <Project>{7d542d4d-1576-4d33-acc6-7558e8661cbe}</Project>
  67. <Name>NX_LogClassLibrary</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\NX_ModelClassLibrary\NX_ModelClassLibrary.csproj">
  70. <Project>{213fffd3-75a5-401e-9e35-45ba5c706177}</Project>
  71. <Name>NX_ModelClassLibrary</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\NX_OpcUaClientLibrary\NX_OpcUaClientLibrary.csproj">
  74. <Project>{34ba0c73-c4c6-4e81-9db9-d2f862d999d1}</Project>
  75. <Name>NX_OpcUaClientLibrary</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\NX_WcsDal\NX_WcsDal.csproj">
  78. <Project>{ae096536-49ee-4614-8e97-08fb2d8829ac}</Project>
  79. <Name>NX_WcsDal</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>