|
|
@@ -1,299 +1,298 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
<ProjectConfiguration Include="Debug|PS3"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>PS3</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|x64"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Debug|Xbox 360"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Xbox 360</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|PS3"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>PS3</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|x64"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>x64</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Xbox 360"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Xbox 360</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<ProjectGuid>{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}</ProjectGuid> |
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Config.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration"> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration"> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration"> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="Configuration"> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
<Import Project="$(SolutionDir)\Lol.Fx.props" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" /> |
|
|
|
</ImportGroup> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" /> |
|
|
|
<ItemDefinitionGroup> |
|
|
|
<ClCompile> |
|
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
</ClCompile> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="application\application.cpp" /> |
|
|
|
<ClCompile Include="audio.cpp" /> |
|
|
|
<ClCompile Include="camera.cpp" /> |
|
|
|
<ClCompile Include="base\assert.cpp" /> |
|
|
|
<ClCompile Include="base\hash.cpp" /> |
|
|
|
<ClCompile Include="base\log.cpp" /> |
|
|
|
<ClCompile Include="base\string.cpp" /> |
|
|
|
<ClCompile Include="debug\fps.cpp" /> |
|
|
|
<ClCompile Include="debug\lines.cpp" /> |
|
|
|
<ClCompile Include="debug\record.cpp" /> |
|
|
|
<ClCompile Include="debug\stats.cpp" /> |
|
|
|
<ClCompile Include="dict.cpp" /> |
|
|
|
<ClCompile Include="easymesh\csgbsp.cpp" /> |
|
|
|
<ClCompile Include="easymesh\easymesh-compiler.cpp" /> |
|
|
|
<ClCompile Include="easymesh\easymesh.cpp" /> |
|
|
|
<ClCompile Include="eglapp.cpp" /> |
|
|
|
<ClCompile Include="emitter.cpp" /> |
|
|
|
<ClCompile Include="entity.cpp" /> |
|
|
|
<ClCompile Include="font.cpp" /> |
|
|
|
<ClCompile Include="forge.cpp" /> |
|
|
|
<ClCompile Include="generated\easymesh-parser.cpp" /> |
|
|
|
<ClCompile Include="generated\easymesh-scanner.cpp" /> |
|
|
|
<ClCompile Include="generated\lolfx-parser.cpp" /> |
|
|
|
<ClCompile Include="generated\lolfx-scanner.cpp" /> |
|
|
|
<ClCompile Include="gpu\framebuffer.cpp" /> |
|
|
|
<ClCompile Include="gpu\indexbuffer.cpp" /> |
|
|
|
<ClCompile Include="gpu\lolfx-compiler.cpp" /> |
|
|
|
<ClCompile Include="gpu\lolfx.cpp" /> |
|
|
|
<ClCompile Include="gpu\rendercontext.cpp" /> |
|
|
|
<ClCompile Include="gpu\renderer.cpp" /> |
|
|
|
<ClCompile Include="gpu\shader.cpp" /> |
|
|
|
<ClCompile Include="gpu\texture.cpp" /> |
|
|
|
<ClCompile Include="gpu\vertexbuffer.cpp" /> |
|
|
|
<ClCompile Include="gradient.cpp" /> |
|
|
|
<ClCompile Include="image\codec\android-image.cpp" /> |
|
|
|
<ClCompile Include="image\codec\dummy-image.cpp" /> |
|
|
|
<ClCompile Include="image\codec\gdiplus-image.cpp" /> |
|
|
|
<ClCompile Include="image\codec\ios-image.cpp" /> |
|
|
|
<ClCompile Include="image\codec\ps3-image.cpp" /> |
|
|
|
<ClCompile Include="image\codec\sdl-image.cpp" /> |
|
|
|
<ClCompile Include="image\color\cie1931.cpp" /> |
|
|
|
<ClCompile Include="image\image.cpp" /> |
|
|
|
<ClCompile Include="input\input.cpp" /> |
|
|
|
<ClCompile Include="input\keyboard.cpp" /> |
|
|
|
<ClCompile Include="input\stick.cpp" /> |
|
|
|
<ClCompile Include="layer.cpp" /> |
|
|
|
<ClCompile Include="light.cpp" /> |
|
|
|
<ClCompile Include="map.cpp" /> |
|
|
|
<ClCompile Include="math\geometry.cpp" /> |
|
|
|
<ClCompile Include="math\half.cpp" /> |
|
|
|
<ClCompile Include="math\real.cpp" /> |
|
|
|
<ClCompile Include="math\trig.cpp" /> |
|
|
|
<ClCompile Include="math\vector.cpp" /> |
|
|
|
<ClCompile Include="mesh\mesh.cpp" /> |
|
|
|
<ClCompile Include="platform.cpp" /> |
|
|
|
<ClCompile Include="platform\d3d9\d3d9input.cpp" /> |
|
|
|
<ClCompile Include="platform\ps3\ps3app.cpp" /> |
|
|
|
<ClCompile Include="platform\ps3\ps3input.cpp" /> |
|
|
|
<ClCompile Include="platform\sdl\sdlapp.cpp" /> |
|
|
|
<ClCompile Include="platform\sdl\sdlinput.cpp" /> |
|
|
|
<ClCompile Include="platform\xbox\xboxapp.cpp" /> |
|
|
|
<ClCompile Include="platform\xbox\xboxinput.cpp" /> |
|
|
|
<ClCompile Include="profiler.cpp" /> |
|
|
|
<ClCompile Include="sample.cpp" /> |
|
|
|
<ClCompile Include="sampler.cpp" /> |
|
|
|
<ClCompile Include="scene.cpp" /> |
|
|
|
<ClCompile Include="sprite.cpp" /> |
|
|
|
<ClCompile Include="sys\file.cpp" /> |
|
|
|
<ClCompile Include="sys\init.cpp" /> |
|
|
|
<ClCompile Include="sys\timer.cpp" /> |
|
|
|
<ClCompile Include="text.cpp" /> |
|
|
|
<ClCompile Include="ticker.cpp" /> |
|
|
|
<ClCompile Include="tiler.cpp" /> |
|
|
|
<ClCompile Include="tileset.cpp" /> |
|
|
|
<ClCompile Include="video.cpp" /> |
|
|
|
<ClCompile Include="world.cpp" /> |
|
|
|
<ClCompile Include="worldentity.cpp" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClInclude Include="application\application.h" /> |
|
|
|
<ClInclude Include="audio.h" /> |
|
|
|
<ClInclude Include="camera.h" /> |
|
|
|
<ClInclude Include="core.h" /> |
|
|
|
<ClInclude Include="debug\fps.h" /> |
|
|
|
<ClInclude Include="debug\record.h" /> |
|
|
|
<ClInclude Include="debug\stats.h" /> |
|
|
|
<ClInclude Include="dict.h" /> |
|
|
|
<ClInclude Include="easymesh\csgbsp.h" /> |
|
|
|
<ClInclude Include="easymesh\easymesh-compiler.h" /> |
|
|
|
<ClInclude Include="easymesh\easymesh.h" /> |
|
|
|
<ClInclude Include="eglapp.h" /> |
|
|
|
<ClInclude Include="emitter.h" /> |
|
|
|
<ClInclude Include="entity.h" /> |
|
|
|
<ClInclude Include="font.h" /> |
|
|
|
<ClInclude Include="forge.h" /> |
|
|
|
<ClInclude Include="generated\easymesh-parser.h" /> |
|
|
|
<ClInclude Include="generated\location.hh" /> |
|
|
|
<ClInclude Include="generated\lolfx-parser.h" /> |
|
|
|
<ClInclude Include="generated\position.hh" /> |
|
|
|
<ClInclude Include="generated\stack.hh" /> |
|
|
|
<ClInclude Include="gpu\lolfx-compiler.h" /> |
|
|
|
<ClInclude Include="gradient.h" /> |
|
|
|
<ClInclude Include="image\image-private.h" /> |
|
|
|
<ClInclude Include="input\input.h" /> |
|
|
|
<ClInclude Include="input\keyboard.h" /> |
|
|
|
<ClInclude Include="input\stick.h" /> |
|
|
|
<ClInclude Include="layer.h" /> |
|
|
|
<ClInclude Include="light.h" /> |
|
|
|
<ClInclude Include="loldebug.h" /> |
|
|
|
<ClInclude Include="lolgl.h" /> |
|
|
|
<ClInclude Include="lol\base\all.h" /> |
|
|
|
<ClInclude Include="lol\base\array.h" /> |
|
|
|
<ClInclude Include="lol\base\assert.h" /> |
|
|
|
<ClInclude Include="lol\base\hash.h" /> |
|
|
|
<ClInclude Include="lol\base\log.h" /> |
|
|
|
<ClInclude Include="lol\base\map.h" /> |
|
|
|
<ClInclude Include="lol\base\string.h" /> |
|
|
|
<ClInclude Include="lol\base\types.h" /> |
|
|
|
<ClInclude Include="lol\debug\all.h" /> |
|
|
|
<ClInclude Include="lol\debug\lines.h" /> |
|
|
|
<ClInclude Include="lol\gpu\all.h" /> |
|
|
|
<ClInclude Include="lol\gpu\framebuffer.h" /> |
|
|
|
<ClInclude Include="lol\gpu\indexbuffer.h" /> |
|
|
|
<ClInclude Include="lol\gpu\lolfx.h" /> |
|
|
|
<ClInclude Include="lol\gpu\rendercontext.h" /> |
|
|
|
<ClInclude Include="lol\gpu\renderer.h" /> |
|
|
|
<ClInclude Include="lol\gpu\shader.h" /> |
|
|
|
<ClInclude Include="lol\gpu\texture.h" /> |
|
|
|
<ClInclude Include="lol\gpu\vertexbuffer.h" /> |
|
|
|
<ClInclude Include="lol\image\all.h" /> |
|
|
|
<ClInclude Include="lol\image\color.h" /> |
|
|
|
<ClInclude Include="lol\image\image.h" /> |
|
|
|
<ClInclude Include="lol\math\all.h" /> |
|
|
|
<ClInclude Include="lol\math\constants.h" /> |
|
|
|
<ClInclude Include="lol\math\functions.h" /> |
|
|
|
<ClInclude Include="lol\math\geometry.h" /> |
|
|
|
<ClInclude Include="lol\math\half.h" /> |
|
|
|
<ClInclude Include="lol\math\interp.h" /> |
|
|
|
<ClInclude Include="lol\math\rand.h" /> |
|
|
|
<ClInclude Include="lol\math\real.h" /> |
|
|
|
<ClInclude Include="lol\math\remez.h" /> |
|
|
|
<ClInclude Include="lol\math\vector.h" /> |
|
|
|
<ClInclude Include="lol\sys\all.h" /> |
|
|
|
<ClInclude Include="lol\sys\atomic.h" /> |
|
|
|
<ClInclude Include="lol\sys\file.h" /> |
|
|
|
<ClInclude Include="lol\sys\init.h" /> |
|
|
|
<ClInclude Include="lol\sys\sys.h" /> |
|
|
|
<ClInclude Include="lol\sys\thread.h" /> |
|
|
|
<ClInclude Include="lol\sys\timer.h" /> |
|
|
|
<ClInclude Include="lol\unit.h" /> |
|
|
|
<ClInclude Include="mesh\mesh.h" /> |
|
|
|
<ClInclude Include="map.h" /> |
|
|
|
<ClInclude Include="numeric.h" /> |
|
|
|
<ClInclude Include="platform.h" /> |
|
|
|
<ClInclude Include="platform\d3d9\d3d9input.h" /> |
|
|
|
<ClInclude Include="platform\ps3\ps3app.h" /> |
|
|
|
<ClInclude Include="platform\ps3\ps3input.h" /> |
|
|
|
<ClInclude Include="platform\ps3\threadbase.h" /> |
|
|
|
<ClInclude Include="platform\sdl\sdlapp.h" /> |
|
|
|
<ClInclude Include="platform\sdl\sdlinput.h" /> |
|
|
|
<ClInclude Include="platform\xbox\xboxapp.h" /> |
|
|
|
<ClInclude Include="platform\xbox\xboxinput.h" /> |
|
|
|
<ClInclude Include="profiler.h" /> |
|
|
|
<ClInclude Include="sample.h" /> |
|
|
|
<ClInclude Include="sampler.h" /> |
|
|
|
<ClInclude Include="scene.h" /> |
|
|
|
<ClInclude Include="simd.h" /> |
|
|
|
<ClInclude Include="sprite.h" /> |
|
|
|
<ClInclude Include="sys\threadbase.h" /> |
|
|
|
<ClInclude Include="text.h" /> |
|
|
|
<ClInclude Include="ticker.h" /> |
|
|
|
<ClInclude Include="tiler.h" /> |
|
|
|
<ClInclude Include="tileset.h" /> |
|
|
|
<ClInclude Include="video.h" /> |
|
|
|
<ClInclude Include="world.h" /> |
|
|
|
<ClInclude Include="worldentity.h" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<LolFxCompile Include="easymesh\shiny.lolfx" /> |
|
|
|
<LolFxCompile Include="easymesh\shinydebuglighting.lolfx" /> |
|
|
|
<LolFxCompile Include="easymesh\shinydebugnormal.lolfx" /> |
|
|
|
<LolFxCompile Include="easymesh\shinydebugUV.lolfx" /> |
|
|
|
<LolFxCompile Include="easymesh\shinydebugwireframe.lolfx" /> |
|
|
|
<LolFxCompile Include="easymesh\shiny_SK.lolfx" /> |
|
|
|
<LolFxCompile Include="gpu\defaultmaterial.lolfx" /> |
|
|
|
<LolFxCompile Include="gpu\emptymaterial.lolfx" /> |
|
|
|
<LolFxCompile Include="gpu\line.lolfx" /> |
|
|
|
<LolFxCompile Include="gpu\testmaterial.lolfx" /> |
|
|
|
<LolFxCompile Include="gpu\tile.lolfx" /> |
|
|
|
<LolFxCompile Include="gradient.lolfx" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="easymesh\easymesh-parser.y" /> |
|
|
|
<None Include="easymesh\easymesh-scanner.l" /> |
|
|
|
<None Include="gpu\lolfx-parser.y" /> |
|
|
|
<None Include="gpu\lolfx-scanner.l" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="bullet\lolbullet.vcxproj"> |
|
|
|
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="lua\lollua.vcxproj"> |
|
|
|
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<Import Project="$(SolutionDir)\Lol.Fx.targets" /> |
|
|
|
</ImportGroup> |
|
|
|
</Project> |
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|PS3">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>PS3</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Debug|Xbox 360">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Xbox 360</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|PS3">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>PS3</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Xbox 360">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Xbox 360</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<ProjectGuid>{9E62F2FE-3408-4EAE-8238-FD84238CEEDA}</ProjectGuid>
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Config.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'" Label="Configuration">
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PS3'" Label="Configuration">
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'" Label="Configuration">
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PS3'" Label="Configuration">
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
<Import Project="$(SolutionDir)\Lol.Fx.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClCompile Include="application\application.cpp" />
|
|
|
|
<ClCompile Include="audio.cpp" />
|
|
|
|
<ClCompile Include="camera.cpp" />
|
|
|
|
<ClCompile Include="base\assert.cpp" />
|
|
|
|
<ClCompile Include="base\hash.cpp" />
|
|
|
|
<ClCompile Include="base\log.cpp" />
|
|
|
|
<ClCompile Include="base\string.cpp" />
|
|
|
|
<ClCompile Include="debug\fps.cpp" />
|
|
|
|
<ClCompile Include="debug\lines.cpp" />
|
|
|
|
<ClCompile Include="debug\record.cpp" />
|
|
|
|
<ClCompile Include="debug\stats.cpp" />
|
|
|
|
<ClCompile Include="dict.cpp" />
|
|
|
|
<ClCompile Include="easymesh\csgbsp.cpp" />
|
|
|
|
<ClCompile Include="easymesh\easymesh-compiler.cpp" />
|
|
|
|
<ClCompile Include="easymesh\easymesh.cpp" />
|
|
|
|
<ClCompile Include="eglapp.cpp" />
|
|
|
|
<ClCompile Include="emitter.cpp" />
|
|
|
|
<ClCompile Include="entity.cpp" />
|
|
|
|
<ClCompile Include="font.cpp" />
|
|
|
|
<ClCompile Include="forge.cpp" />
|
|
|
|
<ClCompile Include="generated\easymesh-parser.cpp" />
|
|
|
|
<ClCompile Include="generated\easymesh-scanner.cpp" />
|
|
|
|
<ClCompile Include="generated\lolfx-parser.cpp" />
|
|
|
|
<ClCompile Include="generated\lolfx-scanner.cpp" />
|
|
|
|
<ClCompile Include="gpu\framebuffer.cpp" />
|
|
|
|
<ClCompile Include="gpu\indexbuffer.cpp" />
|
|
|
|
<ClCompile Include="gpu\lolfx-compiler.cpp" />
|
|
|
|
<ClCompile Include="gpu\lolfx.cpp" />
|
|
|
|
<ClCompile Include="gpu\rendercontext.cpp" />
|
|
|
|
<ClCompile Include="gpu\renderer.cpp" />
|
|
|
|
<ClCompile Include="gpu\shader.cpp" />
|
|
|
|
<ClCompile Include="gpu\texture.cpp" />
|
|
|
|
<ClCompile Include="gpu\vertexbuffer.cpp" />
|
|
|
|
<ClCompile Include="gradient.cpp" />
|
|
|
|
<ClCompile Include="image\codec\android-image.cpp" />
|
|
|
|
<ClCompile Include="image\codec\dummy-image.cpp" />
|
|
|
|
<ClCompile Include="image\codec\gdiplus-image.cpp" />
|
|
|
|
<ClCompile Include="image\codec\ios-image.cpp" />
|
|
|
|
<ClCompile Include="image\codec\ps3-image.cpp" />
|
|
|
|
<ClCompile Include="image\codec\sdl-image.cpp" />
|
|
|
|
<ClCompile Include="image\color\cie1931.cpp" />
|
|
|
|
<ClCompile Include="image\image.cpp" />
|
|
|
|
<ClCompile Include="input\input.cpp" />
|
|
|
|
<ClCompile Include="input\keyboard.cpp" />
|
|
|
|
<ClCompile Include="input\stick.cpp" />
|
|
|
|
<ClCompile Include="layer.cpp" />
|
|
|
|
<ClCompile Include="light.cpp" />
|
|
|
|
<ClCompile Include="map.cpp" />
|
|
|
|
<ClCompile Include="math\geometry.cpp" />
|
|
|
|
<ClCompile Include="math\half.cpp" />
|
|
|
|
<ClCompile Include="math\real.cpp" />
|
|
|
|
<ClCompile Include="math\trig.cpp" />
|
|
|
|
<ClCompile Include="math\vector.cpp" />
|
|
|
|
<ClCompile Include="mesh\mesh.cpp" />
|
|
|
|
<ClCompile Include="platform.cpp" />
|
|
|
|
<ClCompile Include="platform\d3d9\d3d9input.cpp" />
|
|
|
|
<ClCompile Include="platform\ps3\ps3app.cpp" />
|
|
|
|
<ClCompile Include="platform\ps3\ps3input.cpp" />
|
|
|
|
<ClCompile Include="platform\sdl\sdlapp.cpp" />
|
|
|
|
<ClCompile Include="platform\sdl\sdlinput.cpp" />
|
|
|
|
<ClCompile Include="platform\xbox\xboxapp.cpp" />
|
|
|
|
<ClCompile Include="platform\xbox\xboxinput.cpp" />
|
|
|
|
<ClCompile Include="profiler.cpp" />
|
|
|
|
<ClCompile Include="sample.cpp" />
|
|
|
|
<ClCompile Include="sampler.cpp" />
|
|
|
|
<ClCompile Include="scene.cpp" />
|
|
|
|
<ClCompile Include="sprite.cpp" />
|
|
|
|
<ClCompile Include="sys\file.cpp" />
|
|
|
|
<ClCompile Include="sys\init.cpp" />
|
|
|
|
<ClCompile Include="sys\timer.cpp" />
|
|
|
|
<ClCompile Include="text.cpp" />
|
|
|
|
<ClCompile Include="ticker.cpp" />
|
|
|
|
<ClCompile Include="tiler.cpp" />
|
|
|
|
<ClCompile Include="tileset.cpp" />
|
|
|
|
<ClCompile Include="video.cpp" />
|
|
|
|
<ClCompile Include="world.cpp" />
|
|
|
|
<ClCompile Include="worldentity.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="application\application.h" />
|
|
|
|
<ClInclude Include="audio.h" />
|
|
|
|
<ClInclude Include="camera.h" />
|
|
|
|
<ClInclude Include="core.h" />
|
|
|
|
<ClInclude Include="debug\fps.h" />
|
|
|
|
<ClInclude Include="debug\record.h" />
|
|
|
|
<ClInclude Include="debug\stats.h" />
|
|
|
|
<ClInclude Include="dict.h" />
|
|
|
|
<ClInclude Include="easymesh\csgbsp.h" />
|
|
|
|
<ClInclude Include="easymesh\easymesh-compiler.h" />
|
|
|
|
<ClInclude Include="easymesh\easymesh.h" />
|
|
|
|
<ClInclude Include="eglapp.h" />
|
|
|
|
<ClInclude Include="emitter.h" />
|
|
|
|
<ClInclude Include="entity.h" />
|
|
|
|
<ClInclude Include="font.h" />
|
|
|
|
<ClInclude Include="forge.h" />
|
|
|
|
<ClInclude Include="generated\easymesh-parser.h" />
|
|
|
|
<ClInclude Include="generated\location.hh" />
|
|
|
|
<ClInclude Include="generated\lolfx-parser.h" />
|
|
|
|
<ClInclude Include="generated\position.hh" />
|
|
|
|
<ClInclude Include="generated\stack.hh" />
|
|
|
|
<ClInclude Include="gpu\lolfx-compiler.h" />
|
|
|
|
<ClInclude Include="gradient.h" />
|
|
|
|
<ClInclude Include="image\image-private.h" />
|
|
|
|
<ClInclude Include="input\input.h" />
|
|
|
|
<ClInclude Include="input\keyboard.h" />
|
|
|
|
<ClInclude Include="input\stick.h" />
|
|
|
|
<ClInclude Include="layer.h" />
|
|
|
|
<ClInclude Include="light.h" />
|
|
|
|
<ClInclude Include="loldebug.h" />
|
|
|
|
<ClInclude Include="lolgl.h" />
|
|
|
|
<ClInclude Include="lol\base\all.h" />
|
|
|
|
<ClInclude Include="lol\base\array.h" />
|
|
|
|
<ClInclude Include="lol\base\assert.h" />
|
|
|
|
<ClInclude Include="lol\base\hash.h" />
|
|
|
|
<ClInclude Include="lol\base\log.h" />
|
|
|
|
<ClInclude Include="lol\base\map.h" />
|
|
|
|
<ClInclude Include="lol\base\string.h" />
|
|
|
|
<ClInclude Include="lol\base\types.h" />
|
|
|
|
<ClInclude Include="lol\debug\all.h" />
|
|
|
|
<ClInclude Include="lol\debug\lines.h" />
|
|
|
|
<ClInclude Include="lol\gpu\all.h" />
|
|
|
|
<ClInclude Include="lol\gpu\framebuffer.h" />
|
|
|
|
<ClInclude Include="lol\gpu\indexbuffer.h" />
|
|
|
|
<ClInclude Include="lol\gpu\lolfx.h" />
|
|
|
|
<ClInclude Include="lol\gpu\rendercontext.h" />
|
|
|
|
<ClInclude Include="lol\gpu\renderer.h" />
|
|
|
|
<ClInclude Include="lol\gpu\shader.h" />
|
|
|
|
<ClInclude Include="lol\gpu\texture.h" />
|
|
|
|
<ClInclude Include="lol\gpu\vertexbuffer.h" />
|
|
|
|
<ClInclude Include="lol\image\all.h" />
|
|
|
|
<ClInclude Include="lol\image\color.h" />
|
|
|
|
<ClInclude Include="lol\image\image.h" />
|
|
|
|
<ClInclude Include="lol\math\all.h" />
|
|
|
|
<ClInclude Include="lol\math\constants.h" />
|
|
|
|
<ClInclude Include="lol\math\functions.h" />
|
|
|
|
<ClInclude Include="lol\math\geometry.h" />
|
|
|
|
<ClInclude Include="lol\math\half.h" />
|
|
|
|
<ClInclude Include="lol\math\interp.h" />
|
|
|
|
<ClInclude Include="lol\math\rand.h" />
|
|
|
|
<ClInclude Include="lol\math\real.h" />
|
|
|
|
<ClInclude Include="lol\math\remez.h" />
|
|
|
|
<ClInclude Include="lol\math\vector.h" />
|
|
|
|
<ClInclude Include="lol\sys\all.h" />
|
|
|
|
<ClInclude Include="lol\sys\atomic.h" />
|
|
|
|
<ClInclude Include="lol\sys\file.h" />
|
|
|
|
<ClInclude Include="lol\sys\init.h" />
|
|
|
|
<ClInclude Include="lol\sys\thread.h" />
|
|
|
|
<ClInclude Include="lol\sys\timer.h" />
|
|
|
|
<ClInclude Include="lol\unit.h" />
|
|
|
|
<ClInclude Include="mesh\mesh.h" />
|
|
|
|
<ClInclude Include="map.h" />
|
|
|
|
<ClInclude Include="numeric.h" />
|
|
|
|
<ClInclude Include="platform.h" />
|
|
|
|
<ClInclude Include="platform\d3d9\d3d9input.h" />
|
|
|
|
<ClInclude Include="platform\ps3\ps3app.h" />
|
|
|
|
<ClInclude Include="platform\ps3\ps3input.h" />
|
|
|
|
<ClInclude Include="platform\ps3\threadbase.h" />
|
|
|
|
<ClInclude Include="platform\sdl\sdlapp.h" />
|
|
|
|
<ClInclude Include="platform\sdl\sdlinput.h" />
|
|
|
|
<ClInclude Include="platform\xbox\xboxapp.h" />
|
|
|
|
<ClInclude Include="platform\xbox\xboxinput.h" />
|
|
|
|
<ClInclude Include="profiler.h" />
|
|
|
|
<ClInclude Include="sample.h" />
|
|
|
|
<ClInclude Include="sampler.h" />
|
|
|
|
<ClInclude Include="scene.h" />
|
|
|
|
<ClInclude Include="simd.h" />
|
|
|
|
<ClInclude Include="sprite.h" />
|
|
|
|
<ClInclude Include="sys\threadbase.h" />
|
|
|
|
<ClInclude Include="text.h" />
|
|
|
|
<ClInclude Include="ticker.h" />
|
|
|
|
<ClInclude Include="tiler.h" />
|
|
|
|
<ClInclude Include="tileset.h" />
|
|
|
|
<ClInclude Include="video.h" />
|
|
|
|
<ClInclude Include="world.h" />
|
|
|
|
<ClInclude Include="worldentity.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<LolFxCompile Include="easymesh\shiny.lolfx" />
|
|
|
|
<LolFxCompile Include="easymesh\shinydebuglighting.lolfx" />
|
|
|
|
<LolFxCompile Include="easymesh\shinydebugnormal.lolfx" />
|
|
|
|
<LolFxCompile Include="easymesh\shinydebugUV.lolfx" />
|
|
|
|
<LolFxCompile Include="easymesh\shinydebugwireframe.lolfx" />
|
|
|
|
<LolFxCompile Include="easymesh\shiny_SK.lolfx" />
|
|
|
|
<LolFxCompile Include="gpu\defaultmaterial.lolfx" />
|
|
|
|
<LolFxCompile Include="gpu\emptymaterial.lolfx" />
|
|
|
|
<LolFxCompile Include="gpu\line.lolfx" />
|
|
|
|
<LolFxCompile Include="gpu\testmaterial.lolfx" />
|
|
|
|
<LolFxCompile Include="gpu\tile.lolfx" />
|
|
|
|
<LolFxCompile Include="gradient.lolfx" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="easymesh\easymesh-parser.y" />
|
|
|
|
<None Include="easymesh\easymesh-scanner.l" />
|
|
|
|
<None Include="gpu\lolfx-parser.y" />
|
|
|
|
<None Include="gpu\lolfx-scanner.l" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="bullet\lolbullet.vcxproj">
|
|
|
|
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="lua\lollua.vcxproj">
|
|
|
|
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
<Import Project="$(SolutionDir)\Lol.Fx.targets" />
|
|
|
|
</ImportGroup>
|
|
|
|
</Project> |