Browse Source

Disable WinRT metadata generation for all WinRT component consumers.

pull/648/head
MouriNaruto 2 weeks ago
parent
commit
75999808e8
  1. 1
      NanaZip.UI.Classic/NanaZip.vcxproj
  2. 1
      NanaZip.UI.Classic/NanaZipWindows.vcxproj
  3. 1
      NanaZip.UI.Modern/NanaZip.Modern.vcxproj
  4. 1
      NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj
  5. 1
      NanaZip.UI.Modern/NanaZip.Windows.vcxproj

1
NanaZip.UI.Classic/NanaZip.vcxproj

@ -9,6 +9,7 @@
<MileProjectManifestFile>NanaZip.manifest</MileProjectManifestFile>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Graphical User Interface</MileProjectFileDescription>

1
NanaZip.UI.Classic/NanaZipWindows.vcxproj

@ -10,6 +10,7 @@
<MileProjectManifestFile>NanaZipWindows.manifest</MileProjectManifestFile>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Command Line Interface (Windows)</MileProjectFileDescription>

1
NanaZip.UI.Modern/NanaZip.Modern.vcxproj

@ -8,6 +8,7 @@
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Modern Graphical User Interface</MileProjectFileDescription>

1
NanaZip.UI.Modern/NanaZip.ShellExtension.vcxproj

@ -8,6 +8,7 @@
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Modern Shell Extension</MileProjectFileDescription>

1
NanaZip.UI.Modern/NanaZip.Windows.vcxproj

@ -9,6 +9,7 @@
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
<CppWinRTGenerateWindowsMetadata>false</CppWinRTGenerateWindowsMetadata>
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
<MileProjectFileDescription>NanaZip Modern Command Line Interface (Windows)</MileProjectFileDescription>

Loading…
Cancel
Save