mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
213 lines
10 KiB
XML
213 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<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>{D2C16047-E658-444A-A45D-23CEE79CB8F3}</ProjectGuid>
|
|
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>OnlineEditorsExampleMVC</RootNamespace>
|
|
<AssemblyName>OnlineEditorsExampleMVC</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<UseIISExpress>true</UseIISExpress>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
<Use64BitIISExpress />
|
|
<UseGlobalApplicationHostFile />
|
|
<NuGetPackageImportStamp>
|
|
</NuGetPackageImportStamp>
|
|
</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' ">
|
|
<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="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="Antlr3.Runtime">
|
|
<HintPath>packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework">
|
|
<HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Web.Infrastructure">
|
|
<HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Net.Http.Formatting">
|
|
<HintPath>packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Helpers">
|
|
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http">
|
|
<HintPath>packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Http.WebHost">
|
|
<HintPath>packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc">
|
|
<HintPath>packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Optimization">
|
|
<HintPath>packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor">
|
|
<HintPath>packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages">
|
|
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment">
|
|
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor">
|
|
<HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="WebGrease">
|
|
<HintPath>packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="App_Start\BundleConfig.cs" />
|
|
<Compile Include="App_Start\FilterConfig.cs" />
|
|
<Compile Include="App_Start\RouteConfig.cs" />
|
|
<Compile Include="App_Start\WebApiConfig.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Helpers\TrackManager.cs" />
|
|
<Compile Include="Helpers\DocManagerHelper.cs" />
|
|
<Compile Include="Helpers\DocumentConverter.cs" />
|
|
<Compile Include="Helpers\JwtManager.cs" />
|
|
<Compile Include="Helpers\Utils.cs" />
|
|
<Compile Include="Models\FileModel.cs" />
|
|
<Compile Include="Models\FileUtility.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="WebEditor.ashx.cs">
|
|
<DependentUpon>WebEditor.ashx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\editor.css" />
|
|
<Content Include="Content\images\alert.png" />
|
|
<Content Include="Content\images\block-content-24.png" />
|
|
<Content Include="Content\images\cell.ico" />
|
|
<Content Include="Content\images\close.png" />
|
|
<Content Include="Content\images\comment-24.png" />
|
|
<Content Include="Content\images\corner.png" />
|
|
<Content Include="Content\images\delete-24.png" />
|
|
<Content Include="Content\images\desktop-24.png" />
|
|
<Content Include="Content\images\done.png" />
|
|
<Content Include="Content\images\download-24.png" />
|
|
<Content Include="Content\images\embeded-24.png" />
|
|
<Content Include="Content\images\file_docx.png" />
|
|
<Content Include="Content\images\file_pptx.png" />
|
|
<Content Include="Content\images\file_upload.png" />
|
|
<Content Include="Content\images\file_xlsx.png" />
|
|
<Content Include="Content\images\fill-forms-24.png" />
|
|
<Content Include="Content\images\filter-24.png" />
|
|
<Content Include="Content\images\loader16.gif" />
|
|
<Content Include="Content\images\logo.png" />
|
|
<Content Include="Content\images\mobile-24.png" />
|
|
<Content Include="Content\images\question_small.png" />
|
|
<Content Include="Content\images\review-24.png" />
|
|
<Content Include="Content\images\slide.ico" />
|
|
<Content Include="Content\images\word.ico" />
|
|
<Content Include="Content\jquery-ui.css" />
|
|
<Content Include="Content\stylesheet.css" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="LICENSE" />
|
|
<Content Include="ReadMe.txt" />
|
|
<Content Include="Scripts\jquery-1.8.2.js" />
|
|
<Content Include="Scripts\jquery-ui.js" />
|
|
<Content Include="Scripts\jquery.blockUI.js" />
|
|
<Content Include="Scripts\jquery.dropdownToggle.js" />
|
|
<Content Include="Scripts\jquery.fileupload.js" />
|
|
<Content Include="Scripts\jquery.iframe-transport.js" />
|
|
<Content Include="Scripts\jscript.js" />
|
|
<Content Include="Views\Home\Editor.aspx" />
|
|
<Content Include="Views\Home\Index.aspx" />
|
|
<Content Include="Web.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\Shared\Error.aspx" />
|
|
<Content Include="licenses\EntityFramework.license" />
|
|
<Content Include="licenses\Microsoft.Web.Infrastructure.license" />
|
|
<Content Include="licenses\Newtonsoft.Json.license" />
|
|
<Content Include="licenses\jquery.license" />
|
|
<Content Include="licenses\WebGrease.license" />
|
|
<Content Include="web.appsettings.config" />
|
|
<Content Include="WebEditor.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="assets\AUTHORS.md" />
|
|
<Content Include="assets\LICENSE" />
|
|
<Content Include="assets\new\new.docx" />
|
|
<Content Include="assets\new\new.pptx" />
|
|
<Content Include="assets\new\new.xlsx" />
|
|
<Content Include="assets\sample\csv.csv" />
|
|
<Content Include="assets\sample\sample.docx" />
|
|
<Content Include="assets\sample\sample.pptx" />
|
|
<Content Include="assets\sample\sample.xlsx" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">16.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="Exists('$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets')" />
|
|
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
|
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
|
</Target>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
<WebProjectProperties>
|
|
<UseIIS>True</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>56212</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>http://localhost:52695/</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |