⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sharphsql.csproj

📁 C#数据库中间层处理,支持主流数据库,如sql、oracle等
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <ApplicationRoot>true</ApplicationRoot>
    <AssemblyBuildNumber>0</AssemblyBuildNumber>
    <AssemblyCompany>
    </AssemblyCompany>
    <AssemblyCopyright>
    </AssemblyCopyright>
    <AssemblyDescription>
    </AssemblyDescription>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyMajorVersion>1</AssemblyMajorVersion>
    <AssemblyMinorVersion>0</AssemblyMinorVersion>
    <AssemblyName>SharpHSQL</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
    <AssemblyProduct>
    </AssemblyProduct>
    <AssemblyRevisionNumber>0</AssemblyRevisionNumber>
    <AssemblyTitle>
    </AssemblyTitle>
    <AssemblyTrademark>
    </AssemblyTrademark>
    <CLSCompliant>true</CLSCompliant>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultDTCPlatform>Server</DefaultDTCPlatform>
    <DefaultHTMLPageLayout>Linear</DefaultHTMLPageLayout>
    <DefaultTargetSchema>HTML32</DefaultTargetSchema>
    <DefaultServerScript>VBScript</DefaultServerScript>
    <DefaultSessionState>True</DefaultSessionState>
    <GenerateRevisionNumber>true</GenerateRevisionNumber>
    <NoStandardLibraries>false</NoStandardLibraries>
    <OutputType>Exe</OutputType>
    <OptionCompare>Binary</OptionCompare>
    <OptionExplicit>On</OptionExplicit>
    <OptionStrict>On</OptionStrict>
    <_RootNamespace>SharpHSQL</_RootNamespace>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <ProjectGuid>{E5291DD4-3B36-11D5-85ED-0010A4E6E139}</ProjectGuid>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\</OutputPath>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <BaseAddress>0</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DefineDebug>true</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <NoLogo>true</NoLogo>
    <NoOutput>false</NoOutput>
    <Optimize>false</Optimize>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\Release\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>0</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <DefineConstants>TRACE</DefineConstants>
    <DefineDebug>true</DefineDebug>
    <DefineTrace>true</DefineTrace>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <NoLogo>true</NoLogo>
    <NoOutput>false</NoOutput>
    <Optimize>true</Optimize>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib">
      <Name>mscorlib</Name>
    </Reference>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.XML">
      <Name>System.XML</Name>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Access.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="ByteArray.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Cache.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="CacheFree.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Channel.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Column.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Constraint.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Database.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="DatabaseInformation.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Expression.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Index.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Library.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Like.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Log.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Node.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Parser.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Record.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Result.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Row.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Select.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="SharpHSQL.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="StringConverter.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Table.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="TableFilter.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Tokenizer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Trace.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Transaction.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="User.cs">
      <SubType>Code</SubType>
    </Compile>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -