mirror of https://github.com/M2Team/NanaZip.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
209 lines
8.7 KiB
209 lines
8.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{1AB11057-1F48-44D2-A913-C945BFC1AA93}</ProjectGuid>
|
|
<RootNamespace>NanaZip.Modern</RootNamespace>
|
|
<MileProjectType>DynamicLibrary</MileProjectType>
|
|
<MileProjectManifestFile>NanaZip.Modern.manifest</MileProjectManifestFile>
|
|
<MinimalCoreWin>false</MinimalCoreWin>
|
|
<DefaultLanguage>en</DefaultLanguage>
|
|
<AppContainerApplication>false</AppContainerApplication>
|
|
<ApplicationType>Windows Store</ApplicationType>
|
|
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|
<XamlComponentResourceLocation>nested</XamlComponentResourceLocation>
|
|
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
|
|
<MileUniCrtDisableRuntimeDebuggingFeature>true</MileUniCrtDisableRuntimeDebuggingFeature>
|
|
<MileProjectEnableCppWinRTSupport>true</MileProjectEnableCppWinRTSupport>
|
|
<MileProjectUseProjectProperties>true</MileProjectUseProjectProperties>
|
|
<MileProjectCompanyName>M2-Team</MileProjectCompanyName>
|
|
<MileProjectFileDescription>NanaZip Modern Experience</MileProjectFileDescription>
|
|
<MileProjectInternalName>NanaZip.Modern</MileProjectInternalName>
|
|
<MileProjectLegalCopyright>© M2-Team and Contributors. All rights reserved.</MileProjectLegalCopyright>
|
|
<MileProjectOriginalFilename>NanaZip.Modern.dll</MileProjectOriginalFilename>
|
|
<MileProjectProductName>NanaZip</MileProjectProductName>
|
|
<MileProjectVersion>6.0.$([System.DateTime]::Today.Subtract($([System.DateTime]::Parse('2021-08-31'))).TotalDays).0</MileProjectVersion>
|
|
<MileProjectVersionTag>Preview 1</MileProjectVersionTag>
|
|
</PropertyGroup>
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.x64.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Platform.ARM64.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.Default.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.props" />
|
|
<ItemDefinitionGroup>
|
|
<Link>
|
|
<ModuleDefinitionFile>NanaZip.Modern.def</ModuleDefinitionFile>
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebug</RuntimeLibrary>
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreaded</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WINRT_NO_SOURCE_LOCATION;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>runtimeobject.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<None Include="Mile.Xaml.Unstaged.targets" />
|
|
<None Include="NanaZip.Modern.def" />
|
|
<None Include="NanaZip.Modern.props" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Manifest Include="NanaZip.Modern.manifest" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
<Page Include="AddressBarTemplate.xaml" />
|
|
<Page Include="SponsorPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="AboutPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="MainWindowToolBarPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="StatusBarTemplate.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Midl Include="AddressBar.idl" />
|
|
<Midl Include="AddressBarTemplate.idl">
|
|
<DependentUpon>AddressBarTemplate.xaml</DependentUpon>
|
|
</Midl>
|
|
<Midl Include="App.idl">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</Midl>
|
|
<Midl Include="SponsorPage.idl">
|
|
<DependentUpon>SponsorPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Midl>
|
|
<Midl Include="AboutPage.idl">
|
|
<DependentUpon>AboutPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Midl>
|
|
<Midl Include="MainWindowToolBarPage.idl">
|
|
<DependentUpon>MainWindowToolBarPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Midl>
|
|
<Midl Include="StatusBar.idl" />
|
|
<Midl Include="StatusBarTemplate.idl">
|
|
<DependentUpon>StatusBarTemplate.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Midl>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="AddressBar.h">
|
|
<DependentUpon>AddressBar.idl</DependentUpon>
|
|
</ClInclude>
|
|
<ClInclude Include="AddressBarTemplate.h">
|
|
<DependentUpon>AddressBarTemplate.xaml</DependentUpon>
|
|
</ClInclude>
|
|
<ClInclude Include="ControlMacros.h" />
|
|
<ClInclude Include="NanaZip.Modern.h" />
|
|
<ClInclude Include="pch.h" />
|
|
<ClInclude Include="App.h">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</ClInclude>
|
|
<ClInclude Include="SponsorPage.h">
|
|
<DependentUpon>SponsorPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClInclude>
|
|
<ClInclude Include="AboutPage.h">
|
|
<DependentUpon>AboutPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClInclude>
|
|
<ClInclude Include="MainWindowToolBarPage.h">
|
|
<DependentUpon>MainWindowToolBarPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClInclude>
|
|
<ClInclude Include="StatusBar.h">
|
|
<DependentUpon>StatusBar.idl</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClInclude>
|
|
<ClInclude Include="StatusBarTemplate.h">
|
|
<DependentUpon>StatusBarTemplate.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClInclude>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="AddressBarTemplate.cpp">
|
|
<DependentUpon>AddressBarTemplate.xaml</DependentUpon>
|
|
</ClCompile>
|
|
<ClCompile Include="pch.cpp" />
|
|
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
|
|
<ClCompile Include="App.cpp">
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
</ClCompile>
|
|
<ClCompile Include="SponsorPage.cpp">
|
|
<DependentUpon>SponsorPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClCompile>
|
|
<ClCompile Include="AboutPage.cpp">
|
|
<DependentUpon>AboutPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClCompile>
|
|
<ClCompile Include="MainWindowToolBarPage.cpp">
|
|
<DependentUpon>MainWindowToolBarPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClCompile>
|
|
<ClCompile Include="AddressBar.cpp">
|
|
<DependentUpon>AddressBar.idl</DependentUpon>
|
|
</ClCompile>
|
|
<ClCompile Include="NanaZip.Modern.cpp" />
|
|
<ClCompile Include="StatusBar.cpp">
|
|
<DependentUpon>StatusBar.idl</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClCompile>
|
|
<ClCompile Include="StatusBarTemplate.cpp">
|
|
<DependentUpon>StatusBarTemplate.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Mile.Xaml">
|
|
<Version>2.5.1250</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Mile.Windows.Helpers">
|
|
<Version>1.0.671</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Mile.Windows.UniCrt">
|
|
<Version>1.2.410</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PRIResource Include="Strings\de\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\de\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\el\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\el\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\en\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\en\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\hu\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\hu\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\pl\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\pl\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\pt-BR\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\pt-BR\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\sq\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\sq\SponsorPage.resw" />
|
|
<PRIResource Include="Strings\zh-Hans\MainWindowToolBarPage.resw" />
|
|
<PRIResource Include="Strings\zh-Hans\SponsorPage.resw" />
|
|
</ItemGroup>
|
|
<Import Project="Mile.Xaml.Unstaged.targets" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1622" Project="Mile.Project.Cpp.targets" />
|
|
<!--
|
|
XamlAddCppWinRTMergedWinmd
|
|
|
|
This target is overriden to prevent the XAML compiler from enabling
|
|
hybrid C++/WinRT and C++/CX support, due to a bug in the check.
|
|
-->
|
|
<Target Name="XamlAddCppWinRTMergedWinmd" AfterTargets="CppWinRTMergeProjectWinMDInputs" />
|
|
</Project>
|