From 65d1cbcdd5037fb48ef39cbe70389fb55b748918 Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Sat, 16 Jul 2022 19:34:54 -0500 Subject: [PATCH] Add EnableWindowsTargeting propery to csprojs targeting net6.0-windows --- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 1 + ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 1 + ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj | 1 + ILSpy/ILSpy.csproj | 1 + SharpTreeView/ICSharpCode.TreeView.csproj | 1 + TestPlugin/TestPlugin.csproj | 1 + 6 files changed, 6 insertions(+) diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index 8910e3084..f3159cecf 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -14,6 +14,7 @@ false True + true diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 25fb664ec..55a813f4f 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -8,6 +8,7 @@ False 6488064 true + true diff --git a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj index 9e2862f9d..5320ecad8 100644 --- a/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj +++ b/ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj @@ -10,6 +10,7 @@ true true false + true diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 23b3b55c0..4abc680bf 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -19,6 +19,7 @@ True ..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk true + true diff --git a/SharpTreeView/ICSharpCode.TreeView.csproj b/SharpTreeView/ICSharpCode.TreeView.csproj index a8dc110a2..2929c0b30 100644 --- a/SharpTreeView/ICSharpCode.TreeView.csproj +++ b/SharpTreeView/ICSharpCode.TreeView.csproj @@ -7,6 +7,7 @@ True net6.0-windows ..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk + true diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj index dd10820c0..5ff29f0b2 100644 --- a/TestPlugin/TestPlugin.csproj +++ b/TestPlugin/TestPlugin.csproj @@ -4,6 +4,7 @@ net6.0-windows Test.Plugin true + true