温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:SpaceBuilder v1.0正式版源码
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>{5896B559-E422-4993-AD49-DA7672663876}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>SpaceBuilder.Web.Controls</RootNamespace> 11
<AssemblyName>SpaceBuilder.Web.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="SpaceBuilder.Blogs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 36
<SpecificVersion>False</SpecificVersion> 37
<HintPath>..\Libs\SpaceBuilder.Blogs.dll</HintPath> 38
</Reference> 39
<Reference Include="SpaceBuilder.Bookmarks, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 40
<SpecificVersion>False</SpecificVersion> 41
<HintPath>..\Libs\SpaceBuilder.Bookmarks.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.Events, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 48
<SpecificVersion>False</SpecificVersion> 49
<HintPath>..\Libs\SpaceBuilder.Events.dll</HintPath> 50
</Reference> 51
<Reference Include="SpaceBuilder.Files, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 52
<SpecificVersion>False</SpecificVersion> 53
<HintPath>..\Libs\SpaceBuilder.Files.dll</HintPath> 54
</Reference> 55
<Reference Include="SpaceBuilder.Forums, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 56
<SpecificVersion>False</SpecificVersion> 57
<HintPath>..\Libs\SpaceBuilder.Forums.dll</HintPath> 58
</Reference> 59
<Reference Include="SpaceBuilder.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 60
<SpecificVersion>False</SpecificVersion> 61
<HintPath>..\Libs\SpaceBuilder.Framework.dll</HintPath> 62
</Reference> 63
<Reference Include="SpaceBuilder.Friends, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 64
<SpecificVersion>False</SpecificVersion> 65
<HintPath>..\Libs\SpaceBuilder.Friends.dll</HintPath> 66
</Reference> 67
<Reference Include="SpaceBuilder.Galleries, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 68
<SpecificVersion>False</SpecificVersion> 69
<HintPath>..\Libs\SpaceBuilder.Galleries.dll</HintPath> 70
</Reference> 71
<Reference Include="SpaceBuilder.Jobs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 72
<SpecificVersion>False</SpecificVersion> 73
<HintPath>..\Libs\SpaceBuilder.Jobs.dll</HintPath> 74
</Reference> 75
<Reference Include="SpaceBuilder.License, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 76
<SpecificVersion>False</SpecificVersion> 77
<HintPath>..\Libs\SpaceBuilder.License.dll</HintPath> 78
</Reference> 79
<Reference Include="SpaceBuilder.LuceneSearch, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 80
<SpecificVersion>False</SpecificVersion> 81
<HintPath>..\Libs\SpaceBuilder.LuceneSearch.dll</HintPath> 82
</Reference> 83
<Reference Include="SpaceBuilder.Messages, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 84
<SpecificVersion>False</SpecificVersion> 85
<HintPath>..\Libs\SpaceBuilder.Messages.dll</HintPath> 86
</Reference> 87
<Reference Include="SpaceBuilder.Pay, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 88
<SpecificVersion>False</SpecificVersion> 89
<HintPath>..\Libs\SpaceBuilder.Pay.dll</HintPath> 90
</Reference> 91
<Reference Include="SpaceBuilder.Posts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 92
<SpecificVersion>False</SpecificVersion> 93
<HintPath>..\Libs\SpaceBuilder.Posts.dll</HintPath> 94
</Reference> 95
<Reference Include="SpaceBuilder.Rewards, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 96
<SpecificVersion>False</SpecificVersion> 97
<HintPath>..\Libs\SpaceBuilder.Rewards.dll</HintPath> 98
</Reference> 99
<Reference Include="System" /> 100
<Reference Include="System.Data" /> 101
<Reference Include="System.Drawing" /> 102
<Reference Include="System.Web" /> 103
<Reference Include="System.Windows.Forms" /> 104
<Reference Include="System.Xml" /> 105
<Reference Include="TunyNet.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 106
<SpecificVersion>False</SpecificVersion> 107
<HintPath>..\Libs\TunyNet.Framework.dll</HintPath> 108
</Reference> 109
<Reference Include="TunyNet.Web.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 110
<SpecificVersion>False</SpecificVersion> 111
<HintPath>..\Libs\TunyNet.Web.UI.dll</HintPath> 112
</Reference> 113
</ItemGroup> 114
<ItemGroup> 115
<Compile Include="Channel\AreaRepeater.cs" /> 116
<Compile Include="Channel\ChannelGlobalMenu.cs" /> 117
<Compile Include="Channel\News\ChannelNewsSearchBlock.cs" /> 118
<Compile Include="Channel\News\NewsBreadCrumb.cs" /> 119
<Compile Include="Channel\News\NewsList.cs" /> 120
<Compile Include="Channel\News\NewsShow.cs" /> 121
<Compile Include="Channel\News\NewsCategoryList.cs" /> 122
<Compile Include="Channel\News\SiteNewsThreadRepeaterList.cs" /> 123
<Compile Include="Channel\NoSearchResults.cs" /> 124
<Compile Include="Channel\Search\BlogSearchResults.cs" /> 125
<Compile Include="Channel\Search\BookmarkSearchResults.cs" /> 126
<Compile Include="Channel\Search\ClubSearchResults.cs" /> 127
<Compile Include="Channel\Search\EventSearchResults.cs" /> 128
<Compile Include="Channel\Search\FileSearchResults.cs" /> 129
<Compile Include="Channel\Search\ForumSearchResults.cs" /> 130
<Compile Include="Channel\Search\NewsSearchResults.cs" /> 131
<Compile Include="Channel\Search\PhotoSearchResults.cs" /> 132
<Compile Include="Channel\Search\SearchBlock.cs" /> 133
<Compile Include="Channel\Search\SearchHearder.cs" /> 134
<Compile Include="Channel\SiteLink.cs" /> 135
<Compile Include="Channel\SiteLinkRepeater.cs"> 136
</Compile> 137
<Compile Include="Manage\Advertising\EditAdvertising.cs" /> 138
<Compile Include="Manage\Advertising\EditAdvertisingPosition.cs" /> 139
<Compile Include="Manage\Advertising\ManageAdvertisingPositions.cs" /> 140
<Compile Include="Manage\Advertising\ManageAdvertisings.cs" /> 141
<Compile Include="Manage\BaseControls\ForumBaseControl.cs" /> 142
<Compile Include="Manage\BaseControls\ManageBaseControl.cs" /> 143
<Compile Include="Manage\Club\EditClubCategory.cs" /> 144
<Compile Include="Manage\Club\ClubSearchBlock.cs" /> 145
<Compile Include="Manage\Club\ClubSearchResult.cs" /> 146
<Compile Include="Manage\Club\ManageClubCategories.cs" /> 147
<Compile Include="Manage\Commend\CommendedItemEditor.cs" /> 148
<Compile Include="Manage\Commend\CommendedItemTypeEditor.cs" /> 149
<Compile Include="Manage\Commend\CommendedUserEditor.cs" /> 150
<Compile Include="Manage\Commend\CommendedUserTypeEditor.cs" /> 151
<Compile Include="Manage\Commend\ManageCommendedItems.cs" /> 152
<Compile Include="Manage\Commend\ManageCommendedItemTypes.cs" /> 153
<Compile Include="Manage\Commend\ManageCommendedUsers.cs" /> 154
<Compile Include="Manage\Commend\ManageCommendedUserTypes.cs" /> 155
<Compile Include="Manage\Event\EditEventCategory.cs" /> 156
<Compile Include="Manage\Event\EventSearchBlock.cs" /> 157
<Compile Include="Manage\Event\EventSearchResult.cs" /> 158
<Compile Include="Manage\Event\ManageEventCategories.cs"> 159
<SubType>Code</SubType> 160
</Compile> 161
<Compile Include="Manage\Forum\EditForumGroup.cs" /> 162
<Compile Include="Manage\Forum\EditForumSection.cs"> 163
<SubType>Code</SubType> 164
</Compile> 165
<Compile Include="Manage\Forum\ManageForumSections.cs" /> 166
<Compile Include="Manage\Forum\ShowForumSections.cs" /> 167
<Compile Include="Manage\ManageSideMenu.cs" /> 168
<Compile Include="Manage\Message\MessageHint.cs" /> 169
<Compile Include="Manage\Message\SendMessage.cs" /> 170
<Compile Include="Manage\News\EditNews.cs" /> 171
<Compile Include="Manage\News\ManageNews.cs" /> 172
<Compile Include="Manage\News\EditNewsCategory.cs" /> 173
<Compile Include="Manage\News\ManageNewsCategory.cs" /> 174
<Compile Include="Manage\SiteLink\SiteLink.cs" /> 175
<Compile Include="Manage\SiteLink\SiteLinkCategory.cs" /> 176
<Compile Include="Manage\SiteLink\SiteLinkCategoryList.cs" /> 177
<Compile Include="Manage\SiteLink\SiteLinkList.cs" /> 178
<Compile Include="Manage\SystemManage\EditSensitiveWord.cs" /> 179
<Compile Include="Manage\SystemManage\ManageSensitiveWord.cs" /> 180
<Compile Include="Manage\SystemManage\RebuildIndex.cs" /> 181
<Compile Include="Manage\Message\ManageMessages.cs" /> 182
<Compile Include="Manage\Message\ReplyMessage.cs" /> 183
<Compile Include="Manage\SystemManage\SiteSettingAdmin.cs" /> 184
<Compile Include="Manage\SystemManage\TasksReport.cs" /> 185
<Compile Include="Manage\SystemManage\VersionReport.cs" /> 186
<Compile Include="Manage\Trade\ManageTradeRecords.cs" /> 187
<Compile Include="Manage\Trade\ShowTradeRecord.cs" /> 188
<Compile Include="Manage\User\EditPersonUser.cs" /> 189
<Compile Include="Manage\User\PersonUserSearchBlock.cs" /> 190
<Compile Include="Manage\User\PersonUserSearchResult.cs" /> 191
<Compile Include="Manage\User\ResetPassword.cs" /> 192
<Compile Include="Manage\User\UserRolesEditor.cs" /> 193
<Compile Include="Manage\VersionHint.cs" /> 194
<Compile Include="Properties\AssemblyInfo.cs" /> 195
<Compile Include="Utility\CommendedItemEditor.cs" /> 196
<Compile Include="Utility\CommendedUserEditor.cs" /> 197
<Compile Include="Utility\ContentSelector.cs" /> 198
</ItemGroup> 199
<ItemGroup> 200
<ProjectReference Include="..\ClubControls\ClubControls.csproj"> 201
<Project>{EC011439-B813-4C2B-9C89-4AE12CCAC00A}</Project> 202
<Name>ClubControls</Name> 203
</ProjectReference> 204
<ProjectReference Include="..\Controls\Controls.csproj"> 205
<Project>{F22F657E-DFD1-49AB-8EF6-B66AB7208280}</Project> 206
<Name>Controls</Name> 207
</ProjectReference> 208
<ProjectReference Include="..\EventControls\EventControls.csproj"> 209
<Project>{2704F693-4720-4F34-B035-9544F7203CF4}</Project> 210
<Name>EventControls</Name> 211
</ProjectReference> 212
<ProjectReference Include="..\FileControls\FileControls.csproj"> 213
<Project>{C6230859-45D8-4E3C-9957-5EF8F6545FB6}</Project> 214
<Name>FileControls</Name> 215
</ProjectReference> 216
<ProjectReference Include="..\ForumControls\ForumControls.csproj"> 217
<Project>{3A0645A6-B32C-4D18-9F19-E24C5F37DD2C}</Project> 218
<Name>ForumControls</Name> 219
</ProjectReference> 220
</ItemGroup> 221
<ItemGroup> 222
<EmbeddedResource Include="Utility\ContentSelector.js" /> 223
</ItemGroup> 224
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 225
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 226
Other similar extension points exist, see Microsoft.Common.targets. 227
<Target Name="BeforeBuild"> 228
</Target> 229
<Target Name="AfterBuild"> 230
</Target> 231
--> 232
</Project>


