128 lines
7.4 KiB
XML
128 lines
7.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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="..\..\..\source\webglPlus\Animation\JCKeyframeNodeList.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\buffer\JCCommandEncoderBuffer.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\JCWebGLPlus.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\JSObjBase.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\Manager\JCArrayBufferManager.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\math\JCBoundingBox.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\math\JCBoundingFrustum.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\math\JCBoundingSphere.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\math\JCPlane.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JCWebGLPlusV8.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSArrayBufferRef.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSFloatArrayKeyframe.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSFloatKeyframe.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSKeyframeNode.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSKeyframeNodeList.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\JSWebGLPlus.cpp" />
|
|
<ClCompile Include="..\..\..\source\webglPlus\v8\V8Util.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\source\webglPlus\Animation\JCFloatArrayKeyframe.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\Animation\JCFloatKeyframe.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\Animation\JCKeyframeNode.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\Animation\JCKeyframeNodeList.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\buffer\JCCommandEncoderBuffer.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\JCWebGLPlus.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\JSObjBase.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\Log.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\Manager\JCArrayBufferManager.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\math\JCBoundingBox.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\math\JCBoundingFrustum.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\math\JCBoundingSphere.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\math\JCPlane.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSArrayBufferRef.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSFloatArrayKeyframe.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSFloatKeyframe.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSKeyframeNode.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSKeyframeNodeList.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\JSWebGLPlus.h" />
|
|
<ClInclude Include="..\..\..\source\webglPlus\v8\V8Util.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{F7E47B5C-1DDF-487D-88A6-4358E8D2BD2A}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>webglPlus</RootNamespace>
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</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>..\..\..\libs\win32</OutDir>
|
|
<TargetName>$(ProjectName)_d</TargetName>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>..\..\..\libs\win32</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;GLM_FORCE_DEPTH_ZERO_TO_ONE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\..\..\..\ThirdParty\angle\include;..\..\..\..\ThirdParty\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<Optimization>Disabled</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;GLM_FORCE_DEPTH_ZERO_TO_ONE;GL_GLEXT_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\..\..\..\ThirdParty\angle\include;..\..\..\..\ThirdParty\v8\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |