From f67525874895bf4e5242d494c7babc061e41ffa7 Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Sat, 18 Jan 2025 20:14:10 +0300 Subject: [PATCH] chg - Use platform specific restriction target --- Type: chg Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- Nitrocid.sln | 3 +++ .../Nitrocid.Installer/Nitrocid.Installer.wixproj | 1 + .../PlatformSpecificRestrictions.targets | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 public/Nitrocid.Installers/PlatformSpecificRestrictions.targets diff --git a/Nitrocid.sln b/Nitrocid.sln index 5257a1155e..243703d37a 100644 --- a/Nitrocid.sln +++ b/Nitrocid.sln @@ -215,6 +215,9 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nitrocid.Extras.Images.Icons", "public\Nitrocid.Addons\Nitrocid.Extras.Images.Icons\Nitrocid.Extras.Images.Icons.csproj", "{38D7F3AD-EA2F-49D3-87A6-1E4A362547D0}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Installer", "Installer", "{772A7769-59DE-4516-84B5-59871D605444}" + ProjectSection(SolutionItems) = preProject + public\Nitrocid.Installers\PlatformSpecificRestrictions.targets = public\Nitrocid.Installers\PlatformSpecificRestrictions.targets + EndProjectSection EndProject Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Nitrocid.Installer", "public\Nitrocid.Installers\Nitrocid.Installer\Nitrocid.Installer.wixproj", "{77FC3BDB-7A44-48E9-9D11-FB94C60C74CF}" EndProject diff --git a/public/Nitrocid.Installers/Nitrocid.Installer/Nitrocid.Installer.wixproj b/public/Nitrocid.Installers/Nitrocid.Installer/Nitrocid.Installer.wixproj index 133d9f0717..22d0406705 100644 --- a/public/Nitrocid.Installers/Nitrocid.Installer/Nitrocid.Installer.wixproj +++ b/public/Nitrocid.Installers/Nitrocid.Installer/Nitrocid.Installer.wixproj @@ -1,4 +1,5 @@  + full none diff --git a/public/Nitrocid.Installers/PlatformSpecificRestrictions.targets b/public/Nitrocid.Installers/PlatformSpecificRestrictions.targets new file mode 100644 index 0000000000..1d940cadca --- /dev/null +++ b/public/Nitrocid.Installers/PlatformSpecificRestrictions.targets @@ -0,0 +1,8 @@ + + + + +