bcd172f104d57d67da82c513f533f9d8e89bd9c8.svn-base 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. <OldToolsVersion>2.0</OldToolsVersion>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <OutputPath>D:\Code\SERVER\</OutputPath>
  29. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  30. <BaseAddress>285212672</BaseAddress>
  31. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  32. <ConfigurationOverrideFile>
  33. </ConfigurationOverrideFile>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <DocumentationFile>
  36. </DocumentationFile>
  37. <DebugSymbols>true</DebugSymbols>
  38. <FileAlignment>4096</FileAlignment>
  39. <NoStdLib>false</NoStdLib>
  40. <NoWarn>
  41. </NoWarn>
  42. <Optimize>false</Optimize>
  43. <RegisterForComInterop>false</RegisterForComInterop>
  44. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  45. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  46. <WarningLevel>4</WarningLevel>
  47. <DebugType>full</DebugType>
  48. <ErrorReport>prompt</ErrorReport>
  49. <PlatformTarget>AnyCPU</PlatformTarget>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <OutputPath>..\Output\</OutputPath>
  53. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  54. <BaseAddress>285212672</BaseAddress>
  55. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  56. <ConfigurationOverrideFile>
  57. </ConfigurationOverrideFile>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <DocumentationFile>
  60. </DocumentationFile>
  61. <DebugSymbols>false</DebugSymbols>
  62. <FileAlignment>4096</FileAlignment>
  63. <NoStdLib>false</NoStdLib>
  64. <NoWarn>
  65. </NoWarn>
  66. <Optimize>true</Optimize>
  67. <RegisterForComInterop>false</RegisterForComInterop>
  68. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  69. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  70. <WarningLevel>4</WarningLevel>
  71. <DebugType>none</DebugType>
  72. <ErrorReport>prompt</ErrorReport>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="Oracle.DataAccess, Version=2.111.7.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\Output\Oracle.DataAccess.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\Output2005\System.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\Output2005\System.configuration.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>..\Output2005\System.Data.dll</HintPath>
  91. <Private>False</Private>
  92. </Reference>
  93. <Reference Include="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\Output2005\System.Data.OracleClient.dll</HintPath>
  96. <Private>False</Private>
  97. </Reference>
  98. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\Output2005\System.Xml.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="AssemblyInfo.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="CoreWriteLogFile .cs" />
  108. <Compile Include="DataProvider\IDataProvider.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="DataProvider\OdbcDataProvider.cs">
  112. <SubType>Code</SubType>
  113. </Compile>
  114. <Compile Include="DataProvider\ODPDataProvider.cs">
  115. <SubType>Code</SubType>
  116. </Compile>
  117. <Compile Include="DataProvider\OleDbDataProvider.cs">
  118. <SubType>Code</SubType>
  119. </Compile>
  120. <Compile Include="DataProvider\OracleDataProvider.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="DataProvider\SqlDataProvider.cs">
  124. <SubType>Code</SubType>
  125. </Compile>
  126. <Compile Include="DBProxy.cs">
  127. <SubType>Code</SubType>
  128. </Compile>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  131. <PropertyGroup>
  132. <PreBuildEvent>
  133. </PreBuildEvent>
  134. <PostBuildEvent>
  135. </PostBuildEvent>
  136. </PropertyGroup>
  137. </Project>