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

📄 netcms.dalsqlserver.csproj

📁 最好用的站点内容管理系统 全部源代码都有
💻 CSPROJ
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{783B233A-2516-44BE-9457-0A23949DB407}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>NetCMS.DALSQLServer</RootNamespace>
    <AssemblyName>NetCMS.DALSQLServer</AssemblyName>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
    <SignAssembly>false</SignAssembly>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.configuration" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Admin.cs" />
    <Compile Include="AdminGroup.cs" />
    <Compile Include="Ads.cs" />
    <Compile Include="Arealist.cs" />
    <Compile Include="Collect.cs" />
    <Compile Include="Constr.cs" />
    <Compile Include="ContentManage.cs" />
    <Compile Include="CustomForm.cs" />
    <Compile Include="Database.cs" />
    <Compile Include="DbBase.cs" />
    <Compile Include="DefineTable.cs" />
    <Compile Include="Discuss.cs" />
    <Compile Include="DynamicTrans.cs" />
    <Compile Include="FreeLabel.cs" />
    <Compile Include="Friend.cs" />
    <Compile Include="FrindLink.cs" />
    <Compile Include="Help.cs" />
    <Compile Include="Ghistory.cs" />
    <Compile Include="Install.cs" />
    <Compile Include="JSTemplet.cs" />
    <Compile Include="Label.cs" />
    <Compile Include="Message.cs" />
    <Compile Include="Channel.cs" />
    <Compile Include="Mycom.cs" />
    <Compile Include="News.cs" />
    <Compile Include="NewsJS.cs" />
    <Compile Include="NTLog.cs" />
    <Compile Include="Pagination.cs" />
    <Compile Include="Photo.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Psframe.cs" />
    <Compile Include="Publish.cs" />
    <Compile Include="Recyle.cs" />
    <Compile Include="rootPublic.cs" />
    <Compile Include="Rss.cs" />
    <Compile Include="Search.cs" />
    <Compile Include="Site.cs" />
    <Compile Include="Special.cs" />
    <Compile Include="Stat.cs" />
    <Compile Include="Style.cs" />
    <Compile Include="Survey.cs" />
    <Compile Include="Sys.cs" />
    <Compile Include="User.cs" />
    <Compile Include="UserAdapt.cs" />
    <Compile Include="UserList.cs" />
    <Compile Include="UserLogin.cs" />
    <Compile Include="UserMisc.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\NetCMS.Common\NetCMS.Common.csproj">
      <Project>{F7309C46-B015-425B-B929-338F90A5B682}</Project>
      <Name>NetCMS.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.Config\NetCMS.Config.csproj">
      <Project>{1327A138-9082-4480-B612-94A1FB4521FE}</Project>
      <Name>NetCMS.Config</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.Control\NetCMS.Control.csproj">
      <Project>{AFE6BB30-E0BD-4744-B0F4-23BC8EFCBFD8}</Project>
      <Name>NetCMS.Control</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.DALFactory\NetCMS.DALFactory.csproj">
      <Project>{63D5B865-C045-4FBC-86AC-18E082006408}</Project>
      <Name>NetCMS.DALFactory</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.DALProfile\NetCMS.DALProfile.csproj">
      <Project>{A5B7599F-F0F5-44BF-8C8F-2E964B04C6BD}</Project>
      <Name>NetCMS.DALProfile</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.Global\NetCMS.Global.csproj">
      <Project>{A48884A0-3E9C-466C-BB5C-39E68AA884A9}</Project>
      <Name>NetCMS.Global</Name>
    </ProjectReference>
    <ProjectReference Include="..\NetCMS.Model\NetCMS.Model.csproj">
      <Project>{5A4717F3-8A33-46E4-B14A-EF382425C64D}</Project>
      <Name>NetCMS.Model</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

⌨️ 快捷键说明

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