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 @@
<ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems> <ExtrasEnableDefaultResourceItems>false</ExtrasEnableDefaultResourceItems>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects> <AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <PropertyGroup Condition="'$(Configuration)' == 'Debug'">

1
ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj

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

1
ILSpy.ReadyToRun/ILSpy.ReadyToRun.csproj

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

1
ILSpy/ILSpy.csproj

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

1
SharpTreeView/ICSharpCode.TreeView.csproj

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

1
TestPlugin/TestPlugin.csproj

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

Loading…
Cancel
Save