114 lines
4.7 KiB
XML
114 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{BFCAA3B4-97A9-4EA9-8FE1-F30280142BCC}</ProjectGuid>
|
|
<RootNamespace>WLANManager</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Debug'">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration" Condition="'$(Configuration)'=='Release'">
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration" Condition="'$(Platform)'=='ARM64'">
|
|
<WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\include\$(Platform).props" />
|
|
<Import Project="..\include\$(Configuration).props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<OutDir>..\output\$(Platform).$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\lib\Events\build\temp\Events.$(Platform).$(Configuration).$(PlatformToolset);..\lib\WinStd\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="PCH.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Main.cpp" />
|
|
<ClCompile Include="PCH.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="WLANManager.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="locale\bg_BG.po" />
|
|
<None Include="locale\ca_ES.po" />
|
|
<None Include="locale\cs_CZ.po" />
|
|
<None Include="locale\cy_UK.po" />
|
|
<None Include="locale\de_DE.po" />
|
|
<None Include="locale\el_GR.po" />
|
|
<None Include="locale\es_ES.po" />
|
|
<None Include="locale\et_EE.po" />
|
|
<None Include="locale\eu_ES.po" />
|
|
<None Include="locale\fi_FI.po" />
|
|
<None Include="locale\fr_CA.po" />
|
|
<None Include="locale\fr_FR.po" />
|
|
<None Include="locale\gl_ES.po" />
|
|
<None Include="locale\hr_HR.po" />
|
|
<None Include="locale\hu_HU.po" />
|
|
<None Include="locale\is_IS.po" />
|
|
<None Include="locale\it_IT.po" />
|
|
<None Include="locale\ko_KR.po" />
|
|
<None Include="locale\lt_LT.po" />
|
|
<None Include="locale\nb_NO.po" />
|
|
<None Include="locale\nl_NL.po" />
|
|
<None Include="locale\pl_PL.po" />
|
|
<None Include="locale\pt_PT.po" />
|
|
<None Include="locale\ru_RU.po" />
|
|
<None Include="locale\sk_SK.po" />
|
|
<None Include="locale\ro_RO.po" />
|
|
<None Include="locale\sl_SI.po" />
|
|
<None Include="locale\sr_RS.po" />
|
|
<None Include="locale\sv_SE.po" />
|
|
<None Include="locale\tr_TR.po" />
|
|
<None Include="locale\vi_VN.po" />
|
|
<None Include="locale\WLANManager.pot" />
|
|
<None Include="README.md" />
|
|
<None Include="res\WLANManager.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
</Project> |