温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:漂亮无限级分类源代码(三层实现)
当前文件路径:JohnTree/JohnTree.Web/JohnTree.Web.csproj

1<Project 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>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{C3056175-8052-4CE5-8B57-3F1174A071A3}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>JohnTree.Web</RootNamespace> 12
<AssemblyName>JohnTree.Web</AssemblyName> 13
</PropertyGroup> 14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15
<DebugSymbols>true</DebugSymbols> 16
<DebugType>full</DebugType> 17
<Optimize>false</Optimize> 18
<OutputPath>bin\</OutputPath> 19
<DefineConstants>DEBUG;TRACE</DefineConstants> 20
<ErrorReport>prompt</ErrorReport> 21
<WarningLevel>4</WarningLevel> 22
</PropertyGroup> 23
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24
<DebugType>pdbonly</DebugType> 25
<Optimize>true</Optimize> 26
<OutputPath>bin\</OutputPath> 27
<DefineConstants>TRACE</DefineConstants> 28
<ErrorReport>prompt</ErrorReport> 29
<WarningLevel>4</WarningLevel> 30
</PropertyGroup> 31
<ItemGroup> 32
<Reference Include="System" /> 33
<Reference Include="System.Data" /> 34
<Reference Include="System.Drawing" /> 35
<Reference Include="System.Web" /> 36
<Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 37
<Reference Include="System.Xml" /> 38
<Reference Include="System.Configuration" /> 39
<Reference Include="System.Web.Services" /> 40
<Reference Include="System.EnterpriseServices" /> 41
<Reference Include="System.Web.Mobile" /> 42
</ItemGroup> 43
<ItemGroup> 44
<Content Include="Default.aspx" /> 45
<Content Include="images\file.gif" /> 46
<Content Include="images\openfolder.gif" /> 47
<Content Include="images\t.gif" /> 48
<Content Include="Web.config" /> 49
<Content Include="说明文档.txt" /> 50
</ItemGroup> 51
<ItemGroup> 52
<Compile Include="Default.aspx.cs"> 53
<SubType>ASPXCodeBehind</SubType> 54
<DependentUpon>Default.aspx</DependentUpon> 55
</Compile> 56
<Compile Include="Default.aspx.designer.cs"> 57
<DependentUpon>Default.aspx</DependentUpon> 58
</Compile> 59
<Compile Include="Properties\AssemblyInfo.cs" /> 60
</ItemGroup> 61
<ItemGroup> 62
<ProjectReference Include="..\JohnTree.Library\JohnTree.Library.csproj"> 63
<Project>{AE778D2E-62DE-4080-8397-4DA272F60A15}</Project> 64
<Name>JohnTree.Library</Name> 65
</ProjectReference> 66
</ItemGroup> 67
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 68
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> 69
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 70
Other similar extension points exist, see Microsoft.Common.targets. 71
<Target Name="BeforeBuild"> 72
</Target> 73
<Target Name="AfterBuild"> 74
</Target> 75
--> 76
<ProjectExtensions> 77
<VisualStudio> 78
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 79
<WebProjectProperties> 80
<UseIIS>False</UseIIS> 81
<AutoAssignPort>True</AutoAssignPort> 82
<DevelopmentServerPort>1031</DevelopmentServerPort> 83
<DevelopmentServerVPath>/</DevelopmentServerVPath> 84
<IISUrl> 85
</IISUrl> 86
<NTLMAuthentication>False</NTLMAuthentication> 87
</WebProjectProperties> 88
</FlavorProperties> 89
</VisualStudio> 90
</ProjectExtensions> 91
</Project>



