Files
Copium/ext/projects/msdfgen-core/msdfgen-core.vcxproj
T
Thraix d788a7e8fd Modify Copium project include directories
- Make Copium project include directoies relative to the ProjectDir
  instead of SolutionDir. To allow including this project into another
  Solution
2024-10-01 21:27:23 +02:00

196 lines
11 KiB
XML

<?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>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{2d82e1d6-0f23-4d08-bc2d-b0ebbec359ff}</ProjectGuid>
<RootNamespace>msdfgencore</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>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</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|x64'">
<OutDir>$(ProjectDir)../../../libs\$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(ProjectDir)../../../libs/$(Platform)\$(Configuration)\</OutDir>
</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>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);MSDFGEN_USE_CPP11;MSDFGEN_USE_OPENMP</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
</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>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);MSDFGEN_USE_CPP11;MSDFGEN_USE_OPENMP</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\arithmetics.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\bitmap-interpolation.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Bitmap.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Bitmap.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\BitmapRef.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\contour-combiners.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Contour.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-coloring.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-segments.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-selectors.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\EdgeColor.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\EdgeHolder.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\equation-solver.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\generator-config.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\msdf-error-correction.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\MSDFErrorCorrection.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\pixel-conversion.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Projection.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\rasterization.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\render-sdf.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\save-bmp.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\save-tiff.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Scanline.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\sdf-error-estimation.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\shape-description.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Shape.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\ShapeDistanceFinder.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\ShapeDistanceFinder.hpp" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\SignedDistance.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Vector2.h" />
<ClInclude Include="..\..\repos\msdf-atlas-gen\msdfgen\msdfgen.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\contour-combiners.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Contour.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-coloring.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-segments.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\edge-selectors.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\EdgeHolder.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\equation-solver.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\msdf-error-correction.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\MSDFErrorCorrection.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\msdfgen.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Projection.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\rasterization.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\render-sdf.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\save-bmp.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\save-tiff.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Scanline.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\sdf-error-estimation.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\shape-description.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Shape.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\SignedDistance.cpp" />
<ClCompile Include="..\..\repos\msdf-atlas-gen\msdfgen\core\Vector2.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>