123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- <?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|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>
- <PropertyGroup Label="Globals">
- <VCProjectVersion>15.0</VCProjectVersion>
- <ProjectGuid>{F706F6E6-15C4-4748-B478-59105CD1189F}</ProjectGuid>
- <RootNamespace>Editor</RootNamespace>
- <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141_xp</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141_xp</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v141_xp</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v141_xp</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- </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)'=='Release|Win32'">
- <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
- <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
- <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
- <OutDir>$(SolutionDir)\..\..</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
- <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
- <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
- <OutDir>$(SolutionDir)\..\..</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
- <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
- <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
- <OutDir>$(SolutionDir)\..\..</OutDir>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
- <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
- <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
- <OutDir>$(SolutionDir)\..\..</OutDir>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <ConformanceMode>true</ConformanceMode>
- <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <ConformanceMode>true</ConformanceMode>
- <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <ConformanceMode>true</ConformanceMode>
- <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <ConformanceMode>true</ConformanceMode>
- <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
- <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\..\src\editor\block.c" />
- <ClCompile Include="..\..\src\editor\board.c" />
- <ClCompile Include="..\..\src\editor\char_ed.c" />
- <ClCompile Include="..\..\src\editor\clipboard_win32.c" />
- <ClCompile Include="..\..\src\editor\configure.c" />
- <ClCompile Include="..\..\src\editor\debug.c" />
- <ClCompile Include="..\..\src\editor\edit.c" />
- <ClCompile Include="..\..\src\editor\edit_di.c" />
- <ClCompile Include="..\..\src\editor\fill.c" />
- <ClCompile Include="..\..\src\editor\graphics.c" />
- <ClCompile Include="..\..\src\editor\macro.c" />
- <ClCompile Include="..\..\src\editor\pal_ed.c" />
- <ClCompile Include="..\..\src\editor\param.c" />
- <ClCompile Include="..\..\src\editor\robot.c" />
- <ClCompile Include="..\..\src\editor\robo_debug.c" />
- <ClCompile Include="..\..\src\editor\robo_ed.c" />
- <ClCompile Include="..\..\src\editor\select.c" />
- <ClCompile Include="..\..\src\editor\sfx_edit.c" />
- <ClCompile Include="..\..\src\editor\undo.c" />
- <ClCompile Include="..\..\src\editor\window.c" />
- <ClCompile Include="..\..\src\editor\world.c" />
- <ClCompile Include="..\..\src\zip.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\src\audio.h" />
- <ClInclude Include="..\..\src\block.h" />
- <ClInclude Include="..\..\src\const.h" />
- <ClInclude Include="..\..\src\counter.h" />
- <ClInclude Include="..\..\src\data.h" />
- <ClInclude Include="..\..\src\editor\block.h" />
- <ClInclude Include="..\..\src\editor\board.h" />
- <ClInclude Include="..\..\src\editor\char_ed.h" />
- <ClInclude Include="..\..\src\editor\clipboard.h" />
- <ClInclude Include="..\..\src\editor\configure.h" />
- <ClInclude Include="..\..\src\editor\debug.h" />
- <ClInclude Include="..\..\src\editor\edit.h" />
- <ClInclude Include="..\..\src\editor\edit_di.h" />
- <ClInclude Include="..\..\src\editor\fill.h" />
- <ClInclude Include="..\..\src\editor\graphics.h" />
- <ClInclude Include="..\..\src\editor\macro.h" />
- <ClInclude Include="..\..\src\editor\pal_ed.h" />
- <ClInclude Include="..\..\src\editor\param.h" />
- <ClInclude Include="..\..\src\editor\robot.h" />
- <ClInclude Include="..\..\src\editor\robo_debug.h" />
- <ClInclude Include="..\..\src\editor\robo_ed.h" />
- <ClInclude Include="..\..\src\editor\select.h" />
- <ClInclude Include="..\..\src\editor\sfx_edit.h" />
- <ClInclude Include="..\..\src\editor\undo.h" />
- <ClInclude Include="..\..\src\editor\window.h" />
- <ClInclude Include="..\..\src\editor\world.h" />
- <ClInclude Include="..\..\src\error.h" />
- <ClInclude Include="..\..\src\event.h" />
- <ClInclude Include="..\..\src\game.h" />
- <ClInclude Include="..\..\src\graphics.h" />
- <ClInclude Include="..\..\src\helpsys.h" />
- <ClInclude Include="..\..\src\idarray.h" />
- <ClInclude Include="..\..\src\idput.h" />
- <ClInclude Include="..\..\src\intake.h" />
- <ClInclude Include="..\..\src\mzm.h" />
- <ClInclude Include="..\..\src\platform.h" />
- <ClInclude Include="..\..\src\scrdisp.h" />
- <ClInclude Include="..\..\src\sfx.h" />
- <ClInclude Include="..\..\src\util.h" />
- <ClInclude Include="..\..\src\window.h" />
- <ClInclude Include="..\..\src\world.h" />
- <ClInclude Include="..\..\src\zip.h" />
- <ClInclude Include="config.h" />
- <ClInclude Include="dirent.h" />
- <ClInclude Include="msvc.h" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="Core.vcxproj">
- <Project>{48961a1d-dc1c-4714-93da-c1e185e4daae}</Project>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|