Skip to content

Commit

Permalink
[windows] Set VS launch directory (#106)
Browse files Browse the repository at this point in the history
Adds the debugging configuration required for VS to correctly run the embedder from inside VS. This includes the configuration that the working directory needs to be the solution directory not the project directory.
  • Loading branch information
CallumIddon authored and stuartmorgan committed Jul 15, 2018
1 parent cbc4913 commit d03a5ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/example/GLFW Example.vcxproj
Expand Up @@ -224,4 +224,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<PropertyGroup>
<LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory>
</PropertyGroup>
</Project>

0 comments on commit d03a5ae

Please sign in to comment.