Added 'Emugators' to window title

This commit is contained in:
StevenPhang22 2022-11-14 20:11:47 -05:00
parent 35c5fa36c1
commit 000ee02b8b
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
<!-- change toolset if it doesnt exist, so people can use 2017 for now -->
<!-- I can't figure out how to detect if v140_xp is installed in 2017. I would like to use it if possible, but I guess not today -->
<PropertyGroup Label="Globals" Condition="!Exists('$(VCTargetsPath)\Platforms\$(Platform)\PlatformToolsets\v140_xp\Toolset.props')">
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label="Globals" Condition="'$(v141_xp_Installed)'=='true'">
<PlatformToolset>v141_xp</PlatformToolset>
@ -1528,4 +1528,4 @@ xcopy /y /d "$(ProjectDir)\..\src\drivers\win\7z_64.dll" "$(OutDir)"</Command>
</VisualStudio>
</ProjectExtensions>
<!-- ================ UNDUPOBJ ================ -->
</Project>
</Project>