NX_WcsDal.csproj 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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>{AE096536-49EE-4614-8E97-08FB2D8829AC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NX_WcsDal</RootNamespace>
  11. <AssemblyName>NX_WcsDal</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_Dal.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="WcsBusiness\Crn_Dal.cs" />
  48. <Compile Include="WcsBusiness\Tran_Dal.cs" />
  49. <Compile Include="WcsDispatch\TaskRequest_Dal.cs" />
  50. <Compile Include="WcsDispatch\TaskResponse_Dal.cs" />
  51. </ItemGroup>
  52. <ItemGroup />
  53. <ItemGroup>
  54. <ProjectReference Include="..\NX_CommonClassLibrary\NX_CommonClassLibrary.csproj">
  55. <Project>{8dfe2715-5798-426f-80c5-a8df98fb1620}</Project>
  56. <Name>NX_CommonClassLibrary</Name>
  57. </ProjectReference>
  58. <ProjectReference Include="..\NX_DbClassLibrary\NX_DbClassLibrary.csproj">
  59. <Project>{3d241429-4f9d-4c98-8a70-bee71b8ac96d}</Project>
  60. <Name>NX_DbClassLibrary</Name>
  61. </ProjectReference>
  62. <ProjectReference Include="..\NX_JsonClassLibrary\NX_JsonClassLibrary.csproj">
  63. <Project>{49cad574-4881-4e95-b13c-138db5aecb91}</Project>
  64. <Name>NX_JsonClassLibrary</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\NX_LogClassLibrary\NX_LogClassLibrary.csproj">
  67. <Project>{7d542d4d-1576-4d33-acc6-7558e8661cbe}</Project>
  68. <Name>NX_LogClassLibrary</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\NX_ModelClassLibrary\NX_ModelClassLibrary.csproj">
  71. <Project>{213fffd3-75a5-401e-9e35-45ba5c706177}</Project>
  72. <Name>NX_ModelClassLibrary</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  76. </Project>