Asp.net源码专业站
首页->聊天计数->Ajax实现的在线聊天室>>UChat.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ajax实现的在线聊天室
当前文件:文件类型 AjaxChat/UChat.csproj[7K,2009-6-12 11:31:35]打开代码结构图
普通视图
		            
1<VisualStudioProject> 2 <CSHARP 3 ProjectType = "Web" 4 ProductVersion = "7.10.3077" 5 SchemaVersion = "2.0" 6 ProjectGuid = "{F88B3428-9EDD-4F54-8CD6-C46AF80202BC}" 7 > 8 <Build> 9 <Settings 10 ApplicationIcon = "" 11 AssemblyKeyContainerName = "" 12 AssemblyName = "UChat" 13 AssemblyOriginatorKeyFile = "" 14 DefaultClientScript = "JScript" 15 DefaultHTMLPageLayout = "Grid" 16 DefaultTargetSchema = "IE50" 17 DelaySign = "false" 18 OutputType = "Library" 19 PreBuildEvent = "" 20 PostBuildEvent = "" 21 RootNamespace = "UChat" 22 RunPostBuildEvent = "OnBuildSuccess" 23 StartupObject = "" 24 > 25 <Config 26 Name = "Debug" 27 AllowUnsafeBlocks = "false" 28 BaseAddress = "285212672" 29 CheckForOverflowUnderflow = "false" 30 ConfigurationOverrideFile = "" 31 DefineConstants = "DEBUG;TRACE" 32 DocumentationFile = "" 33 DebugSymbols = "true" 34 FileAlignment = "4096" 35 IncrementalBuild = "false" 36 NoStdLib = "false" 37 NoWarn = "" 38 Optimize = "false" 39 OutputPath = "bin\" 40 RegisterForComInterop = "false" 41 RemoveIntegerChecks = "false" 42 TreatWarningsAsErrors = "false" 43 WarningLevel = "4" 44 /> 45 <Config 46 Name = "Release" 47 AllowUnsafeBlocks = "false" 48 BaseAddress = "285212672" 49 CheckForOverflowUnderflow = "false" 50 ConfigurationOverrideFile = "" 51 DefineConstants = "TRACE" 52 DocumentationFile = "" 53 DebugSymbols = "false" 54 FileAlignment = "4096" 55 IncrementalBuild = "false" 56 NoStdLib = "false" 57 NoWarn = "" 58 Optimize = "true" 59 OutputPath = "bin\" 60 RegisterForComInterop = "false" 61 RemoveIntegerChecks = "false" 62 TreatWarningsAsErrors = "false" 63 WarningLevel = "4" 64 /> 65 </Settings> 66 <References> 67 <Reference 68 Name = "System" 69 AssemblyName = "System" 70 HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll" 71 /> 72 <Reference 73 Name = "System.Drawing" 74 AssemblyName = "System.Drawing" 75 HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll" 76 /> 77 <Reference 78 Name = "System.Data" 79 AssemblyName = "System.Data" 80 HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll" 81 /> 82 <Reference 83 Name = "System.Web" 84 AssemblyName = "System.Web" 85 HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" 86 /> 87 <Reference 88 Name = "System.XML" 89 AssemblyName = "System.Xml" 90 HintPath = "..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll" 91 /> 92 </References> 93 </Build> 94 <Files> 95 <Include> 96 <File 97 RelPath = "AssemblyInfo.cs" 98 SubType = "Code" 99 BuildAction = "Compile" 100 /> 101 <File 102 RelPath = "Chat.aspx" 103 SubType = "Form" 104 BuildAction = "Content" 105 /> 106 <File 107 RelPath = "Chat.aspx.cs" 108 DependentUpon = "Chat.aspx" 109 SubType = "ASPXCodeBehind" 110 BuildAction = "Compile" 111 /> 112 <File 113 RelPath = "Chat.aspx.resx" 114 DependentUpon = "Chat.aspx.cs" 115 BuildAction = "EmbeddedResource" 116 /> 117 <File 118 RelPath = "Default.aspx" 119 SubType = "Form" 120 BuildAction = "Content" 121 /> 122 <File 123 RelPath = "Default.aspx.cs" 124 DependentUpon = "Default.aspx" 125 SubType = "ASPXCodeBehind" 126 BuildAction = "Compile" 127 /> 128 <File 129 RelPath = "Default.aspx.resx" 130 DependentUpon = "Default.aspx.cs" 131 BuildAction = "EmbeddedResource" 132 /> 133 <File 134 RelPath = "Global.asax" 135 SubType = "Component" 136 BuildAction = "Content" 137 /> 138 <File 139 RelPath = "Global.asax.cs" 140 DependentUpon = "Global.asax" 141 SubType = "Code" 142 BuildAction = "Compile" 143 /> 144 <File 145 RelPath = "Global.asax.resx" 146 DependentUpon = "Global.asax.cs" 147 BuildAction = "EmbeddedResource" 148 /> 149 <File 150 RelPath = "Server.aspx" 151 SubType = "Form" 152 BuildAction = "Content" 153 /> 154 <File 155 RelPath = "Server.aspx.cs" 156 DependentUpon = "Server.aspx" 157 SubType = "ASPXCodeBehind" 158 BuildAction = "Compile" 159 /> 160 <File 161 RelPath = "Server.aspx.resx" 162 DependentUpon = "Server.aspx.cs" 163 BuildAction = "EmbeddedResource" 164 /> 165 <File 166 RelPath = "Web.config" 167 BuildAction = "Content" 168 /> 169 <File 170 RelPath = "ChatEngine\ChatEngine.cs" 171 SubType = "Code" 172 BuildAction = "Compile" 173 /> 174 <File 175 RelPath = "ChatEngine\IChatEngine.cs" 176 SubType = "Code" 177 BuildAction = "Compile" 178 /> 179 <File 180 RelPath = "css\niftyCorners.css" 181 BuildAction = "Content" 182 /> 183 <File 184 RelPath = "css\style.css" 185 BuildAction = "Content" 186 /> 187 <File 188 RelPath = "img\bonsai.jpg" 189 BuildAction = "Content" 190 /> 191 <File 192 RelPath = "js\AjaxFunctions.js" 193 BuildAction = "Content" 194 /> 195 <File 196 RelPath = "js\niftycube.js" 197 BuildAction = "Content" 198 /> 199 </Include> 200 </Files> 201 </CSHARP> 202</VisualStudioProject> 203 204
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:Ajax实现的在线聊天室
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146