Reworked VS Linux solution

This commit is contained in:
Dimitris Panokostas 2017-02-03 17:54:20 +01:00
parent eae16732b4
commit 97f180ec9f
3 changed files with 1040 additions and 226 deletions

View file

@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<PreLaunchCommand>export DISPLAY=:0.0</PreLaunchCommand>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>