Skip to content

Commit

Permalink
Changed DebuggerCommand to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsoft74 committed Jul 13, 2018
1 parent ddbedf5 commit a2eff86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vis_milk2/plugin.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>z:\src\musikcube\bin\debug\musikbox.exe</LocalDebuggerCommand>
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>z:\src\musikcube\bin\debug</LocalDebuggerWorkingDirectory>
<LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommand>z:\src\musikcube\bin\release\musikbox.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>z:\src\musikcube\bin\release</LocalDebuggerWorkingDirectory>
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>$(ProjectDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>

0 comments on commit a2eff86

Please sign in to comment.