您目前尚未登陆,请选择【登陆】或【注册
首页->留言本类->ASP.NET三层架构留言本项目源码>>WEB/WEB.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ASP.NET三层架构留言本项目源码
当前文件:文件类型 MVCGuestBook/WEB/WEB.csproj打开代码结构图
普通视图
		            
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <PropertyGroup> 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0.21022</ProductVersion> 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{6701BB9C-BCF6-43C1-A73E-E16A4E6F74A8}</ProjectGuid> 8 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>GustBook.WEB</RootNamespace> 12 <AssemblyName>GustBook.WEB</AssemblyName> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 14 </PropertyGroup> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16 <DebugSymbols>true</DebugSymbols> 17 <DebugType>full</DebugType> 18 <Optimize>false</Optimize> 19 <OutputPath>bin\</OutputPath> 20 <DefineConstants>DEBUG;TRACE</DefineConstants> 21 <ErrorReport>prompt</ErrorReport> 22 <WarningLevel>4</WarningLevel> 23 </PropertyGroup> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 <DebugType>pdbonly</DebugType> 26 <Optimize>true</Optimize> 27 <OutputPath>bin\</OutputPath> 28 <DefineConstants>TRACE</DefineConstants> 29 <ErrorReport>prompt</ErrorReport> 30 <WarningLevel>4</WarningLevel> 31 </PropertyGroup> 32 <ItemGroup> 33 <Reference Include="AspNetPager, Version=7.0.2.0, Culture=neutral, PublicKeyToken=fb0a0fe055d40fd4, processorArchitecture=MSIL"> 34 <SpecificVersion>False</SpecificVersion> 35 <HintPath>..\..\..\..\源码\asp.net\AspNetPager702Dll\AspNetPager.dll</HintPath> 36 </Reference> 37 <Reference Include="FredCK.FCKeditorV2, Version=2.5.2912.21007, Culture=neutral, PublicKeyToken=4f86767c9b519a06, processorArchitecture=MSIL" /> 38 <Reference Include="System" /> 39 <Reference Include="System.Data" /> 40 <Reference Include="System.Drawing" /> 41 <Reference Include="System.Web" /> 42 <Reference Include="System.Xml" /> 43 <Reference Include="System.Configuration" /> 44 <Reference Include="System.Web.Services" /> 45 <Reference Include="System.EnterpriseServices" /> 46 <Reference Include="System.Web.Mobile" /> 47 </ItemGroup> 48 <ItemGroup> 49 <Content Include="AddMessage.aspx" /> 50 <Content Include="Default.aspx" /> 51 <Content Include="Reply.aspx" /> 52 <Content Include="VerifyCode.aspx" /> 53 <Content Include="Web.config" /> 54 </ItemGroup> 55 <ItemGroup> 56 <Compile Include="AddMessage.aspx.cs"> 57 <DependentUpon>AddMessage.aspx</DependentUpon> 58 <SubType>ASPXCodeBehind</SubType> 59 </Compile> 60 <Compile Include="AddMessage.aspx.designer.cs"> 61 <DependentUpon>AddMessage.aspx</DependentUpon> 62 </Compile> 63 <Compile Include="Default.aspx.cs"> 64 <DependentUpon>Default.aspx</DependentUpon> 65 <SubType>ASPXCodeBehind</SubType> 66 </Compile> 67 <Compile Include="Default.aspx.designer.cs"> 68 <DependentUpon>Default.aspx</DependentUpon> 69 </Compile> 70 <Compile Include="Properties\AssemblyInfo.cs" /> 71 <Compile Include="Reply.aspx.cs"> 72 <DependentUpon>Reply.aspx</DependentUpon> 73 <SubType>ASPXCodeBehind</SubType> 74 </Compile> 75 <Compile Include="Reply.aspx.designer.cs"> 76 <DependentUpon>Reply.aspx</DependentUpon> 77 </Compile> 78 <Compile Include="VerifyCode.aspx.cs"> 79 <DependentUpon>VerifyCode.aspx</DependentUpon> 80 <SubType>ASPXCodeBehind</SubType> 81 </Compile> 82 <Compile Include="VerifyCode.aspx.designer.cs"> 83 <DependentUpon>VerifyCode.aspx</DependentUpon> 84 </Compile> 85 </ItemGroup> 86 <ItemGroup> 87 <ProjectReference Include="..\BLL\BLL.csproj"> 88 <Project>{6F7A1FBD-1D52-497D-B1A8-4B285BFB36E3}</Project> 89 <Name>BLL</Name> 90 </ProjectReference> 91 <ProjectReference Include="..\DBUtility\DBUtility.csproj"> 92 <Project>{91F875CF-75E2-4C8E-A24A-9C3CA9B2856B}</Project> 93 <Name>DBUtility</Name> 94 </ProjectReference> 95 <ProjectReference Include="..\Model\Model.csproj"> 96 <Project>{3E30AA01-D2BE-4280-9553-36198C40F7EB}</Project> 97 <Name>Model</Name> 98 </ProjectReference> 99 </ItemGroup> 100 <ItemGroup> 101 <None Include="ClassDiagram1.cd" /> 102 </ItemGroup> 103 <ItemGroup> 104 <Folder Include="App_Data\" /> 105 <Folder Include="Images\" /> 106 <Folder Include="upload\" /> 107 </ItemGroup> 108 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 109 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /> 110 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 111 Other similar extension points exist, see Microsoft.Common.targets. 112 <Target Name="BeforeBuild"> 113 </Target> 114 <Target Name="AfterBuild"> 115 </Target> 116 --> 117 <ProjectExtensions> 118 <VisualStudio> 119 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 120 <WebProjectProperties> 121 <UseIIS>False</UseIIS> 122 <AutoAssignPort>True</AutoAssignPort> 123 <DevelopmentServerPort>4706</DevelopmentServerPort> 124 <DevelopmentServerVPath>/</DevelopmentServerVPath> 125 <IISUrl> 126 </IISUrl> 127 <NTLMAuthentication>False</NTLMAuthentication> 128 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 129 </WebProjectProperties> 130 </FlavorProperties> 131 </VisualStudio> 132 </ProjectExtensions> 133</Project>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:ASP.NET三层架构留言本项目源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号