1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 </ItemGroup> 13 <ItemGroup> 14 <ClCompile Include="..\..\demo_guix_pixelmaps_565rgb.c" /> 15 <ClCompile Include="..\..\pixelmaps_565rgb_resources.c" /> 16 <ClCompile Include="..\..\pixelmaps_565rgb_specifications.c" /> 17 </ItemGroup> 18 <ItemGroup> 19 <ClInclude Include="..\..\pixelmaps_565rgb_resources.h" /> 20 <ClInclude Include="..\..\pixelmaps_565rgb_specifications.h" /> 21 </ItemGroup> 22 <PropertyGroup Label="Globals"> 23 <ProjectGuid>{F87BBF3F-BD4F-4C4D-B32E-9FB19D43120B}</ProjectGuid> 24 <Keyword>Win32Proj</Keyword> 25 <RootNamespace>pixelmap2</RootNamespace> 26 </PropertyGroup> 27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 29 <ConfigurationType>Application</ConfigurationType> 30 <UseDebugLibraries>true</UseDebugLibraries> 31 <CharacterSet>Unicode</CharacterSet> 32 <PlatformToolset>v142</PlatformToolset> 33 </PropertyGroup> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 35 <ConfigurationType>Application</ConfigurationType> 36 <UseDebugLibraries>false</UseDebugLibraries> 37 <WholeProgramOptimization>true</WholeProgramOptimization> 38 <CharacterSet>Unicode</CharacterSet> 39 <PlatformToolset>v120</PlatformToolset> 40 </PropertyGroup> 41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 42 <ImportGroup Label="ExtensionSettings"> 43 </ImportGroup> 44 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 46 </ImportGroup> 47 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 49 </ImportGroup> 50 <PropertyGroup Label="UserMacros" /> 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 52 <LinkIncremental>false</LinkIncremental> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 55 <LinkIncremental>false</LinkIncremental> 56 </PropertyGroup> 57 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 58 <ClCompile> 59 <PrecompiledHeader> 60 </PrecompiledHeader> 61 <WarningLevel>Level3</WarningLevel> 62 <Optimization>Disabled</Optimization> 63 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 64 <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\..\..\common\inc;..\..\..\..\..\ports\win32\inc;$(SolutionDir)/../../../../../ports/win32/lib/vs_2019;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 65 </ClCompile> 66 <Link> 67 <SubSystem>Windows</SubSystem> 68 <GenerateDebugInformation>true</GenerateDebugInformation> 69 <AdditionalLibraryDirectories>$(SolutionDir)../../../../../ports/win32/lib/vs_2019;$(SolutionDir)/../../../../../ports/win32/build/vs_2019/$(Configuration)</AdditionalLibraryDirectories> 70 <AdditionalDependencies>tx.lib;gx.lib;%(AdditionalDependencies)</AdditionalDependencies> 71 </Link> 72 <ProjectReference> 73 <LinkLibraryDependencies>true</LinkLibraryDependencies> 74 </ProjectReference> 75 </ItemDefinitionGroup> 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 77 <ClCompile> 78 <WarningLevel>Level3</WarningLevel> 79 <PrecompiledHeader> 80 </PrecompiledHeader> 81 <Optimization>MaxSpeed</Optimization> 82 <FunctionLevelLinking>true</FunctionLevelLinking> 83 <IntrinsicFunctions>true</IntrinsicFunctions> 84 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 85 </ClCompile> 86 <Link> 87 <SubSystem>Windows</SubSystem> 88 <GenerateDebugInformation>true</GenerateDebugInformation> 89 <EnableCOMDATFolding>true</EnableCOMDATFolding> 90 <OptimizeReferences>true</OptimizeReferences> 91 </Link> 92 </ItemDefinitionGroup> 93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 94 <ImportGroup Label="ExtensionTargets"> 95 </ImportGroup> 96</Project>