PMModuleService.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{2FABF900-B503-4DA8-9F42-44EE73AAFCDB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.PMModuleService</RootNamespace>
  11. <AssemblyName>PMModuleService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <OutputPath>bin\x86\Debug\</OutputPath>
  43. <DefineConstants>DEBUG;TRACE</DefineConstants>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <OutputPath>bin\x86\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <Optimize>true</Optimize>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>x86</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  59. <DebugSymbols>true</DebugSymbols>
  60. <OutputPath>bin\x64\Debug\</OutputPath>
  61. <DefineConstants>DEBUG;TRACE</DefineConstants>
  62. <DebugType>full</DebugType>
  63. <PlatformTarget>x64</PlatformTarget>
  64. <ErrorReport>prompt</ErrorReport>
  65. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  68. <OutputPath>bin\x64\Release\</OutputPath>
  69. <DefineConstants>TRACE</DefineConstants>
  70. <Optimize>true</Optimize>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x64</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\..\DK.Basics\Library\Dll\Newtonsoft.Json.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\IBOSS.PRD.Service\orcl_10_11_x32\Oracle.DataAccess.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.XML" />
  90. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  93. </Reference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="PMModuleLogic.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  101. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  102. <Name>BaseResources</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  105. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  106. <Name>DataAccess</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  109. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  110. <Name>Library</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  113. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  114. <Name>WCF.DataModels</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\CMNModuleService\CMNModuleService.csproj">
  117. <Project>{86518b86-66a1-45d3-86cc-f6d6cf0efa35}</Project>
  118. <Name>CMNModuleService</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\CommonModuleLogic\CommonModuleLogic.csproj">
  121. <Project>{f675544b-7bec-4fcf-b01a-fc322c6311fc}</Project>
  122. <Name>CommonModuleLogic</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  125. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  126. <Name>Service.DataModels</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  130. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  131. Other similar extension points exist, see Microsoft.Common.targets.
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. </Target>
  136. -->
  137. </Project>