Skip to content

Commit

Permalink
Make NanaZip Classic support the legacy Windows versions mentioned in…
Browse files Browse the repository at this point in the history
… the document.
  • Loading branch information
MouriNaruto committed Jan 5, 2024
1 parent af3dd10 commit cbf4f90
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 20 deletions.
18 changes: 10 additions & 8 deletions NanaZip.UI.Classic/NanaZip.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
language="*"/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</windowsSettings>
</application>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<maxversiontested Id="10.0.19041.0"/>
<maxversiontested Id="10.0.20348.0"/>
<maxversiontested Id="10.0.22000.0"/>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
Expand Down
1 change: 0 additions & 1 deletion NanaZip.UI.Classic/NanaZip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<RootNamespace>NanaZip</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<MileProjectManifestFile>NanaZip.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
Expand Down
4 changes: 4 additions & 0 deletions NanaZip.UI.Classic/NanaZipConsole.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
Expand Down
1 change: 0 additions & 1 deletion NanaZip.UI.Classic/NanaZipConsole.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<MileProjectType>ConsoleApplication</MileProjectType>
<TargetName>NanaZipC</TargetName>
<MileProjectManifestFile>NanaZipConsole.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
Expand Down
1 change: 0 additions & 1 deletion NanaZip.UI.Classic/NanaZipShellExtension.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<RootNamespace>NanaZipShellExtension</RootNamespace>
<MileProjectType>DynamicLibrary</MileProjectType>
<MileProjectManifestFile>NanaZipShellExtension.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
Expand Down
18 changes: 10 additions & 8 deletions NanaZip.UI.Classic/NanaZipWindows.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,18 @@
language="*"/>
</dependentAssembly>
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</windowsSettings>
</application>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<maxversiontested Id="10.0.19041.0"/>
<maxversiontested Id="10.0.20348.0"/>
<maxversiontested Id="10.0.22000.0"/>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
Expand Down
1 change: 0 additions & 1 deletion NanaZip.UI.Classic/NanaZipWindows.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<MileProjectType>WindowsApplication</MileProjectType>
<TargetName>NanaZipG</TargetName>
<MileProjectManifestFile>NanaZipWindows.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
Expand Down

0 comments on commit cbf4f90

Please sign in to comment.