HRModuleLogic.csproj 6.0 KB

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