CommonModuleLogic.csproj 6.2 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>{F675544B-7BEC-4FCF-B01A-FC322C6311FC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.CommonModuleLogic</RootNamespace>
  11. <AssemblyName>CommonModuleLogic</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="EPPlus">
  80. <HintPath>..\..\DK.Basics\BaseControls\DLL\EPPlus.dll</HintPath>
  81. </Reference>
  82. <Reference Include="NPOI">
  83. <HintPath>..\..\DK.Basics\BaseControls\DLL\NPOI.dll</HintPath>
  84. </Reference>
  85. <Reference Include="NPOI.OOXML">
  86. <HintPath>..\..\DK.Basics\BaseControls\DLL\NPOI.OOXML.dll</HintPath>
  87. </Reference>
  88. <Reference Include="NPOI.OpenXml4Net">
  89. <HintPath>..\..\DK.Basics\BaseControls\DLL\NPOI.OpenXml4Net.dll</HintPath>
  90. </Reference>
  91. <Reference Include="NPOI.OpenXmlFormats">
  92. <HintPath>..\..\DK.Basics\BaseControls\DLL\NPOI.OpenXmlFormats.dll</HintPath>
  93. </Reference>
  94. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  95. <SpecificVersion>False</SpecificVersion>
  96. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System" />
  99. <Reference Include="System.Core" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="System.Drawing" />
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="Microsoft.CSharp" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Xml" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="CommonModuleLogic.cs" />
  109. <Compile Include="ExportExcel_EPPlus.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  114. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  115. <Name>BaseResources</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  118. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  119. <Name>DataAccess</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  122. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  123. <Name>Library</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  126. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  127. <Name>WCF.DataModels</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>