DataAccess.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{D0492C0B-7B65-4D8F-8EA5-BC0570E19050}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dongke.IBOSS.PRD.Basics.DataAccess</RootNamespace>
  12. <AssemblyName>DataAccess</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>3.5</OldToolsVersion>
  28. <TargetFrameworkProfile />
  29. <PublishUrl>发布\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <IsWebBootstrapper>false</IsWebBootstrapper>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  46. <DebugSymbols>true</DebugSymbols>
  47. <DebugType>full</DebugType>
  48. <Optimize>false</Optimize>
  49. <OutputPath>bin\Debug\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x86\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  73. <OutputPath>bin\x86\Release\</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <Optimize>true</Optimize>
  76. <DebugType>pdbonly</DebugType>
  77. <PlatformTarget>x86</PlatformTarget>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  82. <DebugSymbols>true</DebugSymbols>
  83. <OutputPath>bin\x64\Debug\</OutputPath>
  84. <DefineConstants>DEBUG;TRACE</DefineConstants>
  85. <DebugType>full</DebugType>
  86. <PlatformTarget>x64</PlatformTarget>
  87. <ErrorReport>prompt</ErrorReport>
  88. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  91. <OutputPath>bin\x64\Release\</OutputPath>
  92. <DefineConstants>TRACE</DefineConstants>
  93. <Optimize>true</Optimize>
  94. <DebugType>pdbonly</DebugType>
  95. <PlatformTarget>x64</PlatformTarget>
  96. <ErrorReport>prompt</ErrorReport>
  97. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="Oracle.DataAccess, Version=10.2.0.100, Culture=neutral, PublicKeyToken=89b483f429c47342">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\..\IBOSS.PRD.Service\orcl_10_11_x32\Oracle.DataAccess.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System" />
  105. <Reference Include="System.Data" />
  106. <Reference Include="System.Windows.Forms" />
  107. <Reference Include="System.Xml" />
  108. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="ClsDataBaseType.cs" />
  112. <Compile Include="ClsDbFactory.cs" />
  113. <Compile Include="CommandInfo.cs" />
  114. <Compile Include="CommonManage.cs" />
  115. <Compile Include="DataManager.cs" />
  116. <Compile Include="IDBConnection.cs" />
  117. <Compile Include="IDBTransaction.cs" />
  118. <Compile Include="LogFileOperation.cs" />
  119. <Compile Include="MSSQLServerDBConnection.cs" />
  120. <Compile Include="MSSQLServerDBTransaction.cs" />
  121. <Compile Include="OracleDB.cs" />
  122. <Compile Include="OracleDBConnection.cs" />
  123. <Compile Include="OracleDBTransaction.cs" />
  124. <Compile Include="OracleHelper.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="SqlHelper.cs" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  130. <Visible>False</Visible>
  131. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  132. <Install>false</Install>
  133. </BootstrapperPackage>
  134. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 3.5 SP1</ProductName>
  137. <Install>true</Install>
  138. </BootstrapperPackage>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  142. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  143. <Name>WCF.DataModels</Name>
  144. </ProjectReference>
  145. <ProjectReference Include="..\BaseResources\BaseResources.csproj">
  146. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  147. <Name>BaseResources</Name>
  148. </ProjectReference>
  149. </ItemGroup>
  150. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  151. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  152. Other similar extension points exist, see Microsoft.Common.targets.
  153. <Target Name="BeforeBuild">
  154. </Target>
  155. <Target Name="AfterBuild">
  156. </Target>
  157. -->
  158. </Project>