mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
127 lines
6.0 KiB
XML
127 lines
6.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>{33542FF0-0473-4802-BC79-3B8261790F65}</ProjectGuid>
|
|
<RootNamespace>AerofoilSDL</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.17763.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>v141</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v141</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="AerofoilSDL.props" />
|
|
<Import Project="..\Common.props" />
|
|
<Import Project="..\GpShell.props" />
|
|
<Import Project="..\GpMainApp.props" />
|
|
<Import Project="..\PortabilityLayer.props" />
|
|
<Import Project="..\GpCommon.props" />
|
|
<Import Project="..\Debug.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="AerofoilSDL.props" />
|
|
<Import Project="..\Common.props" />
|
|
<Import Project="..\GpShell.props" />
|
|
<Import Project="..\Release.props" />
|
|
<Import Project="..\GpMainApp.props" />
|
|
<Import Project="..\PortabilityLayer.props" />
|
|
<Import Project="..\GpCommon.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<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>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\Aerofoil\GpColorCursor_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpFileStream_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpFileSystem_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpLogDriver_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpMutex_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpSystemServices_Win32.cpp" />
|
|
<ClCompile Include="..\Aerofoil\GpThreadEvent_Win32.cpp" />
|
|
<ClCompile Include="GpDisplayDriver_SDL_GL2.cpp" />
|
|
<ClCompile Include="GpFiberStarter_SDL.cpp" />
|
|
<ClCompile Include="GpFiber_SDL.cpp" />
|
|
<ClCompile Include="GpMain_SDL_Win32.cpp" />
|
|
<ClCompile Include="ShaderCode\DrawQuadPaletteP.cpp" />
|
|
<ClCompile Include="ShaderCode\DrawQuadV.cpp" />
|
|
<ClCompile Include="ShaderCode\ScaleQuadP.cpp" />
|
|
</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="..\GpFontHandler_FreeType2\GpFontHandler_FreeType2.vcxproj">
|
|
<Project>{4b564030-8985-4975-91e1-e1b2c16ae2a1}</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>
|
|
<ClInclude Include="GpFiber_SDL.h" />
|
|
<ClInclude Include="ShaderCode\DrawQuadPixelConstants.h" />
|
|
<ClInclude Include="ShaderCode\Functions.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |