Fixing TE.exe path in unit test project (#32)

This commit is contained in:
Jason Sandlin 2017-01-09 10:33:43 -08:00 коммит произвёл GitHub
Родитель 1bff60a1f2
Коммит f192d48509
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -241,7 +241,7 @@
<ProjectFolder>Microsoft.Xbox.System.UnitTest</ProjectFolder>
<OutDir>$(ProjectDir)..\..\Binaries\$(Configuration)\$(Platform)\$(ProjectName)\</OutDir>
<IntDir>$(ProjectDir)..\..\Obj\$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
<LocalDebuggerCommand>$(ProjectDir)..\..\TAEF\Binaries\Release\$(PlatformTarget)\TestExecution\TE.exe</LocalDebuggerCommand>
<LocalDebuggerCommand>C:\Program Files (x86)\Windows Kits\10\Testing\Runtimes\TAEF\x64\TE.exe</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>$(TargetPath) /inproc</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>