mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
149 lines
7.0 KiB
XML
149 lines
7.0 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|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{0E383EF0-CEF7-4733-87C6-5AC9844AA1EF}</ProjectGuid>
|
|
<RootNamespace>Aerofoil</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\PortabilityLayer.props" />
|
|
<Import Project="..\Common.props" />
|
|
<Import Project="..\GpCommon.props" />
|
|
<Import Project="..\GpMainApp.props" />
|
|
<Import Project="..\GpShell.props" />
|
|
<Import Project="..\Debug.props" />
|
|
<Import Project="..\AerofoilPortable.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\PortabilityLayer.props" />
|
|
<Import Project="..\Common.props" />
|
|
<Import Project="..\GpCommon.props" />
|
|
<Import Project="..\GpMainApp.props" />
|
|
<Import Project="..\Release.props" />
|
|
<Import Project="..\GpShell.props" />
|
|
<Import Project="..\AerofoilPortable.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\AerofoilPortable\GpAllocator_C.cpp" />
|
|
<ClCompile Include="GpBWCursor_Win32.cpp" />
|
|
<ClCompile Include="GpColorCursor_Win32.cpp" />
|
|
<ClCompile Include="GpFileStream_Win32.cpp" />
|
|
<ClCompile Include="GpFileSystem_Win32.cpp" />
|
|
<ClCompile Include="GpLogDriver_Win32.cpp" />
|
|
<ClCompile Include="GpMain_Win32.cpp" />
|
|
<ClCompile Include="GpMutex_Win32.cpp" />
|
|
<ClCompile Include="GpSystemServices_Win32.cpp" />
|
|
<ClCompile Include="GpThreadEvent_Win32.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\GpCommon\EGpInputDriverType.h" />
|
|
<ClInclude Include="..\GpCommon\EGpStandardCursor.h" />
|
|
<ClInclude Include="..\GpCommon\GpApplicationName.h" />
|
|
<ClInclude Include="..\GpCommon\GpBuildVersion.h" />
|
|
<ClInclude Include="..\GpCommon\GpDisplayDriverTickStatus.h" />
|
|
<ClInclude Include="..\GpCommon\GpFileCreationDisposition.h" />
|
|
<ClInclude Include="..\GpCommon\GpInputDriverProperties.h" />
|
|
<ClInclude Include="..\GpCommon\GpString.h" />
|
|
<ClInclude Include="..\GpCommon\GpVector.h" />
|
|
<ClInclude Include="..\GpCommon\IGpCursor.h" />
|
|
<ClInclude Include="..\GpCommon\IGpAudioChannelCallbacks.h" />
|
|
<ClInclude Include="..\GpCommon\IGpDisplayDriverSurface.h" />
|
|
<ClInclude Include="..\GpCommon\IGpLogDriver.h" />
|
|
<ClInclude Include="..\GpCommon\IGpPrefsHandler.h" />
|
|
<ClInclude Include="GpBWCursor_Win32.h" />
|
|
<ClInclude Include="GpFileStream_Win32.h" />
|
|
<ClInclude Include="GpFileSystem_Win32.h" />
|
|
<ClInclude Include="GpLogDriver_Win32.h" />
|
|
<ClInclude Include="GpMutex_Win32.h" />
|
|
<ClInclude Include="GpSystemServices_Win32.h" />
|
|
<ClInclude Include="GpThreadEvent_Win32.h" />
|
|
<ClInclude Include="resource.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GpApp\GpApp.vcxproj">
|
|
<Project>{6233c3f2-5781-488e-b190-4fa8836f5a77}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GpAudioDriver_XAudio2\GpAudioDriver_XAudio2.vcxproj">
|
|
<Project>{e3bdc783-8646-433e-adf0-8b6390d36669}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GpDisplayDriver_D3D11\GpDisplayDriver_D3D11.vcxproj">
|
|
<Project>{ffc961ac-55b4-4a38-a83e-06ae98f59acc}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GpInputDriver_XInput\GpInputDriver_XInput.vcxproj">
|
|
<Project>{17b96f07-ef92-47cd-95a5-8e6ee38ab564}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GpShell\GpShell.vcxproj">
|
|
<Project>{10cf9b5f-61d0-4b5b-89f4-810b58fc053d}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ResourceCompile Include="Aerofoil.rc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Image Include="ConvertedResources\Large128.ico" />
|
|
<Image Include="ConvertedResources\Small128.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |