1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.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 <PropertyGroup Label="Globals"> 14 <ProjectGuid>{4C89B154-9F01-41F8-B918-F4479927A76F}</ProjectGuid> 15 <Keyword>Win32Proj</Keyword> 16 <RootNamespace>progress_bar</RootNamespace> 17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> 18 </PropertyGroup> 19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 21 <ConfigurationType>Application</ConfigurationType> 22 <UseDebugLibraries>true</UseDebugLibraries> 23 <CharacterSet>Unicode</CharacterSet> 24 <PlatformToolset>v142</PlatformToolset> 25 </PropertyGroup> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 27 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <UseDebugLibraries>false</UseDebugLibraries> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 <CharacterSet>Unicode</CharacterSet> 31 <PlatformToolset>v142</PlatformToolset> 32 </PropertyGroup> 33 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 34 <ImportGroup Label="ExtensionSettings"> 35 </ImportGroup> 36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 38 </ImportGroup> 39 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 40 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 41 </ImportGroup> 42 <PropertyGroup Label="UserMacros" /> 43 <PropertyGroup /> 44 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 45 <ClCompile> 46 <PrecompiledHeader> 47 </PrecompiledHeader> 48 <WarningLevel>Level3</WarningLevel> 49 <Optimization>Disabled</Optimization> 50 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 51 <AdditionalIncludeDirectories>..\..\..\..\..\common\inc;../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories> 52 </ClCompile> 53 <Link> 54 <SubSystem>Windows</SubSystem> 55 <GenerateDebugInformation>true</GenerateDebugInformation> 56 <AdditionalLibraryDirectories>;../../../../../ports/win32/lib/vs_2019;../../../../../ports/win32/build/vs_2019/Debug</AdditionalLibraryDirectories> 57 <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies> 58 </Link> 59 </ItemDefinitionGroup> 60 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 61 <ClCompile> 62 <WarningLevel>Level3</WarningLevel> 63 <PrecompiledHeader> 64 </PrecompiledHeader> 65 <Optimization>MaxSpeed</Optimization> 66 <FunctionLevelLinking>true</FunctionLevelLinking> 67 <IntrinsicFunctions>true</IntrinsicFunctions> 68 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 69 <AdditionalIncludeDirectories>..\..\..\..\..\common\inc;../../../../../ports/win32/lib/vs_2019;..\..\..\..\..\ports\win32\inc</AdditionalIncludeDirectories> 70 </ClCompile> 71 <Link> 72 <SubSystem>Windows</SubSystem> 73 <GenerateDebugInformation>true</GenerateDebugInformation> 74 <EnableCOMDATFolding>true</EnableCOMDATFolding> 75 <OptimizeReferences>true</OptimizeReferences> 76 <AdditionalLibraryDirectories>;../../../../../ports/win32/lib/vs_2019;../../../../../ports/win32/build/vs_2019/Debug</AdditionalLibraryDirectories> 77 <AdditionalDependencies>gx.lib;tx.lib;%(AdditionalDependencies)</AdditionalDependencies> 78 </Link> 79 </ItemDefinitionGroup> 80 <ItemGroup> 81 <ClCompile Include="..\..\checkbox_off.c" /> 82 <ClCompile Include="..\..\checkbox_on.c" /> 83 <ClCompile Include="..\..\progress_bar.c" /> 84 <ClCompile Include="..\..\radio_button_off.c" /> 85 <ClCompile Include="..\..\radio_button_on.c" /> 86 <ClCompile Include="..\..\tfield_fill_small.c" /> 87 <ClCompile Include="..\..\vertical_fill.c" /> 88 </ItemGroup> 89 <ItemGroup> 90 <ProjectReference Include="..\..\..\..\..\ports\win32\build\vs_2019\guix.vcxproj"> 91 <Project>{a3336f4f-7a7b-46d3-a7f0-a2aaed6c08ed}</Project> 92 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 93 </ProjectReference> 94 </ItemGroup> 95 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 96 <ImportGroup Label="ExtensionTargets"> 97 </ImportGroup> 98</Project>