2014-08-31 12:52:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 08:05:21 +00:00
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-08-31 12:52:21 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<!--For some stupid reason this has to be in the .user file...-->
|
|
|
|
<!--This is only used to allow UnitTests to find OpenAL DLL...kinda hacky-->
|
|
|
|
<LocalDebuggerWorkingDirectory>$(BinaryOutputDir)</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|