From e5bfaa061a0cb72541bfba91b4a52b7bff1fbe7c Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Thu, 5 Jan 2012 13:08:21 +0000 Subject: [PATCH] cleaninstall patch stub implemented (to trick existing instalations into thinking they have this patch installed) --- Builder/IISMainHandler/build.txt | 2 +- FLocal.Patcher.Common/FLocal.Patcher.Common.csproj | 3 +++ .../Resources/Patch_00000_cleaninstall.xml | 9 +++++++++ Patcher/Data/Patch/AtomicPatch.cs | 1 - 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 FLocal.Patcher.Common/Resources/Patch_00000_cleaninstall.xml diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 97f6d7e..c32e6ac 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -2017 \ No newline at end of file +2019 \ No newline at end of file diff --git a/FLocal.Patcher.Common/FLocal.Patcher.Common.csproj b/FLocal.Patcher.Common/FLocal.Patcher.Common.csproj index a29b38d..dbc773f 100644 --- a/FLocal.Patcher.Common/FLocal.Patcher.Common.csproj +++ b/FLocal.Patcher.Common/FLocal.Patcher.Common.csproj @@ -65,6 +65,9 @@ Web.Core + + +