DBProxy.csproj.bak 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{F6CD9B3C-806A-4009-ACAB-935FF453A13C}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>DBProxy</AssemblyName>
  14. <AssemblyOriginatorKeyFile>
  15. </AssemblyOriginatorKeyFile>
  16. <DefaultClientScript>JScript</DefaultClientScript>
  17. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  18. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  19. <DelaySign>false</DelaySign>
  20. <OutputType>Library</OutputType>
  21. <RootNamespace>DBProxy</RootNamespace>
  22. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23. <StartupObject>
  24. </StartupObject>
  25. <UpgradeBackupLocation>
  26. </UpgradeBackupLocation>
  27. <OldToolsVersion>2.0</OldToolsVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <OutputPath>D:\Code\SERVER\</OutputPath>
  31. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  32. <BaseAddress>285212672</BaseAddress>
  33. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  34. <ConfigurationOverrideFile>
  35. </ConfigurationOverrideFile>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DocumentationFile>
  38. </DocumentationFile>
  39. <DebugSymbols>true</DebugSymbols>
  40. <FileAlignment>4096</FileAlignment>
  41. <NoStdLib>false</NoStdLib>
  42. <NoWarn>
  43. </NoWarn>
  44. <Optimize>false</Optimize>
  45. <RegisterForComInterop>false</RegisterForComInterop>
  46. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  47. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48. <WarningLevel>4</WarningLevel>
  49. <DebugType>full</DebugType>
  50. <ErrorReport>prompt</ErrorReport>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  54. <OutputPath>..\Output\</OutputPath>
  55. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  56. <BaseAddress>285212672</BaseAddress>
  57. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  58. <ConfigurationOverrideFile>
  59. </ConfigurationOverrideFile>
  60. <DefineConstants>TRACE</DefineConstants>
  61. <DocumentationFile>
  62. </DocumentationFile>
  63. <DebugSymbols>false</DebugSymbols>
  64. <FileAlignment>4096</FileAlignment>
  65. <NoStdLib>false</NoStdLib>
  66. <NoWarn>
  67. </NoWarn>
  68. <Optimize>true</Optimize>
  69. <RegisterForComInterop>false</RegisterForComInterop>
  70. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  71. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  72. <WarningLevel>4</WarningLevel>
  73. <DebugType>none</DebugType>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="Oracle.DataAccess, Version=2.111.7.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\Output\Oracle.DataAccess.dll</HintPath>
  80. <Private>False</Private>
  81. </Reference>
  82. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Output2005\System.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\Output2005\System.configuration.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  91. <SpecificVersion>False</SpecificVersion>
  92. <HintPath>..\Output2005\System.Data.dll</HintPath>
  93. <Private>False</Private>
  94. </Reference>
  95. <Reference Include="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\Output2005\System.Data.OracleClient.dll</HintPath>
  98. <Private>False</Private>
  99. </Reference>
  100. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  101. <SpecificVersion>False</SpecificVersion>
  102. <HintPath>..\Output2005\System.Xml.dll</HintPath>
  103. </Reference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="AssemblyInfo.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="CoreWriteLogFile .cs" />
  110. <Compile Include="DataProvider\IDataProvider.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="DataProvider\OdbcDataProvider.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="DataProvider\ODPDataProvider.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="DataProvider\OleDbDataProvider.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="DataProvider\OracleDataProvider.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="DataProvider\SqlDataProvider.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. <Compile Include="DBProxy.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  133. <PropertyGroup>
  134. <PreBuildEvent>
  135. </PreBuildEvent>
  136. <PostBuildEvent>
  137. </PostBuildEvent>
  138. </PropertyGroup>
  139. </Project>