Skip to content

Commit

Permalink
Use Mile.Project.Windows instead of Mile.Project.ModernWindows.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed May 16, 2022
1 parent 45feae5 commit 168106f
Show file tree
Hide file tree
Showing 23 changed files with 83 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<CleanImport Condition="'$(MileProjectEnableVCLTLSupport)' == 'true' and $([System.Version]::Parse('$(WindowsTargetPlatformMinVersion)').Build) >= 10240">true</CleanImport>
<CleanImport>true</CleanImport>
</PropertyGroup>
<PropertyGroup Label="Globals" Condition="'$(MileProjectEnableCppWinRTSupport)' == 'true'">
<CppWinRTOptimized>true</CppWinRTOptimized>
Expand Down
22 changes: 22 additions & 0 deletions Mile.Project.Windows/Mile.Project.Platform.ARM.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
PROJECT: Mouri Internal Library Essentials
FILE: Mile.Project.Platform.ARM.props
PURPOSE: Definition for Visual Studio C++ Project
LICENSE: The MIT License
DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com)
-->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
16 changes: 10 additions & 6 deletions NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{501956AB-67C3-47FA-BE2B-8AEFF463AF1C}</ProjectGuid>
<RootNamespace>NanaZip.Shared.ModernExperienceShims</RootNamespace>
<MileProjectType>StaticLibrary</MileProjectType>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<ItemDefinitionGroup>
<ClCompile>
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="NanaZip.Shared.ModernExperienceShims.props" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ModernWin32MessageBox.cpp" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
12 changes: 6 additions & 6 deletions NanaZip.Shared/NanaZip.Shared.SevenZipZStandard.vcxproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{6F0E7455-ECE1-440D-9EA2-8C18E4F1CBE6}</ProjectGuid>
<RootNamespace>NanaZip.Shared.SevenZipZStandard</RootNamespace>
<MileProjectType>StaticLibrary</MileProjectType>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<PropertyGroup>
<IncludePath>..\SevenZip\C\brotli\;$(IncludePath)</IncludePath>
<IncludePath>..\SevenZip\C\fast-lzma2\;$(IncludePath)</IncludePath>
Expand All @@ -23,6 +22,7 @@
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
<AdditionalOptions>%(AdditionalOptions) /Wv:18</AdditionalOptions>
<PreprocessorDefinitions>ZSTD_LEGACY_SUPPORT;ZSTD_MULTITHREAD;NO_XXHASH;FL2_7ZIP_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
Expand Down Expand Up @@ -311,5 +311,5 @@
<None Include="..\SevenZip\C\zstdmt\LICENSE" />
<None Include="..\SevenZip\C\zstdmt\README.md" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
10 changes: 5 additions & 5 deletions NanaZip/NanaZip.vcxproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{97894839-6677-49D2-BA7C-39ED0C8D4FDB}</ProjectGuid>
<RootNamespace>NanaZip</RootNamespace>
Expand All @@ -12,7 +12,7 @@
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.ModernExperienceShims.props" />
<ItemDefinitionGroup>
<ClCompile>
Expand Down Expand Up @@ -375,5 +375,5 @@
<ItemGroup>
<Manifest Include="NanaZip.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
10 changes: 5 additions & 5 deletions NanaZipConsole/NanaZipConsole.vcxproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{D866CA04-DF51-4660-BA4D-F82426A3A522}</ProjectGuid>
<RootNamespace>NanaZipConsole</RootNamespace>
Expand All @@ -12,7 +12,7 @@
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalOptions>%(AdditionalOptions) /Wv:18</AdditionalOptions>
Expand Down Expand Up @@ -214,5 +214,5 @@
<ItemGroup>
<Manifest Include="NanaZipConsole.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
10 changes: 5 additions & 5 deletions NanaZipCore/NanaZipCore.vcxproj
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{86D65350-E2AE-47BC-AE05-FC35D3BAAE6C}</ProjectGuid>
<RootNamespace>NanaZipCore</RootNamespace>
<MileProjectType>DynamicLibrary</MileProjectType>
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Condition="('$(Platform)'=='Win32') Or ('$(Platform)'=='x64')" Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.SevenZipZStandard.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.SevenZipHardwareAcceleration.props" />
Expand Down Expand Up @@ -550,6 +550,6 @@
<ClInclude Include="..\SevenZip\CPP\7zip\Bundles\Format7zF\StdAfx.h" />
<ClInclude Include="Mile.Project.Properties.h" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
<Import Condition="('$(Platform)'=='Win32') Or ('$(Platform)'=='x64')" Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</Project>
11 changes: 5 additions & 6 deletions NanaZipInstaller/NanaZipInstaller.vcxproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{7FD9CD52-4A25-41B0-B3C6-5CE92681DD52}</ProjectGuid>
<RootNamespace>NanaZipInstaller</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<MileProjectManifestFile>NanaZipInstaller.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<ItemDefinitionGroup>
<ClCompile>
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
Expand All @@ -34,5 +33,5 @@
<ItemGroup>
<Image Include="icon1.ico" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
10 changes: 5 additions & 5 deletions NanaZipPackage/NanaZipPackage.wapproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Wap.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Wap.props" />
<PropertyGroup>
<ProjectGuid>9a119a76-97cb-4490-b8c2-651576cb9302</ProjectGuid>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
Expand Down Expand Up @@ -45,5 +45,5 @@
<ProjectReference Include="..\NanaZipShellExtension\NanaZipShellExtension.vcxproj" />
<ProjectReference Include="..\NanaZipWindows\NanaZipWindows.vcxproj" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Wap.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Wap.targets" />
</Project>
7 changes: 3 additions & 4 deletions NanaZipSfxConsole/NanaZipSfxConsole.vcxproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{96C0A1A0-D964-4725-AFDC-73EBF7FC1416}</ProjectGuid>
<RootNamespace>NanaZipSfxConsole</RootNamespace>
<MileProjectType>ConsoleApplication</MileProjectType>
<MileProjectManifestFile>NanaZipSfxConsole.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.SevenZipZStandard.props" />
<PropertyGroup>
<TargetName>NanaZipConsole</TargetName>
Expand Down Expand Up @@ -233,5 +232,5 @@
<ItemGroup>
<Manifest Include="NanaZipSfxConsole.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
7 changes: 3 additions & 4 deletions NanaZipSfxSetup/NanaZipSfxSetup.vcxproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{43308629-5328-46BF-8E1C-A258A937B981}</ProjectGuid>
<RootNamespace>NanaZipSfxSetup</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<MileProjectManifestFile>NanaZipSfxSetup.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.SevenZipZStandard.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.ModernExperienceShims.props" />
<PropertyGroup>
Expand Down Expand Up @@ -195,5 +194,5 @@
<ItemGroup>
<Manifest Include="NanaZipSfxSetup.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
7 changes: 3 additions & 4 deletions NanaZipSfxWindows/NanaZipSfxWindows.vcxproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{C11F288B-9E3C-4DA9-8206-852BB91C7E4C}</ProjectGuid>
<RootNamespace>NanaZipSfxWindows</RootNamespace>
<MileProjectType>WindowsApplication</MileProjectType>
<MileProjectManifestFile>NanaZipSfxWindows.manifest</MileProjectManifestFile>
<WindowsTargetPlatformMinVersion>6.0.6000.0</WindowsTargetPlatformMinVersion>
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.SevenZipZStandard.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.ModernExperienceShims.props" />
<PropertyGroup>
Expand Down Expand Up @@ -250,5 +249,5 @@
<ItemGroup>
<Manifest Include="NanaZipSfxWindows.manifest" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
10 changes: 5 additions & 5 deletions NanaZipShellExtension/NanaZipShellExtension.vcxproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Platform.ARM64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x86.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.x64.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Platform.ARM64.props" />
<PropertyGroup Label="Globals">
<ProjectGuid>{F17D4837-7943-4361-9527-2AF9CACE477D}</ProjectGuid>
<RootNamespace>NanaZipShellExtension</RootNamespace>
Expand All @@ -12,7 +12,7 @@
<MileProjectEnableVCLTLSupport>true</MileProjectEnableVCLTLSupport>
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
</PropertyGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.props" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.props" />
<Import Project="..\NanaZip.Shared\NanaZip.Shared.ModernExperienceShims.props" />
<ItemDefinitionGroup>
<ClCompile>
Expand Down Expand Up @@ -134,5 +134,5 @@
<ItemGroup>
<None Include="NanaZipShellExtension.def" />
</ItemGroup>
<Import Project="..\Mile.Project.ModernWindows\Mile.Project.Cpp.targets" />
<Import Project="..\Mile.Project.Windows\Mile.Project.Cpp.targets" />
</Project>
Loading

0 comments on commit 168106f

Please sign in to comment.