<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="Source\HEOOverwriter\CHEOBoneWeight.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOCollider.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOMaterial.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOMesh.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOMorph.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEONode.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOOverwriter.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOPrimitive.cpp" />
    <ClCompile Include="Source\HEOOverwriter\CHEOTexture.cpp" />
    <ClCompile Include="Source\Independent\CharacterCode\CharacterCode.cpp" />
    <ClCompile Include="Source\Independent\FileImage\CFileImageAnalyser.cpp" />
    <ClCompile Include="Source\Independent\FileImage\CFileImageMaker.cpp" />
    <ClCompile Include="Source\Independent\FileImage\FileImage.cpp" />
    <ClCompile Include="Source\Independent\FormatString\FormatString.cpp" />
    <ClCompile Include="Source\Independent\FormatString\LFormat.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CBezier.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CBoundingBox.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CCamera.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CDualQuaternion.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CProjection.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CSphere.cpp" />
    <ClCompile Include="Source\Independent\Math3D\CTransform.cpp" />
    <ClCompile Include="Source\Independent\Math3D\S2D.cpp" />
    <ClCompile Include="Source\Independent\Math3D\S2DI.cpp" />
    <ClCompile Include="Source\Independent\Math3D\S3D.cpp" />
    <ClCompile Include="Source\Independent\Math3D\S4D.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SColor.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SColor32.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SMatrix.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SPlane.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SQuaternion.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SRect.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SSize.cpp" />
    <ClCompile Include="Source\Independent\Math3D\SUV.cpp" />
    <ClCompile Include="Source\main.cpp" />
    <ClCompile Include="Source\Specific\Debug\LMsg.cpp" />
    <ClCompile Include="Source\Specific\FileSystem\CFile.cpp" />
    <ClCompile Include="Source\Specific\FileSystem\CFilePath.cpp" />
    <ClCompile Include="Source\Specific\FileSystem\CFindFile.cpp" />
    <ClCompile Include="Source\Specific\FileSystem\FileSystem.cpp" />
    <ClCompile Include="Source\Specific\FileSystem\LFileName.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="Source\HEOOverwriter\CHEOBoneWeight.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOCollider.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOMaterial.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOMesh.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOMorph.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEONode.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOOverwriter.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOPrimitive.h" />
    <ClInclude Include="Source\HEOOverwriter\CHEOTexture.h" />
    <ClInclude Include="Source\HEOOverwriter\EHEOBlendMode.h" />
    <ClInclude Include="Source\HEOOverwriter\EHEOColliderShape.h" />
    <ClInclude Include="Source\HEOOverwriter\EHEOColliderType.h" />
    <ClInclude Include="Source\HEOOverwriter\EHEOShaderType.h" />
    <ClInclude Include="Source\Independent\CharacterCode\CharacterCode.h" />
    <ClInclude Include="Source\Independent\CharacterCode\IsCode.h" />
    <ClInclude Include="Source\Independent\FileImage\CFileImageAnalyser.h" />
    <ClInclude Include="Source\Independent\FileImage\CFileImageMaker.h" />
    <ClInclude Include="Source\Independent\FileImage\FileImage.h" />
    <ClInclude Include="Source\Independent\FormatString\FormatString.h" />
    <ClInclude Include="Source\Independent\FormatString\LFormat.h" />
    <ClInclude Include="Source\Independent\Math3D\3DDefine.h" />
    <ClInclude Include="Source\Independent\Math3D\CBezier.h" />
    <ClInclude Include="Source\Independent\Math3D\CBoundingBox.h" />
    <ClInclude Include="Source\Independent\Math3D\CCamera.h" />
    <ClInclude Include="Source\Independent\Math3D\CDualQuaternion.h" />
    <ClInclude Include="Source\Independent\Math3D\CProjection.h" />
    <ClInclude Include="Source\Independent\Math3D\CSphere.h" />
    <ClInclude Include="Source\Independent\Math3D\CTransform.h" />
    <ClInclude Include="Source\Independent\Math3D\S2D.h" />
    <ClInclude Include="Source\Independent\Math3D\S2DI.h" />
    <ClInclude Include="Source\Independent\Math3D\S3D.h" />
    <ClInclude Include="Source\Independent\Math3D\S4D.h" />
    <ClInclude Include="Source\Independent\Math3D\SColor.h" />
    <ClInclude Include="Source\Independent\Math3D\SColor32.h" />
    <ClInclude Include="Source\Independent\Math3D\SMatrix.h" />
    <ClInclude Include="Source\Independent\Math3D\SPlane.h" />
    <ClInclude Include="Source\Independent\Math3D\SQuaternion.h" />
    <ClInclude Include="Source\Independent\Math3D\SRect.h" />
    <ClInclude Include="Source\Independent\Math3D\SSize.h" />
    <ClInclude Include="Source\Independent\Math3D\SUV.h" />
    <ClInclude Include="Source\Specific\Debug\LMsg.h" />
    <ClInclude Include="Source\Specific\FileSystem\CFile.h" />
    <ClInclude Include="Source\Specific\FileSystem\CFilePath.h" />
    <ClInclude Include="Source\Specific\FileSystem\CFindFile.h" />
    <ClInclude Include="Source\Specific\FileSystem\FileSystem.h" />
    <ClInclude Include="Source\Specific\FileSystem\LFileName.h" />
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <VCProjectVersion>16.0</VCProjectVersion>
    <Keyword>Win32Proj</Keyword>
    <ProjectGuid>{58111c62-1aa7-4a60-b1ef-e56e4c5389d4}</ProjectGuid>
    <RootNamespace>HEOTexComp</RootNamespace>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </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>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <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|x64'">
    <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'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>false</SDLCheck>
      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>false</SDLCheck>
      <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
      <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    </ClCompile>
    <Link>
      <SubSystem>Console</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
    </Link>
  </ItemDefinitionGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>