forked from M2Team/NanaZip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Mile.Project.Windows instead of Mile.Project.ModernWindows.
- Loading branch information
1 parent
45feae5
commit 168106f
Showing
23 changed files
with
83 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 10 additions & 6 deletions
16
NanaZip.Shared/NanaZip.Shared.ModernExperienceShims.vcxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.