📄 web.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>{2E6885F8-01A6-455C-A4A2-AC9A4875EBE0}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NETManage.Web</RootNamespace>
<AssemblyName>NETManage.Web</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.Management" />
<Reference Include="System.Web" />
<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="Admin\Default.aspx" />
<Content Include="Admin\EditManager.aspx" />
<Content Include="Admin\EditOnlinePC.aspx" />
<Content Include="Admin\Login.aspx" />
<Content Include="Admin\logout.aspx" />
<Content Include="Admin\Manager.aspx" />
<Content Include="Default.aspx" />
<Content Include="EditOnlinePC.aspx" />
<Content Include="style\Main.css" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Admin\Default.aspx.cs">
<DependentUpon>Default.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\EditManager.aspx.cs">
<DependentUpon>EditManager.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\EditManager.aspx.designer.cs">
<DependentUpon>EditManager.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\EditOnlinePC.aspx.cs">
<DependentUpon>EditOnlinePC.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\EditOnlinePC.aspx.designer.cs">
<DependentUpon>EditOnlinePC.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\Login.aspx.cs">
<DependentUpon>Login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Login.aspx.designer.cs">
<DependentUpon>Login.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\logout.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>logout.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\logout.aspx.designer.cs">
<DependentUpon>logout.aspx</DependentUpon>
</Compile>
<Compile Include="Admin\Manager.aspx.cs">
<DependentUpon>Manager.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Admin\Manager.aspx.designer.cs">
<DependentUpon>Manager.aspx</DependentUpon>
</Compile>
<Compile Include="BaseClass\PageBase.cs">
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Default.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="EditOnlinePC.aspx.cs">
<DependentUpon>EditOnlinePC.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="EditOnlinePC.aspx.designer.cs">
<DependentUpon>EditOnlinePC.aspx</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BLL\BLL.csproj">
<Project>{EF35F462-D547-4968-913E-6B4CC8B53724}</Project>
<Name>BLL</Name>
</ProjectReference>
<ProjectReference Include="..\DALFactory\DALFactory.csproj">
<Project>{42ED9744-85A9-428C-9D60-842BF9C58886}</Project>
<Name>DALFactory</Name>
</ProjectReference>
<ProjectReference Include="..\DBUtility\DBUtility.csproj">
<Project>{963AB191-5F40-441D-ADA3-1314C1E4F4B9}</Project>
<Name>DBUtility</Name>
</ProjectReference>
<ProjectReference Include="..\IDAL\IDAL.csproj">
<Project>{C65BEF1F-F264-46AA-A1E0-1EFE6F4CD125}</Project>
<Name>IDAL</Name>
</ProjectReference>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{BDC4E778-5D14-4A8B-94C8-71D896F86946}</Project>
<Name>Model</Name>
</ProjectReference>
<ProjectReference Include="..\SQLServerDAL\SQLServerDAL.csproj">
<Project>{F0E356B0-032F-4B85-BDBD-55435239F558}</Project>
<Name>SQLServerDAL</Name>
</ProjectReference>
</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>1962</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -