Ant.Data.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  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>{FA570D63-2AEF-4958-B259-13DECD9080DB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Ant.Data</RootNamespace>
  12. <AssemblyName>Ant.Data</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <SccAuxPath>
  23. </SccAuxPath>
  24. <SccProvider>
  25. </SccProvider>
  26. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  27. <PublishUrl>publish\</PublishUrl>
  28. <Install>true</Install>
  29. <InstallFrom>Disk</InstallFrom>
  30. <UpdateEnabled>false</UpdateEnabled>
  31. <UpdateMode>Foreground</UpdateMode>
  32. <UpdateInterval>7</UpdateInterval>
  33. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  34. <UpdatePeriodically>false</UpdatePeriodically>
  35. <UpdateRequired>false</UpdateRequired>
  36. <MapFileExtensions>true</MapFileExtensions>
  37. <ApplicationRevision>0</ApplicationRevision>
  38. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  39. <IsWebBootstrapper>false</IsWebBootstrapper>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. <TargetFrameworkProfile />
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <DebugType>pdbonly</DebugType>
  58. <Optimize>true</Optimize>
  59. <OutputPath>bin\Release\</OutputPath>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>false</Prefer32Bit>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="Microsoft.ApplicationBlocks.OleDb">
  68. <HintPath>..\..\CommonLib\Microsoft.ApplicationBlocks.OleDb.dll</HintPath>
  69. </Reference>
  70. <Reference Include="MySql.Data">
  71. <HintPath>..\..\CommonLib\MySql.Data.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System" />
  74. <Reference Include="System.configuration" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="System.Data.OracleClient" />
  78. <Reference Include="System.Data.SQLite, Version=1.0.102.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\..\CommonLib\System.Data.SQLite.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Web" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Config\DatabaseProperty.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="Config\DatabaseType.cs" />
  90. <Compile Include="DataAccess\BaseDataAccess.cs" />
  91. <Compile Include="DataAccess\DataAccess.cs" />
  92. <Compile Include="DataAccess\DbHelperOleDb.cs" />
  93. <Compile Include="DataAccess\DataAccessFactory.cs" />
  94. <Compile Include="DataAccess\PagingMode.cs" />
  95. <Compile Include="RunDataBaise\MySqlDataAccess.cs" />
  96. <Compile Include="RunDataBaise\MSSqlDataAccess.cs" />
  97. <Compile Include="RunDataBaise\OleDbDataAccess.cs" />
  98. <Compile Include="RunDataBaise\OracleDataAccess.cs" />
  99. <Compile Include="Properties\AssemblyInfo.cs" />
  100. <Compile Include="RunDataBaise\SQLiteDataAccess.cs" />
  101. <Compile Include="命令参数\DbParam.cs" />
  102. <Compile Include="命令参数\QueryParameter.cs" />
  103. <Compile Include="命令参数\QueryParameterCollection.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1</ProductName>
  114. <Install>true</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  117. <Visible>False</Visible>
  118. <ProductName>Windows Installer 3.1</ProductName>
  119. <Install>true</Install>
  120. </BootstrapperPackage>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="ClassDiagram1.cd" />
  124. <None Include="类关系图.cd" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ProjectReference Include="..\Ant.Common\Ant.Common.csproj">
  128. <Project>{e7d68c96-b811-4c9f-9fec-5f71699ce4ae}</Project>
  129. <Name>Ant.Common</Name>
  130. </ProjectReference>
  131. </ItemGroup>
  132. <ItemGroup />
  133. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  134. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  135. Other similar extension points exist, see Microsoft.Common.targets.
  136. <Target Name="BeforeBuild">
  137. </Target>
  138. <Target Name="AfterBuild">
  139. </Target>
  140. -->
  141. </Project>