UnitTests.vcxproj.user 454 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <!--For some stupid reason this has to be in the .user file...-->
  5. <!--This is only used to allow UnitTests to find OpenAL DLL...kinda hacky-->
  6. <LocalDebuggerWorkingDirectory>$(BinaryOutputDir)</LocalDebuggerWorkingDirectory>
  7. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  8. </PropertyGroup>
  9. </Project>