Moved umbraco cshtml files into the umbraco folder

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-07-08 11:18:23 +02:00
parent 0a088e4ef4
commit 1dcacda036
5 changed files with 13 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="css" />
<Folder Include="Umbraco" />
<Folder Include="Views\" />
<Folder Include="wwwroot\Media" />
@@ -54,14 +55,10 @@
<Content Remove="wwwroot\Umbraco\views\install\continueinstall.html" />
<Content Remove="wwwroot\Umbraco\views\install\database.html" />
<Content Remove="wwwroot\Umbraco\views\install\error.html" />
<Content Update="Areas\UmbracoInstall\Views\Install\Index.cshtml">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="Config\tinyMceConfig.config">
<Content Update="config\tinyMceConfig.config">
<SubType>Designer</SubType>
</Content>
<Content Update="Config\umbracoSettings.config">
<Content Update="config\umbracoSettings.config">
<SubType>Designer</SubType>
</Content>
<Content Remove="wwwroot\Web.config" />