You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
253 lines
16 KiB
253 lines
16 KiB
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{69C00F60-F28A-4CBC-B1A4-2DB73BB97471}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SiteServer.API</RootNamespace>
|
|
<AssemblyName>SiteServer.API</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<Use64BitIISExpress />
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<UseGlobalApplicationHostFile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Owin.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SiteServer.Plugin, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SiteServer.Plugin.2.1.0\lib\net45\SiteServer.Plugin.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.6\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Cors, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Cors.5.2.6\lib\net45\System.Web.Cors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Entity" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.6\lib\net45\System.Web.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Http.Cors, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.6\lib\net45\System.Web.Http.Cors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http.WebHost, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.6\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.6\lib\net45\System.Web.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.6\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.EnterpriseServices" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
<None Include="Web.Release.config">
|
|
<DependentUpon>Web.config</DependentUpon>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="安装向导.html" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CentralizedPrefixProvider.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentAddLayerImageController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerCopyController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerCutController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerImportController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerExportController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerArrangeController.cs" />
|
|
<Compile Include="Controllers\Home\HomeController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerAttributesController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerCheckController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerColumnsController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerDeleteController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerGroupController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerStateController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerTaxisController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerViewController.cs" />
|
|
<Compile Include="Controllers\Home\HomeContentsLayerWordController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerCopyController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerCutController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerArrangeController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerImportController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerExportController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerCheckController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerViewController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerStateController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerTaxisController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerGroupController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerAttributesController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerDeleteController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerColumnsController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsLayerWordController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesContentsController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesCreateController.cs" />
|
|
<Compile Include="Controllers\Pages\Cms\PagesCreateStatusController.cs" />
|
|
<Compile Include="Controllers\Pages\PagesMainController.cs" />
|
|
<Compile Include="Controllers\Pages\Plugins\PagesInstallController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesUserMenuController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesUserGroupController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesUserStyleController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesUserConfigController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesUserHomeController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesSiteTableController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesAdminAccessTokensViewLayerController.cs" />
|
|
<Compile Include="Controllers\Pages\PagesDashboardController.cs" />
|
|
<Compile Include="Controllers\Pages\Shared\PagesTableValidateController.cs" />
|
|
<Compile Include="Controllers\Pages\Shared\PagesTableStyleController.cs" />
|
|
<Compile Include="Controllers\Plugins\PluginController.cs" />
|
|
<Compile Include="Controllers\Preview\PreviewController.cs" />
|
|
<Compile Include="Controllers\V1\V1ContentsController.cs" />
|
|
<Compile Include="Controllers\V1\V1CaptchaController.cs" />
|
|
<Compile Include="Controllers\Pages\Settings\PagesAdminAccessTokensController.cs" />
|
|
<Compile Include="Controllers\Sys\SysErrorController.cs" />
|
|
<Compile Include="Controllers\Sys\SysPackagingClearCacheController.cs" />
|
|
<Compile Include="Controllers\Sys\SysPackagingUpdateSsCmsController.cs" />
|
|
<Compile Include="Controllers\Sys\SysPackagingUpdateController.cs" />
|
|
<Compile Include="Controllers\Sys\SysPackagingSyncDatabaseController.cs" />
|
|
<Compile Include="Controllers\Sys\SysPackagingDownloadController.cs" />
|
|
<Compile Include="Controllers\Sys\SysUEditorController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsDownloadController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsDynamicController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsIfController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsLoadingChannelsController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsPageContentsController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsRelatedFieldController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsSearchController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsTriggerController.cs" />
|
|
<Compile Include="Controllers\Sys\SysStlActionsUploadController.cs" />
|
|
<Compile Include="Controllers\V1\V1TestController.cs" />
|
|
<Compile Include="Controllers\V1\V1AdministratorsController.cs" />
|
|
<Compile Include="Controllers\V1\V1UsersController.cs" />
|
|
<Compile Include="Controllers\V1\V1PingController.cs" />
|
|
<Compile Include="Controllers\V1\V1StlController.cs" />
|
|
<Compile Include="ErrorRedirectModule.cs" />
|
|
<Compile Include="NamespaceHttpControllerSelector.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
<Compile Include="WebApiConfig.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SiteServer.BackgroundPages\SiteServer.BackgroundPages.csproj">
|
|
<Project>{6aa1713a-3b77-4b20-b8c7-fcb6de556f64}</Project>
|
|
<Name>SiteServer.BackgroundPages</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SiteServer.CMS\SiteServer.CMS.csproj">
|
|
<Project>{944127c3-915d-4f02-a534-64ec668c46ec}</Project>
|
|
<Name>SiteServer.CMS</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SiteServer.Utils\SiteServer.Utils.csproj">
|
|
<Project>{2176d8ba-5f57-4c56-8e21-a09011517ae2}</Project>
|
|
<Name>SiteServer.Utils</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.9.0\build\Microsoft.Net.Compilers.props'))" />
|
|
</Target>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|