libsimulator.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{001B324A-BB91-4E83-875C-C92F75C40857}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>libsimulator</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>StaticLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  23. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  24. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  25. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  26. <CharacterSet>Unicode</CharacterSet>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <UseDebugLibraries>false</UseDebugLibraries>
  31. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
  32. <PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
  33. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
  34. <PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
  35. <WholeProgramOptimization>true</WholeProgramOptimization>
  36. <CharacterSet>Unicode</CharacterSet>
  37. </PropertyGroup>
  38. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  39. <ImportGroup Label="ExtensionSettings">
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. <Import Project="..\..\..\..\cocos\2d\cocos2d_headers.props" />
  44. </ImportGroup>
  45. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. <Import Project="..\..\..\..\cocos\2d\cocos2d_headers.props" />
  48. </ImportGroup>
  49. <PropertyGroup Label="UserMacros" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  52. <IntDir>$(Configuration).win32\</IntDir>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  55. <OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
  56. <IntDir>$(Configuration).win32\</IntDir>
  57. </PropertyGroup>
  58. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  59. <ClCompile>
  60. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  61. <WarningLevel>Level3</WarningLevel>
  62. <Optimization>Disabled</Optimization>
  63. <PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS_DEBUG;COCOS2D_DEBUG=1;GLFW_EXPOSE_NATIVE_WIN32;GLFW_EXPOSE_NATIVE_WGL;%(PreprocessorDefinitions);_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS;_USRLIBSIMSTATIC</PreprocessorDefinitions>
  64. <SDLCheck>
  65. </SDLCheck>
  66. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\lib\protobuf-lite;$(ProjectDir)..\lib;$(EngineRoot)external\win32-specific\zlib\include;$(EngineRoot)cocos\scripting\lua-bindings\auto;$(EngineRoot)cocos\scripting\lua-bindings\manual;$(EngineRoot)cocos\audio\include;$(EngineRoot)external;$(EngineRoot)external\lua\lua;$(EngineRoot)external\lua\tolua;$(EngineRoot)external\chipmunk\include\chipmunk;$(EngineRoot)external\curl\include\win32;$(EngineRoot)external\tinyxml2;$(EngineRoot)extensions;$(EngineRoot);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  67. <DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  68. <CompileAs>CompileAsCpp</CompileAs>
  69. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  70. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
  71. <MinimalRebuild>false</MinimalRebuild>
  72. <ForcedIncludeFiles>algorithm</ForcedIncludeFiles>
  73. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  74. </ClCompile>
  75. <Link>
  76. <SubSystem>Windows</SubSystem>
  77. <GenerateDebugInformation>true</GenerateDebugInformation>
  78. </Link>
  79. </ItemDefinitionGroup>
  80. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <ClCompile>
  82. <WarningLevel>Level3</WarningLevel>
  83. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  84. <Optimization>MinSpace</Optimization>
  85. <FunctionLevelLinking>true</FunctionLevelLinking>
  86. <IntrinsicFunctions>true</IntrinsicFunctions>
  87. <PreprocessorDefinitions>COCOS2D_DEBUG=1;WIN32;_WINDOWS;STRICT;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS_DEBUG;GLFW_EXPOSE_NATIVE_WIN32;GLFW_EXPOSE_NATIVE_WGL;_SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS;_USRLIBSIMSTATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <SDLCheck>true</SDLCheck>
  89. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\lib\protobuf-lite;$(ProjectDir)..\lib;$(EngineRoot)external\win32-specific\zlib\include;$(EngineRoot)cocos\scripting\lua-bindings\auto;$(EngineRoot)cocos\scripting\lua-bindings\manual;$(EngineRoot)cocos\audio\include;$(EngineRoot)external;$(EngineRoot)external\lua\lua;$(EngineRoot)external\lua\tolua;$(EngineRoot)external\chipmunk\include\chipmunk;$(EngineRoot)external\curl\include\win32;$(EngineRoot)external\tinyxml2;$(EngineRoot)extensions;$(EngineRoot);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  90. <CompileAs>CompileAsCpp</CompileAs>
  91. <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
  92. <DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  93. <ForcedIncludeFiles>algorithm</ForcedIncludeFiles>
  94. <DebugInformationFormat>None</DebugInformationFormat>
  95. <WholeProgramOptimization>false</WholeProgramOptimization>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  101. <OptimizeReferences>true</OptimizeReferences>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemGroup>
  105. <ClInclude Include="..\lib\cocos2dx_extra.h" />
  106. <ClInclude Include="..\lib\network\CCHTTPRequest.h" />
  107. <ClInclude Include="..\lib\network\CCHTTPRequestDelegate.h" />
  108. <ClInclude Include="..\lib\platform\win32\PlayerEditBoxServiceWin.h" />
  109. <ClInclude Include="..\lib\platform\win32\PlayerFileDialogServiceWin.h" />
  110. <ClInclude Include="..\lib\platform\win32\PlayerMenuServiceWin.h" />
  111. <ClInclude Include="..\lib\platform\win32\PlayerMessageBoxServiceWin.h" />
  112. <ClInclude Include="..\lib\platform\win32\PlayerTaskServiceWin.h" />
  113. <ClInclude Include="..\lib\platform\win32\PlayerWin.h" />
  114. <ClInclude Include="..\lib\ProjectConfig\ProjectConfig.h" />
  115. <ClInclude Include="..\lib\ProjectConfig\SimulatorConfig.h" />
  116. <ClInclude Include="..\lib\AppEvent.h" />
  117. <ClInclude Include="..\lib\AppLang.h" />
  118. <ClInclude Include="..\lib\DeviceEx.h" />
  119. <ClInclude Include="..\lib\PlayerEditBoxServiceProtocol.h" />
  120. <ClInclude Include="..\lib\PlayerFileDialogServiceProtocol.h" />
  121. <ClInclude Include="..\lib\PlayerMacros.h" />
  122. <ClInclude Include="..\lib\PlayerMenuServiceProtocol.h" />
  123. <ClInclude Include="..\lib\PlayerMessageBoxServiceProtocol.h" />
  124. <ClInclude Include="..\lib\PlayerProtocol.h" />
  125. <ClInclude Include="..\lib\PlayerServiceProtocol.h" />
  126. <ClInclude Include="..\lib\PlayerSettings.h" />
  127. <ClInclude Include="..\lib\PlayerTaskServiceProtocol.h" />
  128. <ClInclude Include="..\lib\PlayerUtils.h" />
  129. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\extension_set.h" />
  130. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\generated_message_util.h" />
  131. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\io\coded_stream.h" />
  132. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\io\coded_stream_inl.h" />
  133. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\io\zero_copy_stream.h" />
  134. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\io\zero_copy_stream_impl.h" />
  135. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\io\zero_copy_stream_impl_lite.h" />
  136. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\message_lite.h" />
  137. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\repeated_field.h" />
  138. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops.h" />
  139. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_arm_gcc.h" />
  140. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_atomicword_compat.h" />
  141. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_generic_gcc.h" />
  142. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_macosx.h" />
  143. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_x86_gcc.h" />
  144. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_x86_msvc.h" />
  145. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\common.h" />
  146. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\hash.h" />
  147. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\map-util.h" />
  148. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\once.h" />
  149. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\platform_macros.h" />
  150. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\stl_util.h" />
  151. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\stringprintf.h" />
  152. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\template_util.h" />
  153. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\stubs\type_traits.h" />
  154. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\wire_format_lite.h" />
  155. <ClInclude Include="..\lib\protobuf-lite\google\protobuf\wire_format_lite_inl.h" />
  156. <ClInclude Include="..\lib\runtime\ConfigParser.h" />
  157. <ClInclude Include="..\lib\runtime\ConnectWaitLayer.h" />
  158. <ClInclude Include="..\lib\runtime\ConsoleCommand.h" />
  159. <ClInclude Include="..\lib\runtime\FileServer.h" />
  160. <ClInclude Include="..\lib\runtime\Protos.pb.h" />
  161. <ClInclude Include="..\lib\runtime\ResData.h" />
  162. <ClInclude Include="..\lib\runtime\Runtime.h" />
  163. <ClInclude Include="..\lib\runtime\RuntimeCCSImpl.h" />
  164. <ClInclude Include="..\lib\runtime\RuntimeProtocol.h" />
  165. <ClInclude Include="..\lib\runtime\VisibleRect.h" />
  166. <ClInclude Include="stdafx.h" />
  167. <ClInclude Include="targetver.h" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ClCompile Include="..\lib\network\CCHTTPRequest.cpp" />
  171. <ClCompile Include="..\lib\platform\win32\DeviceEx-win32.cpp" />
  172. <ClCompile Include="..\lib\platform\win32\PlayerEditBoxServiceWin.cpp" />
  173. <ClCompile Include="..\lib\platform\win32\PlayerFileDialogServiceWin.cpp" />
  174. <ClCompile Include="..\lib\platform\win32\PlayerMenuServiceWin.cpp" />
  175. <ClCompile Include="..\lib\platform\win32\PlayerMessageBoxServiceWin.cpp" />
  176. <ClCompile Include="..\lib\platform\win32\PlayerTaskServiceWin.cpp" />
  177. <ClCompile Include="..\lib\platform\win32\PlayerWin.cpp" />
  178. <ClCompile Include="..\lib\ProjectConfig\ProjectConfig.cpp" />
  179. <ClCompile Include="..\lib\ProjectConfig\SimulatorConfig.cpp" />
  180. <ClCompile Include="..\lib\AppEvent.cpp" />
  181. <ClCompile Include="..\lib\AppLang.cpp" />
  182. <ClCompile Include="..\lib\PlayerMenuServiceProtocol.cpp" />
  183. <ClCompile Include="..\lib\PlayerProtocol.cpp" />
  184. <ClCompile Include="..\lib\PlayerServiceProtocol.cpp" />
  185. <ClCompile Include="..\lib\PlayerSettings.cpp" />
  186. <ClCompile Include="..\lib\PlayerTaskServiceProtocol.cpp" />
  187. <ClCompile Include="..\lib\PlayerUtils.cpp" />
  188. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\extension_set.cc" />
  189. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\generated_message_util.cc" />
  190. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\io\coded_stream.cc" />
  191. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\io\zero_copy_stream.cc" />
  192. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\io\zero_copy_stream_impl_lite.cc" />
  193. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\message_lite.cc" />
  194. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\repeated_field.cc" />
  195. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_x86_gcc.cc" />
  196. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\stubs\atomicops_internals_x86_msvc.cc" />
  197. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\stubs\common.cc" />
  198. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\stubs\once.cc" />
  199. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\stubs\stringprintf.cc" />
  200. <ClCompile Include="..\lib\protobuf-lite\google\protobuf\wire_format_lite.cc" />
  201. <ClCompile Include="..\lib\runtime\ConfigParser.cpp" />
  202. <ClCompile Include="..\lib\runtime\ConnectWaitLayer.cpp" />
  203. <ClCompile Include="..\lib\runtime\ConsoleCommand.cpp" />
  204. <ClCompile Include="..\lib\runtime\FileServer.cpp" />
  205. <ClCompile Include="..\lib\runtime\Landscape_png.cpp" />
  206. <ClCompile Include="..\lib\runtime\PlayDisable_png.cpp" />
  207. <ClCompile Include="..\lib\runtime\PlayEnable_png.cpp" />
  208. <ClCompile Include="..\lib\runtime\Portrait_png.cpp" />
  209. <ClCompile Include="..\lib\runtime\Protos.pb.cc" />
  210. <ClCompile Include="..\lib\runtime\Runtime.cpp" />
  211. <ClCompile Include="..\lib\runtime\RuntimeCCSImpl.cpp" />
  212. <ClCompile Include="..\lib\runtime\RuntimeProtocol.cpp" />
  213. <ClCompile Include="..\lib\runtime\Shine_png.cpp" />
  214. <ClCompile Include="..\lib\runtime\VisibleRect.cpp" />
  215. <ClCompile Include="Runtime_win32.cpp" />
  216. <ClCompile Include="stdafx.cpp" />
  217. </ItemGroup>
  218. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  219. <ImportGroup Label="ExtensionTargets">
  220. </ImportGroup>
  221. </Project>