From 7ba01ffd0ec534b2c1e8d3653f741798612ad15b Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Wed, 28 Feb 2024 01:54:55 +0100 Subject: [PATCH] build fix --- .../VDownload.Core.Strings/VDownload.Core.Strings.csproj | 1 + .../VDownload.Core.Tasks/VDownload.Core.Tasks.csproj | 1 + .../VDownload.Core.ViewModels.csproj | 1 + .../VDownload.Core.Views/VDownload.Core.Views.csproj | 1 + .../VDownload.Services.UI.Dialogs.csproj | 1 + .../VDownload.Services.UI.DictionaryResources.csproj | 5 +++++ .../VDownload.Services.UI.Notifications.csproj | 1 + .../VDownload.Services.UI.StoragePicker.csproj | 1 + .../VDownload.Services.UI.StringResources.csproj | 1 + .../VDownload.Services.UI.WebView.csproj | 1 + VDownload/VDownload.csproj | 1 + 11 files changed, 15 insertions(+) diff --git a/VDownload.Core/VDownload.Core.Strings/VDownload.Core.Strings.csproj b/VDownload.Core/VDownload.Core.Strings/VDownload.Core.Strings.csproj index d5d725e..0b0aa2a 100644 --- a/VDownload.Core/VDownload.Core.Strings/VDownload.Core.Strings.csproj +++ b/VDownload.Core/VDownload.Core.Strings/VDownload.Core.Strings.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Core/VDownload.Core.Tasks/VDownload.Core.Tasks.csproj b/VDownload.Core/VDownload.Core.Tasks/VDownload.Core.Tasks.csproj index 7d67dc3..29a2a02 100644 --- a/VDownload.Core/VDownload.Core.Tasks/VDownload.Core.Tasks.csproj +++ b/VDownload.Core/VDownload.Core.Tasks/VDownload.Core.Tasks.csproj @@ -7,6 +7,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Core/VDownload.Core.ViewModels/VDownload.Core.ViewModels.csproj b/VDownload.Core/VDownload.Core.ViewModels/VDownload.Core.ViewModels.csproj index fb0943c..5118828 100644 --- a/VDownload.Core/VDownload.Core.ViewModels/VDownload.Core.ViewModels.csproj +++ b/VDownload.Core/VDownload.Core.ViewModels/VDownload.Core.ViewModels.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Core/VDownload.Core.Views/VDownload.Core.Views.csproj b/VDownload.Core/VDownload.Core.Views/VDownload.Core.Views.csproj index 9c56c5c..b473a80 100644 --- a/VDownload.Core/VDownload.Core.Views/VDownload.Core.Views.csproj +++ b/VDownload.Core/VDownload.Core.Views/VDownload.Core.Views.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Dialogs/VDownload.Services.UI.Dialogs.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Dialogs/VDownload.Services.UI.Dialogs.csproj index 7546d76..aa4e151 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Dialogs/VDownload.Services.UI.Dialogs.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Dialogs/VDownload.Services.UI.Dialogs.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.DictionaryResources/VDownload.Services.UI.DictionaryResources.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.DictionaryResources/VDownload.Services.UI.DictionaryResources.csproj index e11e93b..86ac367 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.DictionaryResources/VDownload.Services.UI.DictionaryResources.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.DictionaryResources/VDownload.Services.UI.DictionaryResources.csproj @@ -6,10 +6,15 @@ win10-x86;win10-x64;win10-arm64 true true + false + + + + diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Notifications/VDownload.Services.UI.Notifications.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Notifications/VDownload.Services.UI.Notifications.csproj index eb7e849..72ceb84 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Notifications/VDownload.Services.UI.Notifications.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.Notifications/VDownload.Services.UI.Notifications.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/VDownload.Services.UI.StoragePicker.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/VDownload.Services.UI.StoragePicker.csproj index 51d0af1..34ac897 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/VDownload.Services.UI.StoragePicker.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/VDownload.Services.UI.StoragePicker.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StringResources/VDownload.Services.UI.StringResources.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StringResources/VDownload.Services.UI.StringResources.csproj index 404c2df..c15f245 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StringResources/VDownload.Services.UI.StringResources.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StringResources/VDownload.Services.UI.StringResources.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.WebView/VDownload.Services.UI.WebView.csproj b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.WebView/VDownload.Services.UI.WebView.csproj index d469f7f..9c8dbdc 100644 --- a/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.WebView/VDownload.Services.UI.WebView.csproj +++ b/VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.WebView/VDownload.Services.UI.WebView.csproj @@ -6,6 +6,7 @@ win10-x86;win10-x64;win10-arm64 true true + false diff --git a/VDownload/VDownload.csproj b/VDownload/VDownload.csproj index c84cb51..d6a4c81 100644 --- a/VDownload/VDownload.csproj +++ b/VDownload/VDownload.csproj @@ -12,6 +12,7 @@ true true true + false