Thou linker can locate the output .lib file of referenced projects wherever .lib is just fine, this helps us to gather all .pdb files in the output folder. Signed-off-by: Simon Rozman <simon@rozman.si>
105 lines
4.7 KiB
XML
105 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>{47399D91-7EB9-41DE-B521-514BA5DB0C43}</ProjectGuid>
|
|
<RootNamespace>WinStd</RootNamespace>
|
|
<ProjectName>WinStd</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</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" Condition="exists('..\..\..\include\$(Platform).props')" />
|
|
<Import Project="..\..\..\include\$(Configuration).props" Condition="exists('..\..\..\include\$(Configuration).props')" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<PrecompiledHeaderFile>PCH.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\Base64.cpp" />
|
|
<ClCompile Include="..\src\COM.cpp" />
|
|
<ClCompile Include="..\src\Crypt.cpp" />
|
|
<ClCompile Include="..\src\EAP.cpp" />
|
|
<ClCompile Include="..\src\ETW.cpp" />
|
|
<ClCompile Include="..\src\GDI.cpp" />
|
|
<ClCompile Include="..\src\Sec.cpp" />
|
|
<ClCompile Include="..\src\SetupAPI.cpp" />
|
|
<ClCompile Include="..\src\PCH.cpp">
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\src\Win.cpp" />
|
|
<ClCompile Include="..\src\WinSock2.cpp" />
|
|
<ClCompile Include="..\src\WinTrust.cpp" />
|
|
<ClCompile Include="..\src\WLAN.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\WinStd\Base64.h" />
|
|
<ClInclude Include="..\include\WinStd\COM.h" />
|
|
<ClInclude Include="..\include\WinStd\Common.h" />
|
|
<ClInclude Include="..\include\WinStd\Cred.h" />
|
|
<ClInclude Include="..\include\WinStd\Crypt.h" />
|
|
<ClInclude Include="..\include\WinStd\EAP.h" />
|
|
<ClInclude Include="..\include\WinStd\ETW.h" />
|
|
<ClInclude Include="..\include\WinStd\GDI.h" />
|
|
<ClInclude Include="..\include\WinStd\Hex.h" />
|
|
<ClInclude Include="..\include\WinStd\MSI.h" />
|
|
<ClInclude Include="..\include\WinStd\Sec.h" />
|
|
<ClInclude Include="..\include\WinStd\SetupAPI.h" />
|
|
<ClInclude Include="..\include\WinStd\Shell.h" />
|
|
<ClInclude Include="..\include\WinStd\Win.h" />
|
|
<ClInclude Include="..\include\WinStd\WinSock2.h" />
|
|
<ClInclude Include="..\include\WinStd\WinTrust.h" />
|
|
<ClInclude Include="..\include\WinStd\WLAN.h" />
|
|
<ClInclude Include="..\src\PCH.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
</Project> |