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.
51 lines
2.5 KiB
51 lines
2.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{4E78AF72-D7EF-4769-B64B-95E7EDF05FA2}</ProjectGuid>
|
|
<RootNamespace>NanaZip.Frieren</RootNamespace>
|
|
<MileProjectType>StaticLibrary</MileProjectType>
|
|
<MileWindowsHelpersNoCppWinRTHelpers>true</MileWindowsHelpersNoCppWinRTHelpers>
|
|
</PropertyGroup>
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x86.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.x64.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Platform.ARM64.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.Default.props" />
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.props" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebug</RuntimeLibrary>
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreaded</RuntimeLibrary>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<EnableEnhancedInstructionSet Condition="'$(Platform)'=='Win32'">NoExtensions</EnableEnhancedInstructionSet>
|
|
<Optimization Condition="'$(Configuration)' == 'Release'">MinSpace</Optimization>
|
|
<FavorSizeOrSpeed Condition="'$(Configuration)' == 'Release'">Size</FavorSizeOrSpeed>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<None Include="NanaZip.Frieren.props" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="NanaZip.Frieren.h" />
|
|
<ClInclude Include="NanaZip.Frieren.WinUserPrivate.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="NanaZip.Frieren.cpp" />
|
|
<ClCompile Include="NanaZip.Frieren.DarkMode.cpp" />
|
|
<ClCompile Include="NanaZip.Frieren.RuntimeObjectWrapper.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Mile.Windows.Helpers">
|
|
<Version>1.0.671</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Mile.Windows.Internal">
|
|
<Version>1.0.2971</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Mile.Detours">
|
|
<Version>1.0.1542</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<Import Sdk="Mile.Project.Configurations" Version="1.0.1426" Project="Mile.Project.Cpp.targets" />
|
|
</Project>
|