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

📄 docflow.csproj

📁 DocFlow展示了使用.NET开发平台结合Microsoft SQL Server数据库和Microsoft Indexing Service索引服务同样也能创建功能强大的文档管理门户。 Do
💻 CSPROJ
📖 第 1 页 / 共 3 页
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{95835D81-5985-443F-A6A1-2D73F729EF2F}</ProjectGuid>
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>Bip</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>Bip</RootNamespace>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>false</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <Optimize>true</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.Drawing">
      <Name>System.Drawing</Name>
    </Reference>
    <Reference Include="System.Web">
      <Name>System.Web</Name>
    </Reference>
    <Reference Include="System.Xml">
      <Name>System.XML</Name>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="About\default.aspx.cs">
      <DependentUpon>default.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="About\default.aspx.designer.cs">
      <DependentUpon>default.aspx</DependentUpon>
    </Compile>
    <Compile Include="AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\BipEntity.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\BipLog.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\BipResources.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Database.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Dictionaries.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\DocFileType.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\DocSearch.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Document.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Exceptions.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Security.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\StringTokenizer.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\TransactionContext.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\User.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Components\Utils.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="default.aspx.cs">
      <DependentUpon>default.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="default.aspx.designer.cs">
      <DependentUpon>default.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\default.aspx.cs">
      <DependentUpon>default.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\default.aspx.designer.cs">
      <DependentUpon>default.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocCategoryEdit.aspx.cs">
      <DependentUpon>DocCategoryEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocCategoryEdit.aspx.designer.cs">
      <DependentUpon>DocCategoryEdit.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocCategoryList.aspx.cs">
      <DependentUpon>DocCategoryList.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocCategoryList.aspx.designer.cs">
      <DependentUpon>DocCategoryList.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocSourceEdit.aspx.cs">
      <DependentUpon>DocSourceEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocSourceEdit.aspx.designer.cs">
      <DependentUpon>DocSourceEdit.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocSourceList.aspx.cs">
      <DependentUpon>DocSourceList.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocSourceList.aspx.designer.cs">
      <DependentUpon>DocSourceList.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocTypeEdit.aspx.cs">
      <DependentUpon>DocTypeEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocTypeEdit.aspx.designer.cs">
      <DependentUpon>DocTypeEdit.aspx</DependentUpon>
    </Compile>
    <Compile Include="Dictionaries\DocTypeList.aspx.cs">
      <DependentUpon>DocTypeList.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Dictionaries\DocTypeList.aspx.designer.cs">
      <DependentUpon>DocTypeList.aspx</DependentUpon>
    </Compile>
    <Compile Include="DocEdit\DocBeginCreate.aspx.cs">
      <DependentUpon>DocBeginCreate.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocBeginCreate.aspx.designer.cs">
      <DependentUpon>DocBeginCreate.aspx</DependentUpon>
    </Compile>
    <Compile Include="DocEdit\DocBeginEdit.aspx.cs">
      <DependentUpon>DocBeginEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocBeginEdit.aspx.designer.cs">
      <DependentUpon>DocBeginEdit.aspx</DependentUpon>
    </Compile>
    <Compile Include="DocEdit\DocCommitChanges.aspx.cs">
      <DependentUpon>DocCommitChanges.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocCommitChanges.aspx.designer.cs">
      <DependentUpon>DocCommitChanges.aspx</DependentUpon>
    </Compile>
    <Compile Include="DocEdit\DocFileTypeEdit.aspx.cs">
      <DependentUpon>DocFileTypeEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocFileUpload.aspx.cs">
      <DependentUpon>DocFileUpload.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocFileUpload.aspx.designer.cs">
      <DependentUpon>DocFileUpload.aspx</DependentUpon>
    </Compile>
    <Compile Include="DocEdit\DocumentEdit.aspx.cs">
      <DependentUpon>DocumentEdit.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="DocEdit\DocumentEdit.aspx.designer.cs">
      <DependentUpon>DocumentEdit.aspx</DependentUpon>
    </Compile>
    <Compile Include="Documents\default.aspx.cs">
      <DependentUpon>default.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Documents\default.aspx.designer.cs">
      <DependentUpon>default.aspx</DependentUpon>
    </Compile>
    <Compile Include="Documents\DocFileDownload.aspx.cs">
      <DependentUpon>DocFileDownload.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Documents\DocFileDownload.aspx.designer.cs">
      <DependentUpon>DocFileDownload.aspx</DependentUpon>
    </Compile>
    <Compile Include="Documents\DocInfoView.aspx.cs">
      <DependentUpon>DocInfoView.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Documents\DocTextView.aspx.cs">
      <DependentUpon>DocTextView.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Documents\DocTextView.aspx.designer.cs">
      <DependentUpon>DocTextView.aspx</DependentUpon>
    </Compile>
    <Compile Include="Documents\DocTextView_Frameset.aspx.cs">
      <DependentUpon>DocTextView_Frameset.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>

⌨️ 快捷键说明

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