Typo fix.

I guess I'm not the only one who's modified these by hand.
This commit is contained in:
Pentarctagon 2020-03-14 01:36:01 -05:00
parent 76ddd4ce99
commit 7b2f4065d1
No known key found for this signature in database
GPG key ID: 29E48D667D52CCF3

View file

@ -113,7 +113,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\</LocalDebuggerWorkingDirectory>
<OutDir>$(SolutionDir)..\..\</OutDir>
<IntDir>$(Configuration)\${ProjectName)\</IntDir>
<IntDir>$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerWorkingDirectory>$(SolutionDir)..\..\</LocalDebuggerWorkingDirectory>