2014-06-11 20:53:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2014-06-19 18:27:07 +00:00
|
|
|
<LocalDebuggerWorkingDirectory>..\..\tests</LocalDebuggerWorkingDirectory>
|
2014-06-11 20:53:32 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2015-11-20 20:33:30 +00:00
|
|
|
<LocalDebuggerCommandArguments>-j -c -n -g --php --no-includes --gen-mutable monster_test.fbs</LocalDebuggerCommandArguments>
|
2014-06-11 20:53:32 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerWorkingDirectory>..\..</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2014-09-09 18:46:13 +00:00
|
|
|
<LocalDebuggerCommandArguments>-j -c -n -g -b -t monster_test.fbs monsterdata_test.golden</LocalDebuggerCommandArguments>
|
2014-06-11 20:53:32 +00:00
|
|
|
</PropertyGroup>
|
2014-06-19 18:27:07 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2014-09-17 00:37:17 +00:00
|
|
|
<LocalDebuggerCommandArguments>-j -c -g -n -b -t monster_test.fbs monsterdata_test.golden</LocalDebuggerCommandArguments>
|
2014-06-19 18:27:07 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LocalDebuggerWorkingDirectory>..\..\tests</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2014-07-11 23:12:35 +00:00
|
|
|
<LocalDebuggerCommandArguments>-j -c -g -b -t monster_test.fbs monsterdata_test.json</LocalDebuggerCommandArguments>
|
2014-06-19 18:27:07 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<LocalDebuggerWorkingDirectory>..\..\tests</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2014-06-11 20:53:32 +00:00
|
|
|
</Project>
|