210 lines
No EOL
13 KiB
XML
210 lines
No EOL
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>ARM</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x86">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x86">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x86</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{06b356e1-fe8b-4e50-bf9f-a9d6e419ecbd}</ProjectGuid>
|
|
<Keyword>Linux</Keyword>
|
|
<RootNamespace>guisan</RootNamespace>
|
|
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
|
|
<ApplicationType>Linux</ApplicationType>
|
|
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
|
|
<TargetLinuxPlatform>Generic</TargetLinuxPlatform>
|
|
<LinuxProjectType>{FC1A4D80-50E9-41DA-9192-61C0DBAA00D2}</LinuxProjectType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<RemoteRootDir>~/projects/Amiberry-sdl2/src</RemoteRootDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<RemoteRootDir>~/projects/Amiberry-sdl2/src</RemoteRootDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
<ImportGroup Label="Shared" />
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make all</RemoteBuildCommandLine>
|
|
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make clean</RemoteCleanCommandLine>
|
|
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make clean; make all</RemoteReBuildCommandLine>
|
|
<NMakeIncludeSearchPath>C:\SysGCC\raspberry\arm-linux-gnueabihf\sysroot\usr\include\SDL2;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<RemoteBuildCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make all</RemoteBuildCommandLine>
|
|
<RemoteReBuildCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make clean; make all</RemoteReBuildCommandLine>
|
|
<RemoteCleanCommandLine>cd ~/projects/Amiberry-sdl2/src/guisan/; make clean</RemoteCleanCommandLine>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\src\guisan\lib\.keep">
|
|
<DeploymentContent>true</DeploymentContent>
|
|
</None>
|
|
<None Include="..\..\src\guisan\Makefile" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\guisan\include\guisan.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\actionevent.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\actionlistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\basiccontainer.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\cliprectangle.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\color.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\deathlistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\defaultfont.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\event.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\exception.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\focushandler.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\focuslistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\font.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\genericinput.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\glut.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\graphics.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\gui.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\image.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\imagefont.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\imageloader.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\input.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\inputevent.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\key.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\keyevent.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\keyinput.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\keylistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\listmodel.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\mouseevent.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\mouseinput.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\mouselistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\opengl.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\opengl\openglgraphics.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\opengl\openglimage.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\opengl\openglsdlimageloader.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\platform.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\rectangle.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdlgraphics.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdlimage.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdlimageloader.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdlinput.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdlpixel.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\sdl\sdltruetypefont.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\selectionevent.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\selectionlistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widget.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgetlistener.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\button.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\checkbox.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\container.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\dropdown.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\icon.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\imagebutton.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\label.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\listbox.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\progressbar.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\radiobutton.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\scrollarea.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\slider.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\tab.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\tabbedarea.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\textbox.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\textfield.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\widgets\window.hpp" />
|
|
<ClInclude Include="..\..\src\guisan\include\guisan\x.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\src\guisan\src\actionevent.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\basiccontainer.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\cliprectangle.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\color.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\defaultfont.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\event.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\exception.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\focushandler.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\font.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\genericinput.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\graphics.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\gui.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\guisan.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\image.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\imagefont.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\inputevent.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\key.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\keyevent.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\keyinput.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\mouseevent.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\mouseinput.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\opengl\opengl.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\opengl\openglgraphics.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\opengl\openglimage.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\rectangle.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdl.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdlgraphics.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdlimage.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdlimageloader.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdlinput.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\sdl\sdltruetypefont.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\selectionevent.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widget.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\button.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\checkbox.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\container.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\dropdown.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\icon.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\imagebutton.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\label.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\listbox.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\progressbar.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\radiobutton.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\scrollarea.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\slider.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\tab.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\tabbedarea.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\textbox.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\textfield.cpp" />
|
|
<ClCompile Include="..\..\src\guisan\src\widgets\window.cpp" />
|
|
</ItemGroup>
|
|
<ItemDefinitionGroup />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
</Project> |