forked from Mirror/libstarlight
174 lines
9.7 KiB
XML
174 lines
9.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</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>
|
|
<ItemGroup>
|
|
<ClCompile Include="source\starlight\Application.cpp" />
|
|
<ClCompile Include="source\starlight\datatypes\Color.cpp" />
|
|
<ClCompile Include="source\starlight\datatypes\Vector2.cpp" />
|
|
<ClCompile Include="source\starlight\datatypes\VRect.cpp" />
|
|
<ClCompile Include="source\starlight\GFXManager.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\BitmapFont.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DisplayList.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\Drawable.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawableImage.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawableNinePatch.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawableTest.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawContext.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawContextCanvas.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawContextTopScreen.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\DrawContextTouchscreen.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\Font.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\FontBMF.cpp" />
|
|
<ClCompile Include="source\starlight\gfx\RenderCore.cpp" />
|
|
<ClCompile Include="source\starlight\InputManager.cpp" />
|
|
<ClCompile Include="source\starlight\ThemeManager.cpp" />
|
|
<ClCompile Include="source\starlight\ui\Button.cpp" />
|
|
<ClCompile Include="source\starlight\ui\Image.cpp" />
|
|
<ClCompile Include="source\starlight\ui\Label.cpp" />
|
|
<ClCompile Include="source\starlight\ui\ParallaxLayer.cpp" />
|
|
<ClCompile Include="source\starlight\ui\ScrollField.cpp" />
|
|
<ClCompile Include="source\starlight\ui\TopScreenCanvas.cpp" />
|
|
<ClCompile Include="source\starlight\ui\TouchScreenCanvas.cpp" />
|
|
<ClCompile Include="source\starlight\ui\UICanvas.cpp" />
|
|
<ClCompile Include="source\starlight\ui\UIContainer.cpp" />
|
|
<ClCompile Include="source\starlight\ui\UIElement.cpp" />
|
|
<ClCompile Include="source\starlight\util\WorkerThread.cpp" />
|
|
<ClCompile Include="source\starlight\_incLib\lodepng.cpp" />
|
|
<ClCompile Include="vs_shim.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="source\starlight\Application.h" />
|
|
<ClInclude Include="source\starlight\datatypes\Color.h" />
|
|
<ClInclude Include="source\starlight\datatypes\OptRef.h" />
|
|
<ClInclude Include="source\starlight\datatypes\Vector2.h" />
|
|
<ClInclude Include="source\starlight\datatypes\VRect.h" />
|
|
<ClInclude Include="source\starlight\GFXManager.h" />
|
|
<ClInclude Include="source\starlight\gfx\BitmapFont.h" />
|
|
<ClInclude Include="source\starlight\gfx\DisplayList.h" />
|
|
<ClInclude Include="source\starlight\gfx\Drawable.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawableImage.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawableNinePatch.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawableTest.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawContext.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawContextCanvas.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawContextTopScreen.h" />
|
|
<ClInclude Include="source\starlight\gfx\DrawContextTouchscreen.h" />
|
|
<ClInclude Include="source\starlight\gfx\Font.h" />
|
|
<ClInclude Include="source\starlight\gfx\FontBMF.h" />
|
|
<ClInclude Include="source\starlight\gfx\RenderCore.h" />
|
|
<ClInclude Include="source\starlight\gfx\ThemeRef.h" />
|
|
<ClInclude Include="source\starlight\InputManager.h" />
|
|
<ClInclude Include="source\starlight\ThemeManager.h" />
|
|
<ClInclude Include="source\starlight\ui\Button.h" />
|
|
<ClInclude Include="source\starlight\ui\Image.h" />
|
|
<ClInclude Include="source\starlight\ui\Label.h" />
|
|
<ClInclude Include="source\starlight\ui\ParallaxLayer.h" />
|
|
<ClInclude Include="source\starlight\ui\ScrollField.h" />
|
|
<ClInclude Include="source\starlight\ui\TopScreenCanvas.h" />
|
|
<ClInclude Include="source\starlight\ui\TouchScreenCanvas.h" />
|
|
<ClInclude Include="source\starlight\ui\UICanvas.h" />
|
|
<ClInclude Include="source\starlight\ui\UIContainer.h" />
|
|
<ClInclude Include="source\starlight\ui\UIElement.h" />
|
|
<ClInclude Include="source\starlight\util\WorkerThread.h" />
|
|
<ClInclude Include="source\starlight\_global.h" />
|
|
<ClInclude Include="source\starlight\_incLib\json.hpp" />
|
|
<ClInclude Include="source\starlight\_incLib\json_fwd.hpp" />
|
|
<ClInclude Include="source\starlight\_incLib\lodepng.h" />
|
|
<ClInclude Include="source\starlight\_incLib\_stringfix.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{21A0624A-FE85-4D9C-ADDE-7E272B48E906}</ProjectGuid>
|
|
<Keyword>MakeFileProj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
|
|
<NMakePreprocessorDefinitions>
|
|
</NMakePreprocessorDefinitions>
|
|
<NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>
|
|
<ExecutablePath>$(PATH);</ExecutablePath>
|
|
<IncludePath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\</IncludePath>
|
|
<ReferencePath />
|
|
<LibraryPath />
|
|
<LibraryWPath />
|
|
<ExcludePath />
|
|
<NMakeIncludeSearchPath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\;</NMakeIncludeSearchPath>
|
|
<SourcePath />
|
|
<NMakeForcedIncludes>$(ProjectDir)/vs_shim.cpp</NMakeForcedIncludes>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
|
|
<NMakePreprocessorDefinitions>
|
|
</NMakePreprocessorDefinitions>
|
|
<NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>
|
|
<ExecutablePath>$(PATH);</ExecutablePath>
|
|
<IncludePath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\</IncludePath>
|
|
<ReferencePath />
|
|
<LibraryPath />
|
|
<LibraryWPath />
|
|
<ExcludePath />
|
|
<NMakeIncludeSearchPath>.\;$(ProjectDir)source\;$(DEVKITPROWIN)\libctru\include\;$(DEVKITARMWIN)\arm-none-eabi\include\;$(DEVKITARMWIN)\arm-none-eabi\include\c++\6.2.0\;</NMakeIncludeSearchPath>
|
|
<SourcePath />
|
|
<NMakeForcedIncludes>$(ProjectDir)/vs_shim.cpp</NMakeForcedIncludes>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |