mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
203 lines
10 KiB
XML
203 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.8</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>
|
|
<PackageReference Include="Antlr" Version="3.5.0.2" />
|
|
<PackageReference Include="EntityFramework" Version="6.4.4" />
|
|
<PackageReference Include="JWT" Version="9.0.3" />
|
|
<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.Razor" Version="3.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.Web.Optimization" Version="1.1.3"/>
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.WebHost" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNet.WebPages" Version="3.2.7" />
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
<PackageReference Include="Microsoft.Web.Infrastructure" Version="1.0.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageReference Include="WebGrease" Version="1.6.0" />
|
|
</ItemGroup>
|
|
<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" />
|
|
</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\Users.cs" />
|
|
<Compile Include="Helpers\Utils.cs" />
|
|
<Compile Include="Models\FileModel.cs" />
|
|
<Compile Include="Models\FileUtility.cs" />
|
|
<Compile Include="Models\ForgottenFilesModel.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\forgotten.css" />
|
|
<Content Include="Content\images\block-content.svg" />
|
|
<Content Include="Content\images\cell.ico" />
|
|
<Content Include="Content\images\close.svg" />
|
|
<Content Include="Content\images\comment.svg" />
|
|
<Content Include="Content\images\delete.svg" />
|
|
<Content Include="Content\images\done.svg" />
|
|
<Content Include="Content\images\download.svg" />
|
|
<Content Include="Content\images\edit.svg" />
|
|
<Content Include="Content\images\embedview.svg" />
|
|
<Content Include="Content\images\error.svg" />
|
|
<Content Include="Content\images\file_docx.svg" />
|
|
<Content Include="Content\images\file_docxf.svg" />
|
|
<Content Include="Content\images\file_pptx.svg" />
|
|
<Content Include="Content\images\file_upload.svg" />
|
|
<Content Include="Content\images\file_xlsx.svg" />
|
|
<Content Include="Content\images\filter.svg" />
|
|
<Content Include="Content\images\formsubmit.svg" />
|
|
<Content Include="Content\images\home.svg" />
|
|
<Content Include="Content\images\icon_docx.svg" />
|
|
<Content Include="Content\images\icon_pptx.svg" />
|
|
<Content Include="Content\images\icon_xlsx.svg" />
|
|
<Content Include="Content\images\info.svg" />
|
|
<Content Include="Content\images\loader16.gif" />
|
|
<Content Include="Content\images\logo.svg" />
|
|
<Content Include="Content\images\mobile-fill-forms.svg" />
|
|
<Content Include="Content\images\mobileEdit.svg" />
|
|
<Content Include="Content\images\mobileView.svg" />
|
|
<Content Include="Content\images\notdone.svg" />
|
|
<Content Include="Content\images\review.svg" />
|
|
<Content Include="Content\images\slide.ico" />
|
|
<Content Include="Content\images\uid-1.png" />
|
|
<Content Include="Content\images\uid-2.png" />
|
|
<Content Include="Content\images\view.svg" />
|
|
<Content Include="Content\images\word.ico" />
|
|
<Content Include="Content\jquery-ui.css" />
|
|
<Content Include="Content\media.css" />
|
|
<Content Include="Content\stylesheet.css" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="LICENSE" />
|
|
<Content Include="Scripts\forgotten.js" />
|
|
<Content Include="Scripts\formats.js" />
|
|
<Content Include="Scripts\jquery-3.6.4.js" />
|
|
<Content Include="Scripts\jquery-migrate-3.4.1.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\Forgotten.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="web.appsettings.config" />
|
|
<Content Include="WebEditor.ashx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="assets\document-templates\AUTHORS.md" />
|
|
<Content Include="assets\document-templates\LICENSE" />
|
|
<Content Include="assets\document-templates\new\new.docx" />
|
|
<Content Include="assets\document-templates\new\new.docxf" />
|
|
<Content Include="assets\document-templates\new\new.pptx" />
|
|
<Content Include="assets\document-templates\new\new.xlsx" />
|
|
<Content Include="assets\document-templates\README.md" />
|
|
<Content Include="assets\document-templates\sample\csv.csv" />
|
|
<Content Include="assets\document-templates\sample\sample.docx" />
|
|
<Content Include="assets\document-templates\sample\sample.docxf" />
|
|
<Content Include="assets\document-templates\sample\sample.pptx" />
|
|
<Content Include="assets\document-templates\sample\sample.xlsx" />
|
|
<Content Include="assets\document-formats\AUTHORS.md" />
|
|
<Content Include="assets\document-formats\CHANGELOG.md" />
|
|
<Content Include="assets\document-formats\LICENSE" />
|
|
<Content Include="assets\document-formats\onlyoffice-docs-formats.json" />
|
|
<Content Include="assets\document-formats\README.md" />
|
|
</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> |