📄 website.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>{46C198B3-B10B-4115-B59B-0A4635A243B2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebSite</RootNamespace>
<AssemblyName>WebSite</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\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Control, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Control.dll</HintPath>
</Reference>
<Reference Include="DoNetBbs, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\DoNetBbs.dll</HintPath>
</Reference>
<Reference Include="DosOrg, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\DosOrg.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Components\Components.csproj">
<Project>{35578921-73CE-49B8-AFA8-98FDC9B1E818}</Project>
<Name>Components</Name>
</ProjectReference>
<ProjectReference Include="..\DataProviders\DataProviders.csproj">
<Project>{7FC95463-B001-4AAC-B07B-1727B98C2928}</Project>
<Name>DataProviders</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Admin\Board\BigBoard.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Board\BoardTree.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Board\DeleteBoard.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Board\MoveTo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Board\TreeBoard.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Default.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\RefreshUserOnlineList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserInfo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserLevel.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserLevelList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserOnlineList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserRole.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\User\UserRoleList.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\WebSiteSitting.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="SelectGroupRole.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserUploadFile.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Forums\Post.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Forums\ShowTopicInfo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="PostAction.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Forums\Default.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Search\Search.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\ForgottenPassword.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\EditUserInfo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\UserInfo.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\CreateUser.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\UserLoginOut.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="UserInfo\Login.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebSiteConfig.cs" />
<Compile Include="WebSiteMaster.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</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 + -