Browse Source

Add EnableWindowsTargeting propery to csprojs targeting net6.0-windows

pull/2752/head
Charlie Lin 3 years ago
parent
commit
65d1cbcdd5
  1. 1
      ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
  2. 1
      ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj
  3. 1
      ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj
  4. 1
      ILSpy/ILSpy.csproj
  5. 1
      SharpTreeView/ICSharpCode.TreeView.csproj
  6. 1
      TestPlugin/TestPlugin.csproj

1
ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj

@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
<ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
<BaseAddress>6488064</BaseAddress>
<UseWpf>true</UseWpf>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<UseWpf>true</UseWpf>
<IsPackable>false</IsPackable>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
ILSpy/ILSpy.csproj

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<ServerGarbageCollection>true</ServerGarbageCollection>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
SharpTreeView/ICSharpCode.TreeView.csproj

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
<SignAssembly>True</SignAssembly>
<TargetFramework>net6.0-windows</TargetFramework>
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
TestPlugin/TestPlugin.csproj

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
<TargetFramework>net6.0-windows</TargetFramework>
<AssemblyName>Test.Plugin</AssemblyName>
<UseWpf>true</UseWpf>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

Loading…
Cancel
Save