Browse Source

Enable C++/WinRT support for NanaZipSfxSetup project to resolve the compilation error

pull/333/head
MouriNaruto 2 years ago
parent
commit
bb98217416
  1. 1
      NanaZipSfxSetup/NanaZipSfxSetup.vcxproj

1
NanaZipSfxSetup/NanaZipSfxSetup.vcxproj

@ -7,6 +7,7 @@
<MileProjectType>WindowsApplication</MileProjectType>
<MileProjectManifestFile>NanaZipSfxSetup.manifest</MileProjectManifestFile>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Self Extracting Executable (Setup)</MileProjectFileDescription>

Loading…
Cancel
Save