Editor.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{F706F6E6-15C4-4748-B478-59105CD1189F}</ProjectGuid>
  24. <RootNamespace>Editor</RootNamespace>
  25. <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v141_xp</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>DynamicLibrary</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v141_xp</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v141_xp</PlatformToolset>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v141_xp</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  73. <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
  74. <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
  75. <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
  76. <OutDir>$(SolutionDir)\..\..</OutDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79. <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
  80. <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
  81. <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
  82. <OutDir>$(SolutionDir)\..\..</OutDir>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
  86. <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
  87. <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
  88. <OutDir>$(SolutionDir)\..\..</OutDir>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <IncludePath>$(SolutionDir);$(SolutionDir)\Deps\include;$(SolutionDir)\Deps\include\SDL2;$(IncludePath)</IncludePath>
  92. <LibraryPath>$(SolutionDir)\Deps\lib\$(PlatformTarget);$(LibraryPath)</LibraryPath>
  93. <IntDir>$(SolutionDir)\obj\$(ProjectName)\$(Configuration)\$(PlatformTarget)\</IntDir>
  94. <OutDir>$(SolutionDir)\..\..</OutDir>
  95. </PropertyGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  97. <ClCompile>
  98. <WarningLevel>Level3</WarningLevel>
  99. <Optimization>Disabled</Optimization>
  100. <ConformanceMode>true</ConformanceMode>
  101. <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
  103. </ClCompile>
  104. <Link>
  105. <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  106. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <ClCompile>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <ConformanceMode>true</ConformanceMode>
  114. <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
  116. </ClCompile>
  117. <Link>
  118. <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  119. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  120. </Link>
  121. </ItemDefinitionGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  123. <ClCompile>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>MaxSpeed</Optimization>
  126. <FunctionLevelLinking>true</FunctionLevelLinking>
  127. <IntrinsicFunctions>true</IntrinsicFunctions>
  128. <ConformanceMode>true</ConformanceMode>
  129. <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
  131. </ClCompile>
  132. <Link>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <Optimization>MaxSpeed</Optimization>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <IntrinsicFunctions>true</IntrinsicFunctions>
  145. <ConformanceMode>true</ConformanceMode>
  146. <PreprocessorDefinitions>EDITOR_LIBSPEC=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;__WIN32__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <AdditionalOptions>/J %(AdditionalOptions)</AdditionalOptions>
  148. </ClCompile>
  149. <Link>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <AdditionalDependencies>zlibstat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  153. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  154. </Link>
  155. </ItemDefinitionGroup>
  156. <ItemGroup>
  157. <ClCompile Include="..\..\src\editor\block.c" />
  158. <ClCompile Include="..\..\src\editor\board.c" />
  159. <ClCompile Include="..\..\src\editor\char_ed.c" />
  160. <ClCompile Include="..\..\src\editor\clipboard_win32.c" />
  161. <ClCompile Include="..\..\src\editor\configure.c" />
  162. <ClCompile Include="..\..\src\editor\debug.c" />
  163. <ClCompile Include="..\..\src\editor\edit.c" />
  164. <ClCompile Include="..\..\src\editor\edit_di.c" />
  165. <ClCompile Include="..\..\src\editor\fill.c" />
  166. <ClCompile Include="..\..\src\editor\graphics.c" />
  167. <ClCompile Include="..\..\src\editor\macro.c" />
  168. <ClCompile Include="..\..\src\editor\pal_ed.c" />
  169. <ClCompile Include="..\..\src\editor\param.c" />
  170. <ClCompile Include="..\..\src\editor\robot.c" />
  171. <ClCompile Include="..\..\src\editor\robo_debug.c" />
  172. <ClCompile Include="..\..\src\editor\robo_ed.c" />
  173. <ClCompile Include="..\..\src\editor\select.c" />
  174. <ClCompile Include="..\..\src\editor\sfx_edit.c" />
  175. <ClCompile Include="..\..\src\editor\undo.c" />
  176. <ClCompile Include="..\..\src\editor\window.c" />
  177. <ClCompile Include="..\..\src\editor\world.c" />
  178. <ClCompile Include="..\..\src\zip.c" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ClInclude Include="..\..\src\audio.h" />
  182. <ClInclude Include="..\..\src\block.h" />
  183. <ClInclude Include="..\..\src\const.h" />
  184. <ClInclude Include="..\..\src\counter.h" />
  185. <ClInclude Include="..\..\src\data.h" />
  186. <ClInclude Include="..\..\src\editor\block.h" />
  187. <ClInclude Include="..\..\src\editor\board.h" />
  188. <ClInclude Include="..\..\src\editor\char_ed.h" />
  189. <ClInclude Include="..\..\src\editor\clipboard.h" />
  190. <ClInclude Include="..\..\src\editor\configure.h" />
  191. <ClInclude Include="..\..\src\editor\debug.h" />
  192. <ClInclude Include="..\..\src\editor\edit.h" />
  193. <ClInclude Include="..\..\src\editor\edit_di.h" />
  194. <ClInclude Include="..\..\src\editor\fill.h" />
  195. <ClInclude Include="..\..\src\editor\graphics.h" />
  196. <ClInclude Include="..\..\src\editor\macro.h" />
  197. <ClInclude Include="..\..\src\editor\pal_ed.h" />
  198. <ClInclude Include="..\..\src\editor\param.h" />
  199. <ClInclude Include="..\..\src\editor\robot.h" />
  200. <ClInclude Include="..\..\src\editor\robo_debug.h" />
  201. <ClInclude Include="..\..\src\editor\robo_ed.h" />
  202. <ClInclude Include="..\..\src\editor\select.h" />
  203. <ClInclude Include="..\..\src\editor\sfx_edit.h" />
  204. <ClInclude Include="..\..\src\editor\undo.h" />
  205. <ClInclude Include="..\..\src\editor\window.h" />
  206. <ClInclude Include="..\..\src\editor\world.h" />
  207. <ClInclude Include="..\..\src\error.h" />
  208. <ClInclude Include="..\..\src\event.h" />
  209. <ClInclude Include="..\..\src\game.h" />
  210. <ClInclude Include="..\..\src\graphics.h" />
  211. <ClInclude Include="..\..\src\helpsys.h" />
  212. <ClInclude Include="..\..\src\idarray.h" />
  213. <ClInclude Include="..\..\src\idput.h" />
  214. <ClInclude Include="..\..\src\intake.h" />
  215. <ClInclude Include="..\..\src\mzm.h" />
  216. <ClInclude Include="..\..\src\platform.h" />
  217. <ClInclude Include="..\..\src\scrdisp.h" />
  218. <ClInclude Include="..\..\src\sfx.h" />
  219. <ClInclude Include="..\..\src\util.h" />
  220. <ClInclude Include="..\..\src\window.h" />
  221. <ClInclude Include="..\..\src\world.h" />
  222. <ClInclude Include="..\..\src\zip.h" />
  223. <ClInclude Include="config.h" />
  224. <ClInclude Include="dirent.h" />
  225. <ClInclude Include="msvc.h" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <ProjectReference Include="Core.vcxproj">
  229. <Project>{48961a1d-dc1c-4714-93da-c1e185e4daae}</Project>
  230. </ProjectReference>
  231. </ItemGroup>
  232. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  233. <ImportGroup Label="ExtensionTargets">
  234. </ImportGroup>
  235. </Project>