open source
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Debug
|
||||
Release
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ClassDiagram />
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "render", "render.vcxproj", "{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{546B8E71-0960-4DF7-AE94-D03FD3AFE2CE}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,111 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,94 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Image">
|
||||
<UniqueIdentifier>{9a2858a7-a557-49c1-8671-06824f11e995}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Performance">
|
||||
<UniqueIdentifier>{00f7859f-567f-4244-a018-121087aeeb76}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Manager">
|
||||
<UniqueIdentifier>{039bd7f3-b97f-439e-96b8-4ee2e0f0fdd2}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="RenderEx">
|
||||
<UniqueIdentifier>{010e7fca-487a-4ac1-b2b8-af921af0b761}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="LayaGL">
|
||||
<UniqueIdentifier>{5c9e981e-127e-43e4-80b8-5291040a8f53}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\source\render\Image\JCImageManager.cpp">
|
||||
<Filter>Image</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\Performance\JCPerfHUD.cpp">
|
||||
<Filter>Performance</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\Image\JCImage.cpp">
|
||||
<Filter>Image</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\LayaGL\JCIDGenerator.cpp">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\LayaGL\JCLayaGL.cpp">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\LayaGL\JCLayaGLDispatch.cpp">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\RenderEx\JCGlobalValue.cpp">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\RenderEx\JCRegister.cpp">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\Performance\JCVBOManager.cpp">
|
||||
<Filter>Performance</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\Image\JCVideo.cpp">
|
||||
<Filter>Image</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\source\render\RenderEx\JCGpuProgram.cpp">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\source\render\Image\JCImageManager.h">
|
||||
<Filter>Image</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\Performance\JCPerfHUD.h">
|
||||
<Filter>Performance</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\Image\JCImage.h">
|
||||
<Filter>Image</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\Manager\JCOrderResManager.h">
|
||||
<Filter>Manager</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\JCCmdStruct.h" />
|
||||
<ClInclude Include="..\..\..\source\render\LayaGL\JCIDGenerator.h">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\LayaGL\JCLayaGL.h">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\LayaGL\JCLayaGLDispatch.h">
|
||||
<Filter>LayaGL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\RenderEx\JCGlobalValue.h">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\RenderEx\JCRegister.h">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\Performance\JCVBOManager.h">
|
||||
<Filter>Performance</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\Image\JCVideo.h">
|
||||
<Filter>Image</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\source\render\RenderEx\JCGpuProgram.h">
|
||||
<Filter>RenderEx</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user