PPModuleService.csproj 3.6 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>{812E21A4-4925-4129-AF25-FD15B1BDA1AA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.PPModuleService</RootNamespace>
  11. <AssemblyName>PPModuleService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Curtain.DataAccess">
  43. <HintPath>..\..\DLL\Curtain.DataAccess.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Oracle.DataAccess">
  46. <HintPath>..\..\..\..\..\..\oracle\product\18.0.0\client_1\odp.net\bin\4\Oracle.DataAccess.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="PPModuleLogic.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  62. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  63. <Name>BaseResources</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  66. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  67. <Name>DataAccess</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  70. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  71. <Name>WCF.DataModels</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\CMNModuleService\CMNModuleService.csproj">
  74. <Project>{86518b86-66a1-45d3-86cc-f6d6cf0efa35}</Project>
  75. <Name>CMNModuleService</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  78. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  79. <Name>Service.DataModels</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>