温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NChat简易聊天室源码(.Net 3.5,LINQ,AJAX)
当前文件路径:NChat/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>{42B4F432-8E60-4E3E-942D-D90EEAE2D92D}</ProjectGuid> 8
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 9
<OutputType>Library</OutputType> 10
<AppDesignerFolder>Properties</AppDesignerFolder> 11
<RootNamespace>NChat.Web</RootNamespace> 12
<AssemblyName>NChat.Web</AssemblyName> 13
<TargetFrameworkVersion>v3.5</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="System" /> 34
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> 35
<RequiredTargetFramework>3.5</RequiredTargetFramework> 36
</Reference> 37
<Reference Include="System.Data" /> 38
<Reference Include="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> 39
<RequiredTargetFramework>3.5</RequiredTargetFramework> 40
</Reference> 41
<Reference Include="System.Data.Linq"> 42
<RequiredTargetFramework>3.5</RequiredTargetFramework> 43
</Reference> 44
<Reference Include="System.Drawing" /> 45
<Reference Include="System.Web" /> 46
<Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> 47
<RequiredTargetFramework>3.5</RequiredTargetFramework> 48
</Reference> 49
<Reference Include="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> 50
<RequiredTargetFramework>3.5</RequiredTargetFramework> 51
</Reference> 52
<Reference Include="System.Xml" /> 53
<Reference Include="System.Configuration" /> 54
<Reference Include="System.Web.Services" /> 55
<Reference Include="System.EnterpriseServices" /> 56
<Reference Include="System.Web.Mobile" /> 57
<Reference Include="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> 58
<RequiredTargetFramework>3.5</RequiredTargetFramework> 59
</Reference> 60
</ItemGroup> 61
<ItemGroup> 62
<Content Include="Default.aspx" /> 63
<Content Include="Room.aspx" /> 64
<Content Include="Web.config" /> 65
</ItemGroup> 66
<ItemGroup> 67
<Compile Include="Default.aspx.cs"> 68
<DependentUpon>Default.aspx</DependentUpon> 69
<SubType>ASPXCodeBehind</SubType> 70
</Compile> 71
<Compile Include="Default.aspx.designer.cs"> 72
<DependentUpon>Default.aspx</DependentUpon> 73
</Compile> 74
<Compile Include="Properties\AssemblyInfo.cs" /> 75
<Compile Include="Room.aspx.cs"> 76
<DependentUpon>Room.aspx</DependentUpon> 77
<SubType>ASPXCodeBehind</SubType> 78
</Compile> 79
<Compile Include="Room.aspx.designer.cs"> 80
<DependentUpon>Room.aspx</DependentUpon> 81
</Compile> 82
</ItemGroup> 83
<ItemGroup> 84
<ProjectReference Include="..\NChart.DBHelper\NChart.DBHelper.csproj"> 85
<Project>{B4F5FEE0-D89E-4785-B562-7189CD08DC3B}</Project> 86
<Name>NChart.DBHelper</Name> 87
</ProjectReference> 88
<ProjectReference Include="..\NChat.Common\NChat.Common.csproj"> 89
<Project>{2C156DCE-48DE-4FE3-9F86-82C6D3428ECD}</Project> 90
<Name>NChat.Common</Name> 91
</ProjectReference> 92
<ProjectReference Include="..\NChat.Controls\NChat.Controls.csproj"> 93
<Project>{BCB14871-AB2E-4C0B-9660-B348702C7D86}</Project> 94
<Name>NChat.Controls</Name> 95
</ProjectReference> 96
</ItemGroup> 97
<ItemGroup> 98
<Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" /> 99
</ItemGroup> 100
<ItemGroup> 101
<Folder Include="App_Data\" /> 102
</ItemGroup> 103
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 104
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /> 105
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 106
Other similar extension points exist, see Microsoft.Common.targets. 107
<Target Name="BeforeBuild"> 108
</Target> 109
<Target Name="AfterBuild"> 110
</Target> 111
--> 112
<ProjectExtensions> 113
<VisualStudio> 114
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 115
<WebProjectProperties> 116
<UseIIS>True</UseIIS> 117
<AutoAssignPort>True</AutoAssignPort> 118
<DevelopmentServerPort>3362</DevelopmentServerPort> 119
<DevelopmentServerVPath>/</DevelopmentServerVPath> 120
<IISUrl>http://localhost/NChat</IISUrl> 121
<NTLMAuthentication>False</NTLMAuthentication> 122
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> 123
</WebProjectProperties> 124
</FlavorProperties> 125
</VisualStudio> 126
</ProjectExtensions> 127
</Project>



