EngineGUI.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Template|Win32">
  13. <Configuration>Template</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <SccProjectName>
  19. </SccProjectName>
  20. <SccLocalPath>
  21. </SccLocalPath>
  22. <Keyword>MFCProj</Keyword>
  23. <ProjectGuid>{870758F3-5C2F-D196-2A89-CC336EBE7779}</ProjectGuid>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <PlatformToolset>v120</PlatformToolset>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <UseOfMfc>Dynamic</UseOfMfc>
  34. <PlatformToolset>v120</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <UseOfMfc>Dynamic</UseOfMfc>
  40. <CharacterSet>Unicode</CharacterSet>
  41. <PlatformToolset>v120</PlatformToolset>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  44. <ImportGroup Label="ExtensionSettings">
  45. </ImportGroup>
  46. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
  47. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
  56. </ImportGroup>
  57. <PropertyGroup Label="UserMacros" />
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  59. <OutDir>Release\</OutDir>
  60. <IntDir>Release\</IntDir>
  61. <LinkIncremental>false</LinkIncremental>
  62. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  63. <LibraryPath>$(SolutionDir)..\Bin;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  64. <TargetName>$(ProjectName)</TargetName>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <OutDir>Debug\</OutDir>
  68. <IntDir>Debug\</IntDir>
  69. <LinkIncremental>false</LinkIncremental>
  70. <IncludePath>$(SolutionDir);$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Include;$(IncludePath)</IncludePath>
  71. <LibraryPath>$(SolutionDir)..\Bin\Debug;$(SolutionDir)..\Tools.Win32\Libraries\DX8SDK\Lib;$(LibraryPath)</LibraryPath>
  72. <TargetName>$(ProjectName)D</TargetName>
  73. </PropertyGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <ClCompile>
  76. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  77. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  78. <FunctionLevelLinking>false</FunctionLevelLinking>
  79. <Optimization>MaxSpeed</Optimization>
  80. <SuppressStartupBanner>true</SuppressStartupBanner>
  81. <WarningLevel>Level3</WarningLevel>
  82. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  83. <IntrinsicFunctions>true</IntrinsicFunctions>
  84. <OmitFramePointers>false</OmitFramePointers>
  85. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINEGUI_EXPORTS;_WINDLL;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
  87. <PrecompiledHeaderOutputFile>.\Release\EngineGUI.pch</PrecompiledHeaderOutputFile>
  88. <PrecompiledHeader>Use</PrecompiledHeader>
  89. <PrecompiledHeaderFile>StdH.h</PrecompiledHeaderFile>
  90. <ObjectFileName>.\Release\</ObjectFileName>
  91. <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
  92. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  93. </ClCompile>
  94. <Midl>
  95. <SuppressStartupBanner>true</SuppressStartupBanner>
  96. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <TypeLibraryName>.\Release\EngineGUI.tlb</TypeLibraryName>
  98. <MkTypLibCompatible>true</MkTypLibCompatible>
  99. <TargetEnvironment>Win32</TargetEnvironment>
  100. </Midl>
  101. <ResourceCompile>
  102. <Culture>0x0409</Culture>
  103. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. </ResourceCompile>
  105. <Bscmake>
  106. <SuppressStartupBanner>true</SuppressStartupBanner>
  107. <OutputFile>.\Release\EngineGUI.bsc</OutputFile>
  108. </Bscmake>
  109. <Link>
  110. <SuppressStartupBanner>true</SuppressStartupBanner>
  111. <LinkDLL>true</LinkDLL>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <SubSystem>Console</SubSystem>
  114. <OutputFile>Release\EngineGUI.dll</OutputFile>
  115. <ImportLibrary>.\Release\EngineGUI.lib</ImportLibrary>
  116. </Link>
  117. <CustomBuildStep>
  118. <Command>copy Release\$(TargetName).dll $(SolutionDir)..\Bin\ &gt;nul
  119. copy Release\$(TargetName).map $(SolutionDir)..\Bin\ &gt;nul
  120. copy Release\$(TargetName).lib $(SolutionDir)..\Bin\ &gt;nul</Command>
  121. <Message>Copying %(Filename) binaries to \Bin</Message>
  122. <Outputs>$(SolutionDir)..\Bin\$(InputName).dll;%(Outputs)</Outputs>
  123. </CustomBuildStep>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  126. <ClCompile>
  127. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  128. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  129. <FunctionLevelLinking>false</FunctionLevelLinking>
  130. <Optimization>Disabled</Optimization>
  131. <SuppressStartupBanner>true</SuppressStartupBanner>
  132. <WarningLevel>Level3</WarningLevel>
  133. <MinimalRebuild>true</MinimalRebuild>
  134. <PreprocessorDefinitions>WIN32;_DEBUG;ENGINEGUI_EXPORTS;_WINDLL;DIRECT3D_VERSION=0x0800;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
  136. <PrecompiledHeaderOutputFile>.\Debug\EngineGUI.pch</PrecompiledHeaderOutputFile>
  137. <PrecompiledHeader>Use</PrecompiledHeader>
  138. <PrecompiledHeaderFile>StdH.h</PrecompiledHeaderFile>
  139. <ObjectFileName>.\Debug\</ObjectFileName>
  140. <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
  141. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  142. <DisableSpecificWarnings>4996;4333</DisableSpecificWarnings>
  143. </ClCompile>
  144. <Midl>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  147. <TypeLibraryName>.\Debug\EngineGUI.tlb</TypeLibraryName>
  148. <MkTypLibCompatible>true</MkTypLibCompatible>
  149. <TargetEnvironment>Win32</TargetEnvironment>
  150. </Midl>
  151. <ResourceCompile>
  152. <Culture>0x0409</Culture>
  153. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. </ResourceCompile>
  155. <Bscmake>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. <OutputFile>.\Debug\EngineGUI.bsc</OutputFile>
  158. </Bscmake>
  159. <Link>
  160. <SuppressStartupBanner>true</SuppressStartupBanner>
  161. <LinkDLL>true</LinkDLL>
  162. <GenerateDebugInformation>true</GenerateDebugInformation>
  163. <SubSystem>Console</SubSystem>
  164. <OutputFile>Debug/EngineGUID.dll</OutputFile>
  165. <ImportLibrary>.\Debug\EngineGUID.lib</ImportLibrary>
  166. <MapExports>true</MapExports>
  167. </Link>
  168. <CustomBuildStep>
  169. <Command>copy Debug\$(TargetName).dll $(SolutionDir)..\Bin\Debug\ &gt;nul
  170. copy Debug\$(TargetName).map $(SolutionDir)..\Bin\Debug\ &gt;nul
  171. copy Debug\$(TargetName).lib $(SolutionDir)..\Bin\Debug\ &gt;nul</Command>
  172. <Message>Copying %(Filename) binaries to $(ENGINE_DIR)\Bin\Debug</Message>
  173. <Outputs>$(SolutionDir)..\Bin\Debug\$(InputName).dll;%(Outputs)</Outputs>
  174. </CustomBuildStep>
  175. </ItemDefinitionGroup>
  176. <ItemGroup>
  177. <ClCompile Include="DlgChooseTextureType.cpp" />
  178. <ClCompile Include="DlgCreateAnimatedTexture.cpp" />
  179. <ClCompile Include="DlgCreateEffectTexture.cpp" />
  180. <ClCompile Include="DlgCreateNormalTexture.cpp" />
  181. <ClCompile Include="DlgSelectMode.cpp" />
  182. <ClCompile Include="EngineGUI.cpp" />
  183. <ClCompile Include="FileRequester.cpp" />
  184. <ClCompile Include="StdH.cpp">
  185. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  186. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">StdH.h</PrecompiledHeaderFile>
  187. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  188. <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">StdH.h</PrecompiledHeaderFile>
  189. </ClCompile>
  190. <ClCompile Include="WndDisplayTexture.cpp" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <ClInclude Include="DlgChooseTextureType.h" />
  194. <ClInclude Include="DlgCreateAnimatedTexture.h" />
  195. <ClInclude Include="DlgCreateEffectTexture.h" />
  196. <ClInclude Include="DlgCreateNormalTexture.h" />
  197. <ClInclude Include="DlgSelectMode.h" />
  198. <ClInclude Include="EngineGUI.h" />
  199. <ClInclude Include="resource.h" />
  200. <ClInclude Include="StdH.h" />
  201. <ClInclude Include="WndDisplayTexture.h" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ResourceCompile Include="Graphics.rc" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <CustomBuild Include="mode_bro.bmp" />
  208. <CustomBuild Include="Graphics.clw">
  209. <FileType>Document</FileType>
  210. </CustomBuild>
  211. <CustomBuild Include="ReadMe.txt" />
  212. </ItemGroup>
  213. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  214. <ImportGroup Label="ExtensionTargets">
  215. </ImportGroup>
  216. </Project>