温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:某大学211工程办公室网站源码(生成静态页)
当前文件:
211HtmNewsAccess/211.csproj[14K,2009-6-12 11:30:48],打开代码结构图
211HtmNewsAccess/211.csproj[14K,2009-6-12 11:30:48],打开代码结构图1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<ProductVersion>8.0.50727</ProductVersion> 4
<SchemaVersion>2.0</SchemaVersion> 5
<ProjectGuid>{95937260-172D-408F-9B9A-C461DAFFADA9}</ProjectGuid> 6
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> 7
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 8
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9
<ApplicationIcon> 10
</ApplicationIcon> 11
<AssemblyKeyContainerName> 12
</AssemblyKeyContainerName> 13
<AssemblyName>211</AssemblyName> 14
<AssemblyOriginatorKeyFile> 15
</AssemblyOriginatorKeyFile> 16
<DefaultClientScript>JScript</DefaultClientScript> 17
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 18
<DefaultTargetSchema>IE50</DefaultTargetSchema> 19
<DelaySign>false</DelaySign> 20
<OutputType>Library</OutputType> 21
<RootNamespace>_211</RootNamespace> 22
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 23
<StartupObject> 24
</StartupObject> 25
<FileUpgradeFlags> 26
</FileUpgradeFlags> 27
<UpgradeBackupLocation> 28
</UpgradeBackupLocation> 29
</PropertyGroup> 30
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 31
<OutputPath>bin\</OutputPath> 32
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 33
<BaseAddress>285212672</BaseAddress> 34
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 35
<ConfigurationOverrideFile> 36
</ConfigurationOverrideFile> 37
<DefineConstants>DEBUG;TRACE</DefineConstants> 38
<DocumentationFile> 39
</DocumentationFile> 40
<DebugSymbols>true</DebugSymbols> 41
<FileAlignment>4096</FileAlignment> 42
<NoStdLib>false</NoStdLib> 43
<NoWarn> 44
</NoWarn> 45
<Optimize>false</Optimize> 46
<RegisterForComInterop>false</RegisterForComInterop> 47
<RemoveIntegerChecks>false</RemoveIntegerChecks> 48
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 49
<WarningLevel>4</WarningLevel> 50
<DebugType>full</DebugType> 51
<ErrorReport>prompt</ErrorReport> 52
</PropertyGroup> 53
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 54
<OutputPath>bin\</OutputPath> 55
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> 56
<BaseAddress>285212672</BaseAddress> 57
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> 58
<ConfigurationOverrideFile> 59
</ConfigurationOverrideFile> 60
<DefineConstants>TRACE</DefineConstants> 61
<DocumentationFile> 62
</DocumentationFile> 63
<DebugSymbols>false</DebugSymbols> 64
<FileAlignment>4096</FileAlignment> 65
<NoStdLib>false</NoStdLib> 66
<NoWarn> 67
</NoWarn> 68
<Optimize>true</Optimize> 69
<RegisterForComInterop>false</RegisterForComInterop> 70
<RemoveIntegerChecks>false</RemoveIntegerChecks> 71
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> 72
<WarningLevel>4</WarningLevel> 73
<DebugType>none</DebugType> 74
<ErrorReport>prompt</ErrorReport> 75
</PropertyGroup> 76
<ItemGroup> 77
<Reference Include="FreeTextBox"> 78
<Name>FreeTextBox</Name> 79
<HintPath>bin\FreeTextBox.dll</HintPath> 80
</Reference> 81
<Reference Include="System"> 82
<Name>System</Name> 83
</Reference> 84
<Reference Include="System.Data"> 85
<Name>System.Data</Name> 86
</Reference> 87
<Reference Include="System.Drawing"> 88
<Name>System.Drawing</Name> 89
</Reference> 90
<Reference Include="System.Web"> 91
<Name>System.Web</Name> 92
</Reference> 93
<Reference Include="System.Xml"> 94
<Name>System.XML</Name> 95
</Reference> 96
</ItemGroup> 97
<ItemGroup> 98
<Compile Include="Admin.cs"> 99
<SubType>Code</SubType> 100
</Compile> 101
<Compile Include="AdminArticleAdd.aspx.cs"> 102
<DependentUpon>AdminArticleAdd.aspx</DependentUpon> 103
<SubType>ASPXCodeBehind</SubType> 104
</Compile> 105
<Compile Include="AdminArticleAdd.aspx.designer.cs"> 106
<DependentUpon>AdminArticleAdd.aspx</DependentUpon> 107
</Compile> 108
<Compile Include="AdminArticleEdit.aspx.cs"> 109
<DependentUpon>AdminArticleEdit.aspx</DependentUpon> 110
<SubType>ASPXCodeBehind</SubType> 111
</Compile> 112
<Compile Include="AdminArticleEdit.aspx.designer.cs"> 113
<DependentUpon>AdminArticleEdit.aspx</DependentUpon> 114
</Compile> 115
<Compile Include="AdminArticleList.aspx.cs"> 116
<DependentUpon>AdminArticleList.aspx</DependentUpon> 117
<SubType>ASPXCodeBehind</SubType> 118
</Compile> 119
<Compile Include="AdminArticleList.aspx.designer.cs"> 120
<DependentUpon>AdminArticleList.aspx</DependentUpon> 121
</Compile> 122
<Compile Include="AdminClass.aspx.cs"> 123
<DependentUpon>AdminClass.aspx</DependentUpon> 124
<SubType>ASPXCodeBehind</SubType> 125
</Compile> 126
<Compile Include="AdminClass.aspx.designer.cs"> 127
<DependentUpon>AdminClass.aspx</DependentUpon> 128
</Compile> 129
<Compile Include="AdminDown.aspx.cs"> 130
<DependentUpon>AdminDown.aspx</DependentUpon> 131
<SubType>ASPXCodeBehind</SubType> 132
</Compile> 133
<Compile Include="AdminDown.aspx.designer.cs"> 134
<DependentUpon>AdminDown.aspx</DependentUpon> 135
</Compile> 136
<Compile Include="AdminDownType.aspx.cs"> 137
<DependentUpon>AdminDownType.aspx</DependentUpon> 138
<SubType>ASPXCodeBehind</SubType> 139
</Compile> 140
<Compile Include="AdminDownType.aspx.designer.cs"> 141
<DependentUpon>AdminDownType.aspx</DependentUpon> 142
</Compile> 143
<Compile Include="AdminIntro.aspx.cs"> 144
<DependentUpon>AdminIntro.aspx</DependentUpon> 145
<SubType>ASPXCodeBehind</SubType> 146
</Compile> 147
<Compile Include="AdminIntro.aspx.designer.cs"> 148
<DependentUpon>AdminIntro.aspx</DependentUpon> 149
</Compile> 150
<Compile Include="AdminLeft.aspx.cs"> 151
<DependentUpon>AdminLeft.aspx</DependentUpon> 152
<SubType>ASPXCodeBehind</SubType> 153
</Compile> 154
<Compile Include="AdminLeft.aspx.designer.cs"> 155
<DependentUpon>AdminLeft.aspx</DependentUpon> 156
</Compile> 157
<Compile Include="AdminLink.aspx.cs"> 158
<DependentUpon>AdminLink.aspx</DependentUpon> 159
<SubType>ASPXCodeBehind</SubType> 160
</Compile> 161
<Compile Include="AdminLink.aspx.designer.cs"> 162
<DependentUpon>AdminLink.aspx</DependentUpon> 163
</Compile> 164
<Compile Include="AdminLogin.aspx.cs"> 165
<DependentUpon>AdminLogin.aspx</DependentUpon> 166
<SubType>ASPXCodeBehind</SubType> 167
</Compile> 168
<Compile Include="AdminLogin.aspx.designer.cs"> 169
<DependentUpon>AdminLogin.aspx</DependentUpon> 170
</Compile> 171
<Compile Include="AdminMain.aspx.cs"> 172
<DependentUpon>AdminMain.aspx</DependentUpon> 173
<SubType>ASPXCodeBehind</SubType> 174
</Compile> 175
<Compile Include="AdminMain.aspx.designer.cs"> 176
<DependentUpon>AdminMain.aspx</DependentUpon> 177
</Compile> 178
<Compile Include="AdminSimpleAdd.aspx.cs"> 179
<DependentUpon>AdminSimpleAdd.aspx</DependentUpon> 180
<SubType>ASPXCodeBehind</SubType> 181
</Compile> 182
<Compile Include="AdminSimpleAdd.aspx.designer.cs"> 183
<DependentUpon>AdminSimpleAdd.aspx</DependentUpon> 184
</Compile> 185
<Compile Include="AdminSimpleEdit.aspx.cs"> 186
<DependentUpon>AdminSimpleEdit.aspx</DependentUpon> 187
<SubType>ASPXCodeBehind</SubType> 188
</Compile> 189
<Compile Include="AdminSimpleEdit.aspx.designer.cs"> 190
<DependentUpon>AdminSimpleEdit.aspx</DependentUpon> 191
</Compile> 192
<Compile Include="AdminSimpleList.aspx.cs"> 193
<DependentUpon>AdminSimpleList.aspx</DependentUpon> 194
<SubType>ASPXCodeBehind</SubType> 195
</Compile> 196
<Compile Include="AdminSimpleList.aspx.designer.cs"> 197
<DependentUpon>AdminSimpleList.aspx</DependentUpon> 198
</Compile> 199
<Compile Include="AdminUser.aspx.cs"> 200
<DependentUpon>AdminUser.aspx</DependentUpon> 201
<SubType>ASPXCodeBehind</SubType> 202
</Compile> 203
<Compile Include="AdminUser.aspx.designer.cs"> 204
<DependentUpon>AdminUser.aspx</DependentUpon> 205
</Compile> 206
<Compile Include="Article.cs"> 207
<SubType>Code</SubType> 208
</Compile> 209
<Compile Include="AssemblyInfo.cs"> 210
<SubType>Code</SubType> 211
</Compile> 212
<Compile Include="Class.cs"> 213
<SubType>Code</SubType> 214
</Compile> 215
<Compile Include="CreateArticle.cs"> 216
<SubType>Code</SubType> 217
</Compile> 218
<Compile Include="CreateClass.cs"> 219
<SubType>Code</SubType> 220
</Compile> 221
<Compile Include="CreateDown.cs"> 222
<SubType>Code</SubType> 223
</Compile> 224
<Compile Include="CreateHtml.cs"> 225
<SubType>Code</SubType> 226
</Compile> 227
<Compile Include="CreateIndexPage.cs"> 228
<SubType>Code</SubType> 229
</Compile> 230
<Compile Include="CreateIntro.cs"> 231
<SubType>Code</SubType> 232
</Compile> 233
<Compile Include="CreateItem.cs"> 234
<SubType>Code</SubType> 235
</Compile> 236
<Compile Include="DBConnection.cs"> 237
<SubType>Code</SubType> 238
</Compile> 239
<Compile Include="DBQuery.cs"> 240
<SubType>Code</SubType> 241
</Compile> 242
<Compile Include="DBTable.cs"> 243
<SubType>Code</SubType> 244
</Compile> 245
<Compile Include="Down.cs"> 246
<SubType>Code</SubType> 247
</Compile> 248
<Compile Include="DownType.cs"> 249
<SubType>Code</SubType> 250
</Compile> 251
<Compile Include="FileOperate.cs"> 252
<SubType>Code</SubType> 253
</Compile> 254
<Compile Include="Global.asax.cs"> 255
<DependentUpon>Global.asax</DependentUpon> 256
<SubType>Code</SubType> 257
</Compile> 258
<Compile Include="Intro.cs"> 259
<SubType>Code</SubType> 260
</Compile> 261
<Compile Include="Item.cs"> 262
<SubType>Code</SubType> 263
</Compile> 264
<Compile Include="Link.cs"> 265
<SubType>Code</SubType> 266
</Compile> 267
<Compile Include="StringManager.cs"> 268
<SubType>Code</SubType> 269
</Compile> 270
<Compile Include="TableQuery.cs"> 271
<SubType>Code</SubType> 272
</Compile> 273
<Content Include="AdminArticleAdd.aspx"> 274
<SubType>Form</SubType> 275
</Content> 276
<Content Include="AdminArticleEdit.aspx"> 277
<SubType>Form</SubType> 278
</Content> 279
<Content Include="AdminArticleList.aspx"> 280
<SubType>Form</SubType> 281
</Content> 282
<Content Include="AdminClass.aspx"> 283
<SubType>Form</SubType> 284
</Content> 285
<Content Include="AdminDown.aspx"> 286
<SubType>Form</SubType> 287
</Content> 288
<Content Include="AdminDownType.aspx"> 289
<SubType>Form</SubType> 290
</Content> 291
<Content Include="AdminIntro.aspx"> 292
<SubType>Form</SubType> 293
</Content> 294
<Content Include="AdminLeft.aspx"> 295
<SubType>Form</SubType> 296
</Content> 297
<Content Include="AdminLink.aspx"> 298
<SubType>Form</SubType> 299
</Content> 300
<Content Include="AdminLogin.aspx"> 301
<SubType>Form</SubType> 302
</Content> 303
<Content Include="AdminMain.aspx"> 304
<SubType>Form</SubType> 305
</Content> 306
<Content Include="AdminSimpleAdd.aspx"> 307
<SubType>Form</SubType> 308
</Content> 309
<Content Include="AdminSimpleEdit.aspx"> 310
<SubType>Form</SubType> 311
</Content> 312
<Content Include="AdminSimpleList.aspx"> 313
<SubType>Form</SubType> 314
</Content> 315
<Content Include="AdminUser.aspx"> 316
<SubType>Form</SubType> 317
</Content> 318
<Content Include="Global.asax"> 319
<SubType>Component</SubType> 320
</Content> 321
<Content Include="Web.config" /> 322
<EmbeddedResource Include="AdminArticleAdd.aspx.resx"> 323
<DependentUpon>AdminArticleAdd.aspx.cs</DependentUpon> 324
</EmbeddedResource> 325
<EmbeddedResource Include="AdminArticleEdit.aspx.resx"> 326
<DependentUpon>AdminArticleEdit.aspx.cs</DependentUpon> 327
</EmbeddedResource> 328
<EmbeddedResource Include="AdminArticleList.aspx.resx"> 329
<DependentUpon>AdminArticleList.aspx.cs</DependentUpon> 330
</EmbeddedResource> 331
<EmbeddedResource Include="AdminClass.aspx.resx"> 332
<DependentUpon>AdminClass.aspx.cs</DependentUpon> 333
</EmbeddedResource> 334
<EmbeddedResource Include="AdminDown.aspx.resx"> 335
<DependentUpon>AdminDown.aspx.cs</DependentUpon> 336
</EmbeddedResource> 337
<EmbeddedResource Include="AdminDownType.aspx.resx"> 338
<DependentUpon>AdminDownType.aspx.cs</DependentUpon> 339
</EmbeddedResource> 340
<EmbeddedResource Include="AdminIntro.aspx.resx"> 341
<DependentUpon>AdminIntro.aspx.cs</DependentUpon> 342
</EmbeddedResource> 343
<EmbeddedResource Include="AdminLeft.aspx.resx"> 344
<DependentUpon>AdminLeft.aspx.cs</DependentUpon> 345
</EmbeddedResource> 346
<EmbeddedResource Include="AdminLink.aspx.resx"> 347
<DependentUpon>AdminLink.aspx.cs</DependentUpon> 348
</EmbeddedResource> 349
<EmbeddedResource Include="AdminLogin.aspx.resx"> 350
<DependentUpon>AdminLogin.aspx.cs</DependentUpon> 351
</EmbeddedResource> 352
<EmbeddedResource Include="AdminMain.aspx.resx"> 353
<DependentUpon>AdminMain.aspx.cs</DependentUpon> 354
</EmbeddedResource> 355
<EmbeddedResource Include="AdminSimpleAdd.aspx.resx"> 356
<DependentUpon>AdminSimpleAdd.aspx.cs</DependentUpon> 357
</EmbeddedResource> 358
<EmbeddedResource Include="AdminSimpleEdit.aspx.resx"> 359
<DependentUpon>AdminSimpleEdit.aspx.cs</DependentUpon> 360
</EmbeddedResource> 361
<EmbeddedResource Include="AdminSimpleList.aspx.resx"> 362
<DependentUpon>AdminSimpleList.aspx.cs</DependentUpon> 363
</EmbeddedResource> 364
<EmbeddedResource Include="AdminUser.aspx.resx"> 365
<DependentUpon>AdminUser.aspx.cs</DependentUpon> 366
</EmbeddedResource> 367
<EmbeddedResource Include="Global.asax.resx"> 368
<DependentUpon>Global.asax.cs</DependentUpon> 369
</EmbeddedResource> 370
</ItemGroup> 371
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 372
<PropertyGroup> 373
<PreBuildEvent> 374
</PreBuildEvent> 375
<PostBuildEvent> 376
</PostBuildEvent> 377
</PropertyGroup> 378
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v8.0\WebApplications\Microsoft.WebApplication.targets" /> 379
<ProjectExtensions> 380
<VisualStudio> 381
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> 382
<WebProjectProperties> 383
<UseIIS>True</UseIIS> 384
<AutoAssignPort>True</AutoAssignPort> 385
<DevelopmentServerPort>0</DevelopmentServerPort> 386
<DevelopmentServerVPath>/</DevelopmentServerVPath> 387
<IISUrl>http://localhost</IISUrl> 388
<NTLMAuthentication>False</NTLMAuthentication> 389
</WebProjectProperties> 390
</FlavorProperties> 391
</VisualStudio> 392
</ProjectExtensions> 393
</Project>




