|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup Label="Globals"> |
4 | | - <ProjectGuid>{86E818B3-D657-4E03-9336-48EE242A79D1}</ProjectGuid> |
5 | | - <RootNamespace>NanaZip.Universal.Console</RootNamespace> |
6 | | - <MileProjectType>ConsoleApplication</MileProjectType> |
| 4 | + <ProjectGuid>{8DDAC25D-D16A-4440-9ADE-902255549D1E}</ProjectGuid> |
| 5 | + <RootNamespace>NanaZip.Universal.Windows</RootNamespace> |
| 6 | + <MileProjectType>WindowsApplication</MileProjectType> |
7 | 7 | <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion> |
8 | | - <MileProjectManifestFile>NanaZip.Universal.Console.manifest</MileProjectManifestFile> |
| 8 | + <MileProjectManifestFile>NanaZip.Universal.Windows.manifest</MileProjectManifestFile> |
9 | 9 | <MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature> |
10 | 10 | <MileProjectUseProjectProperties>true</MileProjectUseProjectProperties> |
11 | 11 | <MileProjectCompanyName>M2-Team</MileProjectCompanyName> |
12 | | - <MileProjectFileDescription>NanaZip Command Line Interface (Console)</MileProjectFileDescription> |
13 | | - <MileProjectInternalName>NanaZip.Universal.Console</MileProjectInternalName> |
| 12 | + <MileProjectFileDescription>NanaZip Command Line Interface (Windows)</MileProjectFileDescription> |
| 13 | + <MileProjectInternalName>NanaZip.Universal.Windows</MileProjectInternalName> |
14 | 14 | <MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright> |
15 | | - <MileProjectOriginalFilename>NanaZip.Universal.Console.exe</MileProjectOriginalFilename> |
| 15 | + <MileProjectOriginalFilename>NanaZip.Universal.Windows.exe</MileProjectOriginalFilename> |
16 | 16 | <MileProjectProductName>NanaZip</MileProjectProductName> |
17 | 17 | <MileWindowsHelpersNoCppWinRTHelpers>true</MileWindowsHelpersNoCppWinRTHelpers> |
18 | 18 | </PropertyGroup> |
|
26 | 26 | <ItemDefinitionGroup> |
27 | 27 | <ClCompile> |
28 | 28 | <AdditionalOptions>%(AdditionalOptions) /Wv:18</AdditionalOptions> |
29 | | - <PreprocessorDefinitions>Z7_DEVICE_FILE;Z7_EXTERNAL_CODECS;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 29 | + <PreprocessorDefinitions>Z7_DEVICE_FILE;Z7_EXTERNAL_CODECS;Z7_LANG;WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
30 | 30 | </ClCompile> |
31 | 31 | <Link> |
32 | 32 | <LargeAddressAware>true</LargeAddressAware> |
|
294 | 294 | <ProjectReference Include="..\NanaZip.Core\NanaZip.Core.vcxproj"> |
295 | 295 | <Project>{5220420B-9A5C-44A7-BE69-97F25365BB26}</Project> |
296 | 296 | </ProjectReference> |
297 | | - <ProjectReference Include="..\NanaZip.Core\NanaZip.Core.Sfx.Console.vcxproj"> |
298 | | - <Project>{96C0A1A0-D964-4725-AFDC-73EBF7FC1416}</Project> |
| 297 | + <ProjectReference Include="..\NanaZip.Core\NanaZip.Core.Sfx.Windows.vcxproj"> |
| 298 | + <Project>{C11F288B-9E3C-4DA9-8206-852BB91C7E4C}</Project> |
299 | 299 | <SetPlatform>Platform=x64</SetPlatform> |
300 | 300 | </ProjectReference> |
301 | 301 | </ItemGroup> |
|
0 commit comments