clear GamePlatform if unknown

This commit is contained in:
Jesse Plamondon-Willard 2017-07-09 23:33:08 -04:00
parent 4ca843ee90
commit 9beefb65fa
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
<GamePath Condition="!Exists('$(GamePath)')">$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 413150', 'InstallLocation', null, RegistryView.Registry64, RegistryView.Registry32))</GamePath>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
<GamePlatform></GamePlatform>
</PropertyGroup>
</Otherwise>
</Choose>
<!--######