DBManager.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <ProjectType>Local</ProjectType>
  4. <ProductVersion>8.0.50727</ProductVersion>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <ProjectGuid>{860513AD-2743-4EB8-9406-01FEEA175348}</ProjectGuid>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ApplicationIcon>
  10. </ApplicationIcon>
  11. <AssemblyKeyContainerName>
  12. </AssemblyKeyContainerName>
  13. <AssemblyName>DBManager</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>DBManager</RootNamespace>
  22. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  23. <StartupObject>
  24. </StartupObject>
  25. <OldToolsVersion>2.0</OldToolsVersion>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <UpgradeBackupLocation>
  29. </UpgradeBackupLocation>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <OutputPath>..\..\..\server\</OutputPath>
  33. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  34. <BaseAddress>285212672</BaseAddress>
  35. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  36. <ConfigurationOverrideFile>
  37. </ConfigurationOverrideFile>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. <DebugSymbols>true</DebugSymbols>
  42. <FileAlignment>4096</FileAlignment>
  43. <NoStdLib>false</NoStdLib>
  44. <NoWarn>
  45. </NoWarn>
  46. <Optimize>false</Optimize>
  47. <RegisterForComInterop>false</RegisterForComInterop>
  48. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  49. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  50. <WarningLevel>4</WarningLevel>
  51. <DebugType>full</DebugType>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  55. <OutputPath>..\..\..\SERVER\</OutputPath>
  56. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  57. <BaseAddress>285212672</BaseAddress>
  58. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  59. <ConfigurationOverrideFile>
  60. </ConfigurationOverrideFile>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <DocumentationFile>
  63. </DocumentationFile>
  64. <DebugSymbols>false</DebugSymbols>
  65. <FileAlignment>4096</FileAlignment>
  66. <NoStdLib>false</NoStdLib>
  67. <NoWarn>
  68. </NoWarn>
  69. <Optimize>true</Optimize>
  70. <RegisterForComInterop>false</RegisterForComInterop>
  71. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  72. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  73. <WarningLevel>4</WarningLevel>
  74. <DebugType>none</DebugType>
  75. <ErrorReport>prompt</ErrorReport>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\Output2005\System.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\Output2005\System.Data.dll</HintPath>
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\Output2005\System.Data.OracleClient.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\Output2005\System.Runtime.Remoting.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  97. <SpecificVersion>False</SpecificVersion>
  98. <HintPath>..\Output2005\System.Xml.dll</HintPath>
  99. </Reference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="AssemblyInfo.cs">
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Compile Include="DataPage.cs" />
  106. <Compile Include="DBManager.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\DBProxy\DBProxy.csproj">
  112. <Project>{F6CD9B3C-806A-4009-ACAB-935FF453A13C}</Project>
  113. <Name>DBProxy</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  117. <PropertyGroup>
  118. <PreBuildEvent>
  119. </PreBuildEvent>
  120. <PostBuildEvent>
  121. </PostBuildEvent>
  122. </PropertyGroup>
  123. </Project>