Fix VS stuff

This commit is contained in:
Emil Lenngren 2022-05-15 19:01:19 +02:00
commit bc65a38a55
2 changed files with 4 additions and 11 deletions

View file

@ -19,4 +19,8 @@
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>