mirror of https://github.com/axmolengine/axmol.git
168 lines
11 KiB
XML
168 lines
11 KiB
XML
<?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|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\cocos2d_specifics.cpp" />
|
|
<ClCompile Include="..\cocosjs_manual_conversions.cpp" />
|
|
<ClCompile Include="..\generated\jsb_cocos2dx_auto.cpp" />
|
|
<ClCompile Include="..\generated\jsb_cocos2dx_extension_auto.cpp" />
|
|
<ClCompile Include="..\jsb_cocos2dx_extension_manual.cpp" />
|
|
<ClCompile Include="..\jsb_opengl_functions.cpp" />
|
|
<ClCompile Include="..\jsb_opengl_manual.cpp" />
|
|
<ClCompile Include="..\jsb_opengl_registration.cpp" />
|
|
<ClCompile Include="..\jsb_websocket.cpp" />
|
|
<ClCompile Include="..\js_bindings_ccbreader.cpp" />
|
|
<ClCompile Include="..\js_bindings_chipmunk_auto_classes.cpp" />
|
|
<ClCompile Include="..\js_bindings_chipmunk_functions.cpp" />
|
|
<ClCompile Include="..\js_bindings_chipmunk_manual.cpp" />
|
|
<ClCompile Include="..\js_bindings_chipmunk_registration.cpp" />
|
|
<ClCompile Include="..\js_bindings_core.cpp" />
|
|
<ClCompile Include="..\js_bindings_opengl.cpp" />
|
|
<ClCompile Include="..\js_bindings_system_functions.cpp" />
|
|
<ClCompile Include="..\js_bindings_system_registration.cpp" />
|
|
<ClCompile Include="..\js_manual_conversions.cpp" />
|
|
<ClCompile Include="..\ScriptingCore.cpp" />
|
|
<ClCompile Include="..\XMLHTTPRequest.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\cocos2d_specifics.hpp" />
|
|
<ClInclude Include="..\cocosjs_manual_conversions.h" />
|
|
<ClInclude Include="..\generated\jsb_cocos2dx_auto.hpp" />
|
|
<ClInclude Include="..\generated\jsb_cocos2dx_extension_auto.hpp" />
|
|
<ClInclude Include="..\jsb_cocos2dx_extension_manual.h" />
|
|
<ClInclude Include="..\jsb_helper.h" />
|
|
<ClInclude Include="..\jsb_opengl_functions.h" />
|
|
<ClInclude Include="..\jsb_opengl_manual.h" />
|
|
<ClInclude Include="..\jsb_opengl_registration.h" />
|
|
<ClInclude Include="..\jsb_websocket.h" />
|
|
<ClInclude Include="..\js_bindings_ccbreader.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_auto_classes.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_auto_classes_registration.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_functions.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_functions_registration.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_manual.h" />
|
|
<ClInclude Include="..\js_bindings_chipmunk_registration.h" />
|
|
<ClInclude Include="..\js_bindings_config.h" />
|
|
<ClInclude Include="..\js_bindings_core.h" />
|
|
<ClInclude Include="..\js_bindings_opengl.h" />
|
|
<ClInclude Include="..\js_bindings_system_functions.h" />
|
|
<ClInclude Include="..\js_bindings_system_functions_registration.h" />
|
|
<ClInclude Include="..\js_bindings_system_registration.h" />
|
|
<ClInclude Include="..\js_manual_conversions.h" />
|
|
<ClInclude Include="..\ScriptingCore.h" />
|
|
<ClInclude Include="..\spidermonkey_specifics.h" />
|
|
<ClInclude Include="..\XMLHTTPRequest.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\generated\jsb_cocos2dx_auto_api.js" />
|
|
<None Include="..\generated\jsb_cocos2dx_extension_auto_api.js" />
|
|
<None Include="..\js\jsb.js" />
|
|
<None Include="..\js\jsb_chipmunk.js" />
|
|
<None Include="..\js\jsb_cocos2d.js" />
|
|
<None Include="..\js\jsb_cocos2d_extension.js" />
|
|
<None Include="..\js\jsb_cocosbuilder.js" />
|
|
<None Include="..\js\jsb_debugger.js" />
|
|
<None Include="..\js\jsb_opengl.js" />
|
|
<None Include="..\js\jsb_sys.js" />
|
|
<None Include="..\js\main.debug.js" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{39379840-825A-45A0-B363-C09FFEF864BD}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>libJSBinding</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '10.0'">v100</PlatformToolset>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0'">v110</PlatformToolset>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v110_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '10.0'">v100</PlatformToolset>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0'">v110</PlatformToolset>
|
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '11.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v110_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</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>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<IntDir>$(Configuration).win32\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IntDir>$(Configuration).win32\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_LIB;DEBUG;COCOS2D_DEBUG=1;XP_WIN;JS_HAVE___INTN;JS_INTPTR_TYPE=int;COCOS2D_JAVASCRIPT=1;CC_ENABLE_CHIPMUNK_INTEGRATION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\cocos2dx;$(ProjectDir)..\..\..\..\cocos2dx\include;$(ProjectDir)..\..\..\..\cocos2dx\kazmath\include;$(ProjectDir)..\..\..\..\cocos2dx\platform\win32;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32\pthread;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32\OGLES;$(ProjectDir)..\..\..\..\CocosDenshion\include;$(ProjectDir)..;$(ProjectDir)..\..\spidermonkey-win32\include;$(ProjectDir)..\..\..\..\external\chipmunk\include\chipmunk;$(ProjectDir)..\..\..\..\external\libwebsockets\win32\include;$(ProjectDir)..\..\..\..\extensions;$(ProjectDir)..\..\..\..\extensions\LocalStorage;$(ProjectDir)..\..\..\..\extensions\network;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4068;4101;4800;4251;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
|
xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\sqlite3\libraries\win32\*.*" "$(OutDir)"</Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;XP_WIN;JS_HAVE___INTN;JS_INTPTR_TYPE=int;COCOS2D_JAVASCRIPT=1;CC_ENABLE_CHIPMUNK_INTEGRATION=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\..\cocos2dx;$(ProjectDir)..\..\..\..\cocos2dx\include;$(ProjectDir)..\..\..\..\cocos2dx\kazmath\include;$(ProjectDir)..\..\..\..\cocos2dx\platform\win32;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32\pthread;$(ProjectDir)..\..\..\..\cocos2dx\platform\third_party\win32\OGLES;$(ProjectDir)..\..\..\..\CocosDenshion\include;$(ProjectDir)..;$(ProjectDir)..\..\spidermonkey-win32\include;$(ProjectDir)..\..\..\..\external\chipmunk\include\chipmunk;$(ProjectDir)..\..\..\..\external\libwebsockets\win32\include;$(ProjectDir)..\..\..\..\extensions;$(ProjectDir)..\..\..\..\extensions\LocalStorage;$(ProjectDir)..\..\..\..\extensions\network;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<DisableSpecificWarnings>4068;4101;4800;4251;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
<PreBuildEvent>
|
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
|
xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\sqlite3\libraries\win32\*.*" "$(OutDir)"</Command>
|
|
</PreBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |