PMModuleLogic.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{0492B0D6-2908-4AFF-BE1E-0E4F7B07622D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.PMModuleLogic</RootNamespace>
  11. <AssemblyName>PMModuleLogic</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. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <StartupObject />
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x86\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <OutputPath>bin\x86\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <Optimize>true</Optimize>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x64</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  73. <OutputPath>bin\x64\Release\</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <Optimize>true</Optimize>
  76. <DebugType>pdbonly</DebugType>
  77. <PlatformTarget>x64</PlatformTarget>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Reference Include="Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\..\IBOSS.PRD.Service\orcl_10_11_x32\Oracle.DataAccess.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Deployment" />
  93. <Reference Include="System.Drawing" />
  94. <Reference Include="System.Windows.Forms" />
  95. <Reference Include="System.Xml" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="PMModuleLogic.cs" />
  99. <Compile Include="PMModuleLogicDAL.cs" />
  100. <Compile Include="PMModuleLogicDALPartial.cs" />
  101. <Compile Include="PMModuleLogicNew.cs" />
  102. <Compile Include="PMModuleLogicPartial.cs" />
  103. <Compile Include="Properties\AssemblyInfo.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  107. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  108. <Name>BaseResources</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  111. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  112. <Name>DataAccess</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  115. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  116. <Name>Library</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  119. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  120. <Name>WCF.DataModels</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\CommonModuleLogic\CommonModuleLogic.csproj">
  123. <Project>{f675544b-7bec-4fcf-b01a-fc322c6311fc}</Project>
  124. <Name>CommonModuleLogic</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  127. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  128. <Name>Service.DataModels</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  133. Other similar extension points exist, see Microsoft.Common.targets.
  134. <Target Name="BeforeBuild">
  135. </Target>
  136. <Target Name="AfterBuild">
  137. </Target>
  138. -->
  139. </Project>