您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->SpaceBuilder v1.0正式版源码>>BlogControls/BlogControls.csproj>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:SpaceBuilder v1.0正式版源码
当前文件:文件类型 SpaceBuiderV10Source/BlogControls/BlogControls.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>{D60DF44F-7EDA-4381-8A72-20548F794103}</ProjectGuid> 8 <OutputType>Library</OutputType> 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <RootNamespace>SpaceBuilder.Blogs.Controls</RootNamespace> 11 <AssemblyName>SpaceBuilder.Blogs.Controls</AssemblyName> 12 <SccProjectName>SAK</SccProjectName> 13 <SccLocalPath>SAK</SccLocalPath> 14 <SccAuxPath>SAK</SccAuxPath> 15 <SccProvider>SAK</SccProvider> 16 </PropertyGroup> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <DebugSymbols>true</DebugSymbols> 19 <DebugType>full</DebugType> 20 <Optimize>false</Optimize> 21 <OutputPath>bin\Debug\</OutputPath> 22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <ErrorReport>prompt</ErrorReport> 24 <WarningLevel>4</WarningLevel> 25 </PropertyGroup> 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 27 <DebugType>pdbonly</DebugType> 28 <Optimize>true</Optimize> 29 <OutputPath>bin\Release\</OutputPath> 30 <DefineConstants>TRACE</DefineConstants> 31 <ErrorReport>prompt</ErrorReport> 32 <WarningLevel>4</WarningLevel> 33 </PropertyGroup> 34 <ItemGroup> 35 <Reference Include="AjaxControlToolkit, Version=1.0.10201.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL"> 36 <SpecificVersion>False</SpecificVersion> 37 <HintPath>..\Libs\AjaxControlToolkit.dll</HintPath> 38 </Reference> 39 <Reference Include="SpaceBuilder.Blogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 40 <SpecificVersion>False</SpecificVersion> 41 <HintPath>..\Libs\SpaceBuilder.Blogs.dll</HintPath> 42 </Reference> 43 <Reference Include="SpaceBuilder.Clubs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 44 <SpecificVersion>False</SpecificVersion> 45 <HintPath>..\Libs\SpaceBuilder.Clubs.dll</HintPath> 46 </Reference> 47 <Reference Include="SpaceBuilder.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 48 <SpecificVersion>False</SpecificVersion> 49 <HintPath>..\Libs\SpaceBuilder.Framework.dll</HintPath> 50 </Reference> 51 <Reference Include="SpaceBuilder.Messages, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 52 <SpecificVersion>False</SpecificVersion> 53 <HintPath>..\Libs\SpaceBuilder.Messages.dll</HintPath> 54 </Reference> 55 <Reference Include="SpaceBuilder.Posts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 56 <SpecificVersion>False</SpecificVersion> 57 <HintPath>..\Libs\SpaceBuilder.Posts.dll</HintPath> 58 </Reference> 59 <Reference Include="System" /> 60 <Reference Include="System.Data" /> 61 <Reference Include="System.Web" /> 62 <Reference Include="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> 63 <Reference Include="System.Xml" /> 64 <Reference Include="TunyNet.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 65 <SpecificVersion>False</SpecificVersion> 66 <HintPath>..\Libs\TunyNet.Framework.dll</HintPath> 67 </Reference> 68 <Reference Include="TunyNet.Web.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 69 <SpecificVersion>False</SpecificVersion> 70 <HintPath>..\Libs\TunyNet.Web.UI.dll</HintPath> 71 </Reference> 72 </ItemGroup> 73 <ItemGroup> 74 <Compile Include="Admin\BlogFeedbackAdmin.cs" /> 75 <Compile Include="Admin\BlogSettingsAdmin.cs" /> 76 <Compile Include="Admin\ContentList.cs" /> 77 <Compile Include="Admin\CreateEditBlogPost.cs" /> 78 <Compile Include="Admin\ManageAttachments.cs" /> 79 <Compile Include="Admin\UploadAttachment.cs" /> 80 <Compile Include="Admin\UploadBlogAttachment.cs" /> 81 <Compile Include="Admin\WeblogReferralList.cs" /> 82 <Compile Include="BaseControls\WeblogAdminThemedControl.cs" /> 83 <Compile Include="BaseControls\WeblogTemplatedWebControl.cs" /> 84 <Compile Include="BaseControls\WeblogThemedControl.cs"> 85 </Compile> 86 <Compile Include="BlogPostTypeDropDownList.cs" /> 87 <Compile Include="BlogRepeater.cs" /> 88 <Compile Include="BlogThreadSubscribeLinkButton.cs" /> 89 <Compile Include="Channel\BlogBreadCrumb.cs" /> 90 <Compile Include="Channel\BlogRanks.cs" /> 91 <Compile Include="Channel\ChannelBlogNavigation.cs" /> 92 <Compile Include="Channel\ChannelBlogSearchBlock.cs" /> 93 <Compile Include="Channel\ListPosts.cs" /> 94 <Compile Include="Channel\PostRanks.cs" /> 95 <Compile Include="Club\BlogBreadCrumbForClub.cs" /> 96 <Compile Include="Club\BlogThreadListForClub.cs" /> 97 <Compile Include="Club\BlogThreadListForClubBasePage.cs"> 98 <SubType>ASPXCodeBehind</SubType> 99 </Compile> 100 <Compile Include="Club\CommendedBlogThreadListRepeater.cs" /> 101 <Compile Include="Club\MyBlogThreadListForClub.cs" /> 102 <Compile Include="Club\BlogThreadListForClubBreadCrumb.cs" /> 103 <Compile Include="CommendBlogRepeater.cs" /> 104 <Compile Include="CommendBlogThreadRepeater.cs" /> 105 <Compile Include="CommentModerationDropDownList.cs" /> 106 <Compile Include="CommentRepeater.cs" /> 107 <Compile Include="DownloadAttachmentLink.cs" /> 108 <Compile Include="HttpHandler\AttachmentHandler.cs" /> 109 <Compile Include="HttpHandler\BlogCommentRssHandler.cs" /> 110 <Compile Include="HttpHandler\BlogPostRssHandler.cs" /> 111 <Compile Include="HttpHandler\ShortLink.cs" /> 112 <Compile Include="HttpHandler\TrackBackHandler.cs" /> 113 <Compile Include="PostReplyButton.cs" /> 114 <Compile Include="Properties\AssemblyInfo.cs" /> 115 <Compile Include="SyndicationAutoDiscovery.cs" /> 116 <Compile Include="TrackbackMarkUp.cs" /> 117 <Compile Include="Views\ArchiveList.cs" /> 118 <Compile Include="Views\BlogPostToolBar.cs" /> 119 <Compile Include="Views\BlogRatePost.cs" /> 120 <Compile Include="Views\BlogSideBar.cs" /> 121 <Compile Include="Views\CommentForm.cs" /> 122 <Compile Include="Views\EntryComments.cs" /> 123 <Compile Include="Views\EntryList.cs" /> 124 <Compile Include="Views\EntryView.cs" /> 125 <Compile Include="Views\MyBlogThreadsBlock.cs" /> 126 <Compile Include="Views\Subscriptions.cs" /> 127 <Compile Include="Views\WeblogCalendar.cs" /> 128 <Compile Include="Admin\WeblogMenu.cs" /> 129 <Compile Include="BlogThreadRepeater.cs" /> 130 </ItemGroup> 131 <ItemGroup> 132 <ProjectReference Include="..\ClubControls\ClubControls.csproj"> 133 <Project>{EC011439-B813-4C2B-9C89-4AE12CCAC00A}</Project> 134 <Name>ClubControls</Name> 135 </ProjectReference> 136 <ProjectReference Include="..\Controls\Controls.csproj"> 137 <Project>{F22F657E-DFD1-49AB-8EF6-B66AB7208280}</Project> 138 <Name>Controls</Name> 139 </ProjectReference> 140 </ItemGroup> 141 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 143 Other similar extension points exist, see Microsoft.Common.targets. 144 <Target Name="BeforeBuild"> 145 </Target> 146 <Target Name="AfterBuild"> 147 </Target> 148 --> 149</Project>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:SpaceBuilder v1.0正式版源码