Skip to content

Commit

Permalink
Make sure NanaZip Core (except the Self Extracting Executables) and N…
Browse files Browse the repository at this point in the history
…anaZip Classic using ucrtbase.dll with 10.0.19041.0 version or later.
  • Loading branch information
MouriNaruto committed Sep 5, 2024
1 parent 98177ca commit b5368d0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NanaZip.Codecs/NanaZip.Codecs.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectGuid>{89B81A5B-FF0D-4193-9CB1-738692775DD2}</ProjectGuid>
<RootNamespace>NanaZip.Codecs</RootNamespace>
<MileProjectType>DynamicLibrary</MileProjectType>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<YY_Thunks_File>YY_Thunks_for_Vista.obj</YY_Thunks_File>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
Expand Down Expand Up @@ -44,7 +46,7 @@
</ClCompile>
<Link>
<ModuleDefinitionFile>NanaZip.Codecs.def</ModuleDefinitionFile>
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>%(AdditionalDependencies);runtimeobject.lib;</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions NanaZip.Core/NanaZip.Core.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectGuid>{5220420B-9A5C-44A7-BE69-97F25365BB26}</ProjectGuid>
<RootNamespace>NanaZip.Core</RootNamespace>
<MileProjectType>DynamicLibrary</MileProjectType>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<YY_Thunks_File>YY_Thunks_for_Vista.obj</YY_Thunks_File>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
Expand Down
4 changes: 3 additions & 1 deletion NanaZip.UI.Classic/NanaZip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<ProjectGuid>{97894839-6677-49D2-BA7C-39ED0C8D4FDB}</ProjectGuid>
<RootNamespace>NanaZip</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<YY_Thunks_File>YY_Thunks_for_Vista.obj</YY_Thunks_File>
<MileProjectManifestFile>NanaZip.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
Expand Down Expand Up @@ -32,7 +34,7 @@
</ClCompile>
<Link>
<LargeAddressAware>true</LargeAddressAware>
<AdditionalDependencies>runtimeobject.lib;comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>comctl32.lib;htmlhelp.lib;comdlg32.lib;Mpr.lib;%(AdditionalDependencies);runtimeobject.lib;</AdditionalDependencies>
<DelayLoadDLLs>mpr.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
Expand Down
2 changes: 2 additions & 0 deletions NanaZip.UI.Classic/NanaZipConsole.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<RootNamespace>NanaZipConsole</RootNamespace>
<MileProjectType>ConsoleApplication</MileProjectType>
<TargetName>NanaZipC</TargetName>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<YY_Thunks_File>YY_Thunks_for_Vista.obj</YY_Thunks_File>
<MileProjectManifestFile>NanaZipConsole.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
Expand Down
2 changes: 2 additions & 0 deletions NanaZip.UI.Classic/NanaZipWindows.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<RootNamespace>NanaZipWindows</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<TargetName>NanaZipG</TargetName>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<YY_Thunks_File>YY_Thunks_for_Vista.obj</YY_Thunks_File>
<MileProjectManifestFile>NanaZipWindows.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
Expand Down

0 comments on commit b5368d0

Please sign in to comment.