2020-09-08 11:23:27 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2020-02-18 08:32:06 +01:00
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-03-30 21:27:35 +02:00
|
|
|
<RootNamespace>Umbraco.Web.UI.NetCore</RootNamespace>
|
2020-06-30 20:11:39 +02:00
|
|
|
<LangVersion>latest</LangVersion>
|
2020-02-18 08:32:06 +01:00
|
|
|
</PropertyGroup>
|
2020-07-07 20:40:44 +02:00
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
2020-07-08 09:07:54 +02:00
|
|
|
<DocumentationFile>bin\Release\Umbraco.Web.UI.NetCore.xml</DocumentationFile>
|
2020-07-07 20:40:44 +02:00
|
|
|
</PropertyGroup>
|
2020-08-12 10:03:40 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory>
|
|
|
|
|
</PropertyGroup>
|
2020-02-18 08:32:06 +01:00
|
|
|
<ItemGroup>
|
2020-04-28 12:31:15 +02:00
|
|
|
<ProjectReference Include="..\Umbraco.Examine.Lucene\Umbraco.Examine.Lucene.csproj" />
|
2020-07-13 13:38:41 +02:00
|
|
|
<ProjectReference Include="..\Umbraco.ModelsBuilder.Embedded\Umbraco.ModelsBuilder.Embedded.csproj" />
|
2020-06-29 14:38:15 +02:00
|
|
|
<ProjectReference Include="..\Umbraco.Persistance.SqlCe\Umbraco.Persistance.SqlCe.csproj" />
|
2020-04-20 12:20:47 +02:00
|
|
|
<ProjectReference Include="..\Umbraco.PublishedCache.NuCache\Umbraco.PublishedCache.NuCache.csproj" />
|
2020-02-18 08:32:06 +01:00
|
|
|
<ProjectReference Include="..\Umbraco.Web.BackOffice\Umbraco.Web.BackOffice.csproj" />
|
2020-03-24 18:18:25 +01:00
|
|
|
<ProjectReference Include="..\Umbraco.Web.Common\Umbraco.Web.Common.csproj" />
|
2020-02-24 10:51:48 +01:00
|
|
|
<ProjectReference Include="..\Umbraco.Web.Website\Umbraco.Web.Website.csproj" />
|
2020-08-19 19:51:06 +02:00
|
|
|
<ProjectReference Include="..\Umbraco.Persistance.SqlCe\Umbraco.Persistance.SqlCe.csproj" Condition="'$(OS)' == 'Windows_NT'" />
|
2020-02-18 08:32:06 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-03-19 18:43:39 +01:00
|
|
|
<ItemGroup>
|
2020-08-26 08:05:15 +02:00
|
|
|
<Folder Include="Views" />
|
|
|
|
|
<Folder Include="wwwroot\Media" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="wwwroot\Umbraco\**" />
|
2020-03-31 12:59:10 +02:00
|
|
|
<Compile Remove="App_Data\**" />
|
2020-03-30 21:27:35 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-31 12:59:10 +02:00
|
|
|
<EmbeddedResource Remove="App_Data\**" />
|
2020-02-18 08:32:06 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-02-24 11:26:34 +01:00
|
|
|
<ItemGroup>
|
2020-09-08 10:27:05 +02:00
|
|
|
<Folder Include="Views" />
|
|
|
|
|
<Folder Include="wwwroot\Media" />
|
2020-04-20 12:20:47 +02:00
|
|
|
<Folder Include="wwwroot\Umbraco\views\install" />
|
2020-02-24 11:26:34 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-03-19 18:43:39 +01:00
|
|
|
<ItemGroup>
|
2020-03-31 12:59:10 +02:00
|
|
|
<Compile Remove="App_Data\**" />
|
2020-03-30 21:27:35 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-31 12:59:10 +02:00
|
|
|
<EmbeddedResource Remove="App_Data\**" />
|
2020-03-30 21:27:35 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-31 12:59:10 +02:00
|
|
|
<None Remove="App_Data\**" />
|
2020-05-25 13:41:05 +02:00
|
|
|
<None Include="Config\tinyMceConfig.Release.config">
|
|
|
|
|
<DependentUpon>tinyMceConfig.config</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2020-05-25 14:50:51 +02:00
|
|
|
<None Include="Config\umbracoSettings.Release.config">
|
|
|
|
|
<DependentUpon>umbracoSettings.config</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
2020-03-30 21:27:35 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-31 12:59:10 +02:00
|
|
|
<Content Remove="App_Data\**" />
|
2020-04-20 12:20:47 +02:00
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\machinekey.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\permissionsreport.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\starterkit.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\upgrade.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\user.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\version7upgradereport.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\continueinstall.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\database.html" />
|
|
|
|
|
<Content Remove="wwwroot\Umbraco\views\install\error.html" />
|
2020-05-12 17:10:02 +10:00
|
|
|
<Content Update="Areas\UmbracoInstall\Views\Install\Index.cshtml">
|
2020-04-20 12:20:47 +02:00
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
</Content>
|
2020-05-25 13:41:05 +02:00
|
|
|
<Content Update="Config\tinyMceConfig.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2020-05-25 14:50:51 +02:00
|
|
|
<Content Update="Config\umbracoSettings.config">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Content>
|
2020-05-26 14:42:19 +02:00
|
|
|
<Content Remove="wwwroot\Web.config" />
|
2020-06-22 10:08:08 +02:00
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\Gallery.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListAncestorsFromCurrentPage.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesFromChangeableSource.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesFromCurrentPage.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByDate.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByName.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesOrderedByProperty.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListChildPagesWithDoctype.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListDescendantsFromCurrentPage.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\ListImagesFromMediaFolder.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\Login.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\LoginStatus.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\MultinodeTree-picker.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\Navigation.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\RegisterMember.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\SiteMap.cshtml" />
|
|
|
|
|
<Content Remove="Umbraco\PartialViewMacros\Templates\EditProfile.cshtml" />
|
2020-04-20 12:20:47 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-09-02 14:44:01 +02:00
|
|
|
<ItemGroup>
|
2020-08-12 15:59:30 +02:00
|
|
|
<Content Remove="App_Data\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
2020-08-12 13:26:24 +02:00
|
|
|
<ItemGroup>
|
2020-08-12 10:03:40 +02:00
|
|
|
<None Include="config\**\*.*">
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="umbraco\**\*.*">
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
|
|
|
|
|
</None>
|
2020-08-12 15:59:30 +02:00
|
|
|
<None Remove="App_Data\**" />
|
2020-08-12 10:03:40 +02:00
|
|
|
</ItemGroup>
|
2020-09-08 10:27:05 +02:00
|
|
|
|
|
|
|
|
<!-- We don't want to include the generated files, they will throw a lot of errors -->
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Umbraco/Models/all.generated.cs"/>
|
|
|
|
|
<Compile Remove="Umbraco/Models/all.generated.cs"/>
|
|
|
|
|
<None Remove="Umbraco/Models/models.generated.cs"/>
|
2020-09-08 11:23:27 +02:00
|
|
|
<Compile Remove="Umbraco/Models/models.generated.cs" />
|
|
|
|
|
<Folder Remove="Umbraco/Models/Compiled"/>
|
|
|
|
|
<None Remove="Umbraco/Models/Compiled/**" />
|
|
|
|
|
<None Remove="Umbraco/Models/all.dll.path" />
|
|
|
|
|
<None Remove="Umbraco/Models/models.hash" />
|
|
|
|
|
<None Remove="Umbraco/Models/models.err" />
|
2020-09-08 10:27:05 +02:00
|
|
|
</ItemGroup>
|
2020-08-12 10:03:40 +02:00
|
|
|
|
2020-04-20 12:20:47 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.3" />
|
2020-05-07 15:24:46 +02:00
|
|
|
<!-- TODO: remove the reference to System.Configuration.ConfigurationManager when Examine/lucene dont need it-->
|
|
|
|
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
|
2020-03-19 18:43:39 +01:00
|
|
|
</ItemGroup>
|
2020-09-08 10:27:05 +02:00
|
|
|
|
2020-08-12 15:59:30 +02:00
|
|
|
|
2020-02-18 08:32:06 +01:00
|
|
|
</Project>
|