PDAModuleLogic.csproj 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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>{75A1A28D-7076-4DC7-A1D4-703B884ECDEB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.PDAModuleLogic</RootNamespace>
  11. <AssemblyName>PDAModuleLogic</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. <Compile Include="PDAModuleLogic.cs" />
  83. <Compile Include="PDAModuleLogicSemi.cs" />
  84. <Compile Include="PDAModuleLogicWorkShop3.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System" />
  97. <Reference Include="System.configuration" />
  98. <Reference Include="System.Data" />
  99. <Reference Include="System.Drawing" />
  100. <Reference Include="System.Runtime.Serialization" />
  101. <Reference Include="System.XML" />
  102. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  106. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  107. <Name>BaseResources</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  110. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  111. <Name>DataAccess</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  114. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  115. <Name>Library</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  118. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  119. <Name>WCF.DataModels</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\CommonModuleLogic\CommonModuleLogic.csproj">
  122. <Project>{f675544b-7bec-4fcf-b01a-fc322c6311fc}</Project>
  123. <Name>CommonModuleLogic</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\DKIBOSSPRDLogic\DKIBOSSPRDLogic.csproj">
  126. <Project>{5d0fe449-2391-4b60-ace9-b0435cb18f23}</Project>
  127. <Name>DKIBOSSPRDLogic</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  130. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  131. <Name>Service.DataModels</Name>
  132. </ProjectReference>
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>