-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified user files for VS releases to contain a valid debug start op…
…tion
- Loading branch information
1 parent
f085b61
commit c5a047d
Showing
3 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<LocalDebuggerCommandArguments>-platformpluginpath @JVX_REPLACE_ME_QT_PATH@/plugins/platforms -platformpluginpath @JVX_REPLACE_ME_QT_PATH@/plugins --jvxdir jvxComponents --config $(TargetName)@[email protected] --textlog --verbose_dll --textloglev 10</LocalDebuggerCommandArguments> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin/x64;%GLEW_LIBRARY_PATH%/bin/Release/x64;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin/x64;%GLEW_LIBRARY_PATH%/bin/Release/x64;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<LocalDebuggerCommandArguments>-platformpluginpath @JVX_REPLACE_ME_QT_PATH@/plugins/platforms -platformpluginpath @JVX_REPLACE_ME_QT_PATH@/plugins --jvxdir jvxComponents --config $(TargetName)@[email protected] --textlog --verbose_dll --textloglev 10</LocalDebuggerCommandArguments> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin;%GLEW_LIBRARY_PATH%/bin/Release/Win32;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin;%GLEW_LIBRARY_PATH%/bin/Release/Win32;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<LocalDebuggerCommandArguments>--jvxdir jvxComponents --config $(TargetName)@[email protected] --textlog --verbose_dll --textloglev 10</LocalDebuggerCommandArguments> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin/x64;%GLEW_LIBRARY_PATH%/bin/Release/x64;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin/x64;%GLEW_LIBRARY_PATH%/bin/Release/x64;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<LocalDebuggerCommandArguments>--config $(TargetName)@[email protected] --textlog --verbose_dll --textloglev 10</LocalDebuggerCommandArguments> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
<LocalDebuggerWorkingDirectory>@JVX_REPLACE_ME@</LocalDebuggerWorkingDirectory> | ||
<LocalDebuggerEnvironment>PATH=@JVX_REPLACE_ME@\bin;%GLUT_LIBRARY_PATH%/bin;%GLEW_LIBRARY_PATH%/bin/Release/Win32;%OPENCV_LIBRARY_PATH%/bin;%PATH%</LocalDebuggerEnvironment> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<LocalDebuggerCommandArguments>@JVX_REPLACE_ME_COMMAND_ARGS@</LocalDebuggerCommandArguments> | ||
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand> | ||
<LocalDebuggerCommand_old>@JVX_REPLACE_ME@\bin\$(TargetName).exe</LocalDebuggerCommand_old> | ||
|