111 lines
6.4 KiB
XML
111 lines
6.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\render\Image\JCImage.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\Image\JCImageManager.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\Image\JCVideo.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\LayaGL\JCIDGenerator.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\LayaGL\JCLayaGL.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\LayaGL\JCLayaGLDispatch.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\Performance\JCPerfHUD.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\Performance\JCVBOManager.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\RenderEx\JCGpuProgram.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\RenderEx\JCRegister.cpp" />
|
|
<ClCompile Include="..\..\..\source\render\RenderEx\JCGlobalValue.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\..\source\render\Image\JCImage.h" />
|
|
<ClInclude Include="..\..\..\source\render\Image\JCImageManager.h" />
|
|
<ClInclude Include="..\..\..\source\render\Image\JCVideo.h" />
|
|
<ClInclude Include="..\..\..\source\render\JCCmdStruct.h" />
|
|
<ClInclude Include="..\..\..\source\render\LayaGL\JCIDGenerator.h" />
|
|
<ClInclude Include="..\..\..\source\render\LayaGL\JCLayaGL.h" />
|
|
<ClInclude Include="..\..\..\source\render\LayaGL\JCLayaGLDispatch.h" />
|
|
<ClInclude Include="..\..\..\source\render\Manager\JCOrderResManager.h" />
|
|
<ClInclude Include="..\..\..\source\render\Performance\JCPerfHUD.h" />
|
|
<ClInclude Include="..\..\..\source\render\Performance\JCVBOManager.h" />
|
|
<ClInclude Include="..\..\..\source\render\RenderEx\JCGpuProgram.h" />
|
|
<ClInclude Include="..\..\..\source\render\RenderEx\JCRegister.h" />
|
|
<ClInclude Include="..\..\..\source\render\RenderEx\JCGlobalValue.h" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>render</RootNamespace>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>..\..\..\libs\win32</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;OPENVG_STATIC_LIBRARY;GLM_FORCE_DEPTH_ZERO_TO_ONE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\..\..\..\ThirdParty\v8\include;..\..\..\..\ThirdParty\angle\include;..\..\..\..\ThirdParty\zlib\include\win32;..\..\..\..\ThirdParty\freetype\include\win32;..\..\..\include\common;..\..\..\include\webglPlus;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</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;OPENVG_STATIC_LIBRARY;GLM_FORCE_DEPTH_ZERO_TO_ONE;GL_GLEXT_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>..\..\..\..\ThirdParty\v8\include;..\..\..\..\ThirdParty\angle\include;..\..\..\..\ThirdParty\zlib\include\win32;..\..\..\..\ThirdParty\freetype\include\win32;..\..\..\include\common;..\..\..\include\conch;..\..\..\include\webglPlus;%(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> |