温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:LiveBlog v1.0测试版源码
当前文件:
LiveBlog/LiveBlog.Core/LiveBlog.Core.csproj,打开代码结构图
LiveBlog/LiveBlog.Core/LiveBlog.Core.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>{9ED9914A-FB6E-4D21-8C71-9122E8C3076B}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>LiveBlog.Core</RootNamespace> 11
<AssemblyName>LiveBlog.Core</AssemblyName> 12
<SccProjectName> 13
</SccProjectName> 14
<SccLocalPath> 15
</SccLocalPath> 16
<SccAuxPath> 17
</SccAuxPath> 18
<SccProvider> 19
</SccProvider> 20
<SignAssembly>false</SignAssembly> 21
<AssemblyOriginatorKeyFile> 22
</AssemblyOriginatorKeyFile> 23
</PropertyGroup> 24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 25
<DebugSymbols>true</DebugSymbols> 26
<DebugType>full</DebugType> 27
<Optimize>false</Optimize> 28
<OutputPath>bin\Debug\</OutputPath> 29
<DefineConstants>DEBUG;TRACE</DefineConstants> 30
<ErrorReport>prompt</ErrorReport> 31
<WarningLevel>4</WarningLevel> 32
<DocumentationFile> 33
</DocumentationFile> 34
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 35
<RunCodeAnalysis>false</RunCodeAnalysis> 36
<CodeAnalysisRules>-Microsoft.Design#CA1020</CodeAnalysisRules> 37
</PropertyGroup> 38
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 39
<DebugType>pdbonly</DebugType> 40
<Optimize>true</Optimize> 41
<OutputPath>bin\Release\</OutputPath> 42
<DefineConstants>TRACE</DefineConstants> 43
<ErrorReport>prompt</ErrorReport> 44
<WarningLevel>4</WarningLevel> 45
<DocumentationFile>bin\Release\BlogEngine.Core.XML</DocumentationFile> 46
</PropertyGroup> 47
<ItemGroup> 48
<Reference Include="MySql.Data, Version=1.0.7.3399, Culture=neutral, processorArchitecture=MSIL" /> 49
<Reference Include="System" /> 50
<Reference Include="System.configuration" /> 51
<Reference Include="System.Data" /> 52
<Reference Include="System.Design" /> 53
<Reference Include="System.Drawing" /> 54
<Reference Include="System.Web" /> 55
<Reference Include="System.Xml" /> 56
</ItemGroup> 57
<ItemGroup> 58
<Compile Include="API\MetaWeblog\MetaWeblogHandler.cs" /> 59
<Compile Include="API\MetaWeblog\XMLRPCRequest.cs" /> 60
<Compile Include="API\MetaWeblog\XMLRPCResponse.cs" /> 61
<Compile Include="Category.cs" /> 62
<Compile Include="Ping\Manager.cs" /> 63
<Compile Include="Ping\Trackback.cs" /> 64
<Compile Include="ServingEventArgs.cs" /> 65
<Compile Include="Providers\MSSQLBlogProvider.cs" /> 66
<Compile Include="Providers\XmlProvider\PingServices.cs" /> 67
<Compile Include="SavedEventArgs.cs" /> 68
<Compile Include="Search.cs" /> 69
<Compile Include="SyndicationFormat.cs" /> 70
<Compile Include="Web\Controls\ExtensionAttribute.cs" /> 71
<Compile Include="Web\Controls\CommentViewBase.cs"> 72
<SubType>ASPXCodeBehind</SubType> 73
</Compile> 74
<Compile Include="Web\Controls\PageSiteMap.cs" /> 75
<Compile Include="Web\HttpHandlers\OpmlHandler.cs" /> 76
<Compile Include="Web\HttpHandlers\RatingHandler.cs" /> 77
<Compile Include="Web\HttpHandlers\CssHandler.cs" /> 78
<Compile Include="Web\HttpHandlers\FileHandler.cs" /> 79
<Compile Include="Web\HttpHandlers\ImageHandler.cs" /> 80
<Compile Include="Web\HttpHandlers\OpenSearchHandler.cs" /> 81
<Compile Include="Web\HttpHandlers\PingbackHandler.cs" /> 82
<Compile Include="Web\HttpHandlers\RsdHandler.cs" /> 83
<Compile Include="Web\HttpHandlers\SiteMap.cs" /> 84
<Compile Include="Providers\BlogProvider.cs" /> 85
<Compile Include="Providers\BlogProviderSection.cs" /> 86
<Compile Include="Providers\BlogService.cs" /> 87
<Compile Include="BlogSettings.cs" /> 88
<Compile Include="BusinessBase.cs" /> 89
<Compile Include="Comment.cs" /> 90
<Compile Include="Web\Controls\BlogBasePage.cs"> 91
<SubType>ASPXCodeBehind</SubType> 92
</Compile> 93
<Compile Include="Web\Controls\PostViewBase.cs"> 94
<SubType>ASPXCodeBehind</SubType> 95
</Compile> 96
<Compile Include="Page.cs" /> 97
<Compile Include="Ping\Pingback.cs" /> 98
<Compile Include="Ping\PingService.cs" /> 99
<Compile Include="Post.cs" /> 100
<Compile Include="Properties\AssemblyInfo.cs" /> 101
<Compile Include="StateCollection.cs" /> 102
<Compile Include="Utils.cs" /> 103
<Compile Include="Providers\XmlProvider\XmlMembershipProvider.cs" /> 104
<Compile Include="Web\HttpHandlers\SyndicationHandler.cs" /> 105
<Compile Include="Web\HttpHandlers\TrackbackHandler.cs" /> 106
<Compile Include="Web\HttpModules\CompressionModule.cs" /> 107
<Compile Include="Web\HttpModules\ReferrerModule.cs" /> 108
<Compile Include="Web\HttpModules\WwwSubDomainModule.cs" /> 109
</ItemGroup> 110
<ItemGroup> 111
<Compile Include="FileManager\FileManagerInfo.cs" /> 112
<Compile Include="FileManager\Model\FileFolderInfo.cs" /> 113
<Compile Include="FileManager\Web\Processor\FileManagerProcessor.cs" /> 114
<Compile Include="IPublishable.cs" /> 115
<Compile Include="Providers\MySQLBlogProvider.cs" /> 116
<Compile Include="Providers\OleDbBlogProvider.cs"> 117
<SubType>Code</SubType> 118
</Compile> 119
<Compile Include="Providers\XmlProvider\Categories.cs" /> 120
<Compile Include="Providers\XmlProvider\Settings.cs" /> 121
<Compile Include="Providers\XmlProvider\Pages.cs" /> 122
<Compile Include="Providers\XmlProvider\Posts.cs" /> 123
<Compile Include="Providers\XmlProvider\XmlRoleProvider.cs" /> 124
<Compile Include="Role.cs" /> 125
<Compile Include="SyndicationGenerator.cs" /> 126
<Compile Include="Web\Controls\RewriteFormHtmlTextWriter.cs" /> 127
<Compile Include="Web\HttpHandlers\BlogMLExportHandler.cs" /> 128
<Compile Include="Web\HttpHandlers\JavaScriptHandler.cs" /> 129
<Compile Include="Web\HttpHandlers\MonsterHandler.cs" /> 130
<Compile Include="Web\HttpModules\CleanPageModule.cs" /> 131
</ItemGroup> 132
<ItemGroup> 133
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> 134
</ItemGroup> 135
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 136
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 137
Other similar extension points exist, see Microsoft.Common.targets. 138
<Target Name="BeforeBuild"> 139
</Target> 140
<Target Name="AfterBuild"> 141
</Target> 142
--> 143
</Project>



