Skip to content

Commit 646ee50

Browse files
committed
Change the project information and add to Visual Studio solution for NanaZip.Universal.Windows project.
1 parent 06bd72f commit 646ee50

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

NanaZip.Universal/NanaZip.Universal.Windows.vcxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<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>
77
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
8-
<MileProjectManifestFile>NanaZip.Universal.Console.manifest</MileProjectManifestFile>
8+
<MileProjectManifestFile>NanaZip.Universal.Windows.manifest</MileProjectManifestFile>
99
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
1010
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
1111
<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>
1414
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright>
15-
<MileProjectOriginalFilename>NanaZip.Universal.Console.exe</MileProjectOriginalFilename>
15+
<MileProjectOriginalFilename>NanaZip.Universal.Windows.exe</MileProjectOriginalFilename>
1616
<MileProjectProductName>NanaZip</MileProjectProductName>
1717
<MileWindowsHelpersNoCppWinRTHelpers>true</MileWindowsHelpersNoCppWinRTHelpers>
1818
</PropertyGroup>
@@ -26,7 +26,7 @@
2626
<ItemDefinitionGroup>
2727
<ClCompile>
2828
<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>
3030
</ClCompile>
3131
<Link>
3232
<LargeAddressAware>true</LargeAddressAware>
@@ -294,8 +294,8 @@
294294
<ProjectReference Include="..\NanaZip.Core\NanaZip.Core.vcxproj">
295295
<Project>{5220420B-9A5C-44A7-BE69-97F25365BB26}</Project>
296296
</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>
299299
<SetPlatform>Platform=x64</SetPlatform>
300300
</ProjectReference>
301301
</ItemGroup>

NanaZip.sln

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaZip.Codecs.Sfx.Shared",
5555
EndProject
5656
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaZip.Modern", "NanaZip.Modern\NanaZip.Modern.vcxproj", "{1AB11057-1F48-44D2-A913-C945BFC1AA93}"
5757
EndProject
58+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanaZip.Universal.Windows", "NanaZip.Universal\NanaZip.Universal.Windows.vcxproj", "{8DDAC25D-D16A-4440-9ADE-902255549D1E}"
59+
EndProject
5860
Global
5961
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6062
Debug|ARM64 = Debug|ARM64
@@ -217,6 +219,14 @@ Global
217219
{1AB11057-1F48-44D2-A913-C945BFC1AA93}.Release|ARM64.Build.0 = Release|ARM64
218220
{1AB11057-1F48-44D2-A913-C945BFC1AA93}.Release|x64.ActiveCfg = Release|x64
219221
{1AB11057-1F48-44D2-A913-C945BFC1AA93}.Release|x64.Build.0 = Release|x64
222+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Debug|ARM64.ActiveCfg = Debug|ARM64
223+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Debug|ARM64.Build.0 = Debug|ARM64
224+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Debug|x64.ActiveCfg = Debug|x64
225+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Debug|x64.Build.0 = Debug|x64
226+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Release|ARM64.ActiveCfg = Release|ARM64
227+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Release|ARM64.Build.0 = Release|ARM64
228+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Release|x64.ActiveCfg = Release|x64
229+
{8DDAC25D-D16A-4440-9ADE-902255549D1E}.Release|x64.Build.0 = Release|x64
220230
EndGlobalSection
221231
GlobalSection(SolutionProperties) = preSolution
222232
HideSolutionNode = FALSE
@@ -244,6 +254,7 @@ Global
244254
{279F7FA5-7DDC-4635-99B0-3C7F2179DAE0} = {1B20CAF2-FCA3-490D-BDD7-2D7DD439787A}
245255
{1E894B34-F9D2-4258-9401-6519AAE91620} = {94A1E11C-B722-4BAE-9B12-1495F5EF3CC9}
246256
{1AB11057-1F48-44D2-A913-C945BFC1AA93} = {FB9122A4-25AA-405E-9EE1-886274614847}
257+
{8DDAC25D-D16A-4440-9ADE-902255549D1E} = {FB9122A4-25AA-405E-9EE1-886274614847}
247258
EndGlobalSection
248259
GlobalSection(ExtensibilityGlobals) = postSolution
249260
SolutionGuid = {DE2C16C4-5306-4103-9C2A-749DC32B5CA6}

0 commit comments

Comments
 (0)