From 4c6254359f6eb74e7d92578db6b4877e7c8eecd8 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 8 Aug 2019 23:56:12 +0200 Subject: [PATCH] Move statically copied files to overlay --- ArchiSteamFarm/ArchiSteamFarm.csproj | 12 ------------ ArchiSteamFarm/{ => overlay/all}/Changelog.html | 0 .../{ => overlay/all}/ConfigGenerator.html | 0 ArchiSteamFarm/{ => overlay/all}/Manual.html | 0 ArchiSteamFarm/{ => overlay/all}/UI.html | 0 5 files changed, 12 deletions(-) rename ArchiSteamFarm/{ => overlay/all}/Changelog.html (100%) rename ArchiSteamFarm/{ => overlay/all}/ConfigGenerator.html (100%) rename ArchiSteamFarm/{ => overlay/all}/Manual.html (100%) rename ArchiSteamFarm/{ => overlay/all}/UI.html (100%) diff --git a/ArchiSteamFarm/ArchiSteamFarm.csproj b/ArchiSteamFarm/ArchiSteamFarm.csproj index 384eeb70f..ea7fc43e7 100644 --- a/ArchiSteamFarm/ArchiSteamFarm.csproj +++ b/ArchiSteamFarm/ArchiSteamFarm.csproj @@ -119,18 +119,6 @@ - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - %(RecursiveDir)%(Filename)%(Extension) PreserveNewest diff --git a/ArchiSteamFarm/Changelog.html b/ArchiSteamFarm/overlay/all/Changelog.html similarity index 100% rename from ArchiSteamFarm/Changelog.html rename to ArchiSteamFarm/overlay/all/Changelog.html diff --git a/ArchiSteamFarm/ConfigGenerator.html b/ArchiSteamFarm/overlay/all/ConfigGenerator.html similarity index 100% rename from ArchiSteamFarm/ConfigGenerator.html rename to ArchiSteamFarm/overlay/all/ConfigGenerator.html diff --git a/ArchiSteamFarm/Manual.html b/ArchiSteamFarm/overlay/all/Manual.html similarity index 100% rename from ArchiSteamFarm/Manual.html rename to ArchiSteamFarm/overlay/all/Manual.html diff --git a/ArchiSteamFarm/UI.html b/ArchiSteamFarm/overlay/all/UI.html similarity index 100% rename from ArchiSteamFarm/UI.html rename to ArchiSteamFarm/overlay/all/UI.html