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

📄 leavemessage.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>{30D3FFD9-1711-4B6E-A2F2-A485F4E6394F}</ProjectGuid>
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>LeaveMessageMVC</RootNamespace>
    <AssemblyName>LeaveMessageMVC</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\</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\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Web.Mobile" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="AdminControlPage.aspx" />
    <Content Include="bugs.txt" />
    <Content Include="css\LM.css" />
    <Content Include="DB_51aspx\LMDB.mdb">
    </Content>
    <Content Include="image\viewAll.gif" />
    <Content Include="index.aspx" />
    <Content Include="JS\AutoScroll.js" />
    <Content Include="JS\ShowFloorAtLMBox.js" />
    <Content Include="JS\(外连接失效,奇怪)forLeaveMessagePage.js" />
    <Content Include="LMControl\AdministratorControl.ascx" />
    <Content Include="LMControl\ShowOneDetailMessage.ascx" />
    <Content Include="LMControl\(未用储备)\UserInterfaceControl.ascx" />
    <Content Include="LMControl\(未用储备)\WriteBackWeb.ascx" />
    <Content Include="LMControl\(未用储备)\说明.txt" />
    <Content Include="LMListForPublic.aspx" />
    <Content Include="ShowDetail.aspx" />
    <Content Include="ShowErrorMsg.aspx" />
    <Content Include="Web.config" />
    <Content Include="WriteBack.aspx" />
    <Content Include="文档\工作流程\回复留言页面WriteBack.txt" />
    <Content Include="文档\工作流程\管理员控制 AdministratorControl.txt" />
    <Content Include="文档\技巧\DBMS相关说明.txt" />
    <Content Include="文档\技巧\错误总结.txt" />
    <Content Include="文档\说明.txt" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AdminControlPage.aspx.cs">
      <DependentUpon>AdminControlPage.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="AdminControlPage.aspx.designer.cs">
      <DependentUpon>AdminControlPage.aspx</DependentUpon>
    </Compile>
    <Compile Include="Global.asax.cs">
      <DependentUpon>Global.asax</DependentUpon>
    </Compile>
    <Compile Include="index.aspx.cs">
      <DependentUpon>index.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="index.aspx.designer.cs">
      <DependentUpon>index.aspx</DependentUpon>
    </Compile>
    <Compile Include="LMControl\AdministratorControl.ascx.cs">
      <DependentUpon>AdministratorControl.ascx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="LMControl\AdministratorControl.ascx.designer.cs">
      <DependentUpon>AdministratorControl.ascx</DependentUpon>
    </Compile>
    <Compile Include="LMControl\ShowOneDetailMessage.ascx.cs">
      <DependentUpon>ShowOneDetailMessage.ascx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="LMControl\ShowOneDetailMessage.ascx.designer.cs">
      <DependentUpon>ShowOneDetailMessage.ascx</DependentUpon>
    </Compile>
    <Compile Include="LMControl\(未用储备)\UserInterfaceControl.ascx.cs">
      <DependentUpon>UserInterfaceControl.ascx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="LMControl\(未用储备)\UserInterfaceControl.ascx.designer.cs">
      <DependentUpon>UserInterfaceControl.ascx</DependentUpon>
    </Compile>
    <Compile Include="LMControl\(未用储备)\WriteBackWeb.ascx.cs">
      <DependentUpon>WriteBackWeb.ascx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="LMControl\(未用储备)\WriteBackWeb.ascx.designer.cs">
      <DependentUpon>WriteBackWeb.ascx</DependentUpon>
    </Compile>
    <Compile Include="LMListForPublic.aspx.cs">
      <DependentUpon>LMListForPublic.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="LMListForPublic.aspx.designer.cs">
      <DependentUpon>LMListForPublic.aspx</DependentUpon>
    </Compile>
    <Compile Include="MVC\BusinessLogicLayer\LMManage.cs" />
    <Compile Include="MVC\BusinessLogicLayer\ParameterInformation\LeaveMessagePara.cs" />
    <Compile Include="MVC\BusinessLogicLayer\SomeFunctions\AutoCreateID.cs" />
    <Compile Include="MVC\BusinessLogicLayer\SomeFunctions\FormatString.cs" />
    <Compile Include="MVC\DataBaseControlLayer\DBControl.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ShowDetail.aspx.cs">
      <DependentUpon>ShowDetail.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="ShowDetail.aspx.designer.cs">
      <DependentUpon>ShowDetail.aspx</DependentUpon>
    </Compile>
    <Compile Include="ShowErrorMsg.aspx.cs">
      <DependentUpon>ShowErrorMsg.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="ShowErrorMsg.aspx.designer.cs">
      <DependentUpon>ShowErrorMsg.aspx</DependentUpon>
    </Compile>
    <Compile Include="WriteBack.aspx.cs">
      <DependentUpon>WriteBack.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="WriteBack.aspx.designer.cs">
      <DependentUpon>WriteBack.aspx</DependentUpon>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <None Include="MVC\ClassDiagram.cd" />
    <None Include="MVC\ClassDiagram2.cd" />
    <None Include="DB_51aspx\LM备份还原操作.sql" />
    <None Include="DB_51aspx\创建DB和LM01表.sql" />
    <Content Include="Global.asax" />
    <Content Include="PrecompiledApp.config" />
    <None Include="文档\工作流程\工作流程.doc" />
    <None Include="文档\工作流程\留言板 程序文档.doc" />
    <None Include="文档\技巧\技巧摘要(ASP.NET、JS、SQL).doc" />
    <None Include="文档\技巧\类文件摘要.doc" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="App_Data\" />
    <Folder Include="bin\" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.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>
  -->
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <UseIIS>False</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>2343</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>
          </IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
</Project>

⌨️ 快捷键说明

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