2016-05-09 07:35:26 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-25 09:41:55 +00:00
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ProjectConfiguration Include="Debug_Vulkan|Win32">
|
|
|
|
<Configuration>Debug_Vulkan</Configuration>
|
2016-11-03 09:17:57 +00:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ProjectConfiguration Include="Debug_Vulkan|x64">
|
|
|
|
<Configuration>Debug_Vulkan</Configuration>
|
2016-11-03 09:17:57 +00:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</ProjectConfiguration>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ProjectConfiguration Include="Release_Vulkan|Win32">
|
|
|
|
<Configuration>Release_Vulkan</Configuration>
|
2016-11-03 09:17:57 +00:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</ProjectConfiguration>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ProjectConfiguration Include="Release_Vulkan|x64">
|
|
|
|
<Configuration>Release_Vulkan</Configuration>
|
2016-11-03 09:17:57 +00:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
2015-09-21 08:50:00 +00:00
|
|
|
<ProjectGuid>{95A4B53D-2773-4406-A2C1-8FD2840BBAD8}</ProjectGuid>
|
2016-10-19 10:39:36 +00:00
|
|
|
<RootNamespace>gtk4</RootNamespace>
|
2015-08-25 09:41:55 +00:00
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-11-03 09:17:57 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|Win32'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|x64'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-10-26 05:42:43 +00:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|Win32'" Label="Configuration">
|
2015-08-25 09:41:55 +00:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-11-03 09:17:57 +00:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2016-10-26 05:42:43 +00:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-10-26 05:42:43 +00:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|x64'" Label="Configuration">
|
2015-08-25 09:41:55 +00:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-11-03 09:17:57 +00:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2016-10-26 05:42:43 +00:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
2016-11-03 09:17:57 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2016-11-03 09:17:57 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|Win32'" Label="PropertySheets">
|
2016-11-03 09:17:57 +00:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2016-11-03 09:17:57 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2016-11-03 09:17:57 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|x64'" Label="PropertySheets">
|
2016-11-03 09:17:57 +00:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2016-11-03 09:17:57 +00:00
|
|
|
</ImportGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|Win32'" Label="PropertySheets">
|
2015-08-25 09:41:55 +00:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|x64'" Label="PropertySheets">
|
2015-08-25 09:41:55 +00:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2016-12-30 03:09:46 +00:00
|
|
|
<Import Project="gtk4-gen-srcs.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<PropertyGroup>
|
2016-12-30 04:46:55 +00:00
|
|
|
<LinkIncremental Condition="'$(Configuration)'=='Debug'">true</LinkIncremental>
|
2016-12-30 06:42:38 +00:00
|
|
|
<LinkIncremental Condition="'$(Configuration)'=='Debug_Vulkan'">true</LinkIncremental>
|
2016-12-30 04:46:55 +00:00
|
|
|
<LinkIncremental Condition="'$(Configuration)'=='Release'">false</LinkIncremental>
|
2016-12-30 06:42:38 +00:00
|
|
|
<LinkIncremental Condition="'$(Configuration)'=='Release_Vulkan'">false</LinkIncremental>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-05-09 07:35:26 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-25 09:41:55 +00:00
|
|
|
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
2016-11-03 09:46:32 +00:00
|
|
|
<ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
|
2015-08-25 09:41:55 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
2016-12-30 03:09:46 +00:00
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2015-08-25 09:41:55 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|Win32'">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-11-03 09:17:57 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-12-30 06:42:38 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);$(VulkanLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2016-12-30 03:09:46 +00:00
|
|
|
<OutputFile>$(SolutionDir)Debug\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
|
|
<ImportLibrary>$(SolutionDir)Debug\$(Platform)\bin\$(ProjectName).lib</ImportLibrary>
|
2016-11-03 09:17:57 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-12-30 03:09:46 +00:00
|
|
|
<ProgramDatabaseFile>$(SolutionDir)Debug\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2016-11-03 09:17:57 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-05-09 07:35:26 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-25 09:41:55 +00:00
|
|
|
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
2016-11-03 09:46:32 +00:00
|
|
|
<ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
|
2015-08-25 09:41:55 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
2016-12-30 03:09:46 +00:00
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2015-08-25 09:41:55 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|Win32'">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-11-03 09:17:57 +00:00
|
|
|
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-12-30 06:42:38 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);$(VulkanLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2016-12-30 03:09:46 +00:00
|
|
|
<OutputFile>$(SolutionDir)Release\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
|
|
<ImportLibrary>$(SolutionDir)Release\$(Platform)\bin\$(ProjectName).lib</ImportLibrary>
|
2016-11-03 09:17:57 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-12-30 03:09:46 +00:00
|
|
|
<ProgramDatabaseFile>$(SolutionDir)Release\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2016-11-03 09:17:57 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-05-09 07:35:26 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-25 09:41:55 +00:00
|
|
|
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
2016-11-03 09:46:32 +00:00
|
|
|
<ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
|
2015-08-25 09:41:55 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
2016-12-30 03:09:46 +00:00
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2015-08-25 09:41:55 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Vulkan|x64'">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-11-03 09:17:57 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-12-30 06:42:38 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);$(VulkanLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2016-12-30 03:09:46 +00:00
|
|
|
<OutputFile>$(SolutionDir)Debug\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
|
|
<ImportLibrary>$(SolutionDir)Debug\$(Platform)\bin\$(ProjectName).lib</ImportLibrary>
|
2016-11-03 09:17:57 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-12-30 03:09:46 +00:00
|
|
|
<ProgramDatabaseFile>$(SolutionDir)Debug\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2016-11-03 09:17:57 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-05-09 07:35:26 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2015-08-25 09:41:55 +00:00
|
|
|
<OutputFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
2016-11-03 09:46:32 +00:00
|
|
|
<ImportLibrary>$(TargetDir)$(ProjectName).lib</ImportLibrary>
|
2015-08-25 09:41:55 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<ProgramDatabaseFile>$(OutDir)$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
2016-12-30 03:09:46 +00:00
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2015-08-25 09:41:55 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Vulkan|x64'">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gtk;..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-11-03 09:17:57 +00:00
|
|
|
<PreprocessorDefinitions>$(GtkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
2016-12-30 06:42:38 +00:00
|
|
|
<AdditionalDependencies>$(GtkAdditionalLibs);$(VulkanLibs);%(AdditionalDependencies)</AdditionalDependencies>
|
2016-12-30 03:09:46 +00:00
|
|
|
<OutputFile>$(SolutionDir)Release\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll</OutputFile>
|
|
|
|
<ImportLibrary>$(SolutionDir)Release\$(Platform)\bin\$(ProjectName).lib</ImportLibrary>
|
2016-11-03 09:17:57 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2016-12-30 03:09:46 +00:00
|
|
|
<ProgramDatabaseFile>$(SolutionDir)Release\$(Platform)\bin\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).pdb</ProgramDatabaseFile>
|
|
|
|
<AdditionalOptions>$(GtkExportGdkWin32DisplayMgr) %(AdditionalOptions)</AdditionalOptions>
|
2016-11-03 09:17:57 +00:00
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<TargetMachine>MachineX64</TargetMachine>
|
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ItemGroup>
|
2017-01-09 07:33:25 +00:00
|
|
|
<CustomBuild Include="..\..\gtk\gtkdbusinterfaces.xml">
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug'">Generating GTK+ DBus Sources...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug'">$(GenerateGtkDbusBuiltSources)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug'">..\..\gtk\gtkdbusgenerated.c;..\..\gtk\gtkdbusgenerated.h;%(Outputs)</Outputs>
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release'">Generating GTK+ DBus Sources...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release'">$(GenerateGtkDbusBuiltSources)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release'">..\..\gtk\gtkdbusgenerated.c;..\..\gtk\gtkdbusgenerated.h;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug_Vulkan'">Generating GTK+ DBus Sources...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug_Vulkan'">$(GenerateGtkDbusBuiltSources)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug_Vulkan'">..\..\gtk\gtkdbusgenerated.c;..\..\gtk\gtkdbusgenerated.h;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release_Vulkan'">Generating GTK+ DBus Sources...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release_Vulkan'">$(GenerateGtkDbusBuiltSources)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release_Vulkan'">..\..\gtk\gtkdbusgenerated.c;..\..\gtk\gtkdbusgenerated.h;%(Outputs)</Outputs>
|
2015-08-25 09:41:55 +00:00
|
|
|
</CustomBuild>
|
2017-01-09 07:33:25 +00:00
|
|
|
<CustomBuild Include="..\..\gtk\gtk-win32.rc.body">
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug'">Copying GTK+ Win32 Version Resource...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug'">$(CopyGtkWin32RC)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug'">..\..\gtk\gtk-win32.rc;%(Outputs)</Outputs>
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release'">Copying GTK+ Win32 Version Resource...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release'">$(CopyGtkWin32RC)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release'">..\..\gtk\gtk-win32.rc;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug_Vulkan'">Copying GTK+ Win32 Version Resource...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug_Vulkan'">$(CopyGtkWin32RC)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug_Vulkan'">..\..\gtk\gtk-win32.rc;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release_Vulkan'">Copying GTK+ Win32 Version Resource...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release_Vulkan'">$(CopyGtkWin32RC)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release_Vulkan'">..\..\gtk\gtk-win32.rc;%(Outputs)</Outputs>
|
Windows: Update how gtk-win32.rc is generated
On Visual Studio, unlike MinGW, manifest files are embedded via
including the manifest file as a resource file in the projects, not
via the .rc file. This means that the line in the .rc file that
specifies the manifest file would cause trouble, so that line gets
removed when the full gtk3-win32.rc is generated on Visual Studio builds,
otherwise 2010+ Visual Studio will complain when compiling the .rc file.
Also, the inclusion of winuser.h will cause warnings during the
compilation of the .rc file.
Fix this by isolating the Win32 resource portions of gtk-win32.rc.in to
gtk-win32.rc.body.in and:
-On MinGW, construct the full gtk-win32.rc by doing the winver.h and
winuser.h inclusion first, then append the contents of gtk-win32.rc.body,
and then appending the line to embed the manifest file.
-On Visual Studio, simply copy the gtk-win32.rc.body to gtk-win32.rc,
and generate the full libgtk3.manifest file.
https://bugzilla.gnome.org/show_bug.cgi?id=762311
2016-02-22 09:38:15 +00:00
|
|
|
</CustomBuild>
|
2017-01-09 07:33:25 +00:00
|
|
|
<CustomBuild Include="..\..\gtk\libgtk4.manifest.in">
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug'">Generating GTK+ Win32 Manifest...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug'">$(GenerateGtkWin32Manifest)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug'">..\..\gtk\libgtk4.manifest;%(Outputs)</Outputs>
|
2016-12-30 04:46:55 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release'">Generating GTK+ Win32 Manifest...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release'">$(GenerateGtkWin32Manifest)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release'">..\..\gtk\libgtk4.manifest;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Debug_Vulkan'">Generating GTK+ Win32 Manifest...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Debug_Vulkan'">$(GenerateGtkWin32Manifest)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Debug_Vulkan'">..\..\gtk\libgtk4.manifest;%(Outputs)</Outputs>
|
2016-12-30 06:42:38 +00:00
|
|
|
<Message Condition="'$(Configuration)'=='Release_Vulkan'">Generating GTK+ Win32 Manifest...</Message>
|
|
|
|
<Command Condition="'$(Configuration)'=='Release_Vulkan'">$(GenerateGtkWin32Manifest)</Command>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Outputs Condition="'$(Configuration)'=='Release_Vulkan'">..\..\gtk\libgtk4.manifest;%(Outputs)</Outputs>
|
2015-08-25 09:41:55 +00:00
|
|
|
</CustomBuild>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2017-01-09 07:33:25 +00:00
|
|
|
<ResourceCompile Include="..\..\gtk\gtk-win32.rc">
|
|
|
|
<AdditionalIncludeDirectories>..\..\gdk\win32\rc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2016-11-03 09:17:57 +00:00
|
|
|
</ResourceCompile>
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2016-10-26 05:42:43 +00:00
|
|
|
#include "gtk-4.vs12.sourcefiles"
|
2017-01-09 07:33:25 +00:00
|
|
|
<ClCompile Include="..\..\modules\input\gtkimcontextime.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\gtkimcontextmultipress.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\gtkimcontextthai.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imam-et.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imcedilla.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imcyrillic-translit.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imime.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\iminuktitut.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imipa.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\immultipress.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imthai.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imti-er.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imti-et.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\imviqr.c" />
|
|
|
|
<ClCompile Include="..\..\modules\input\thai-charprop.c" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2017-01-09 07:33:25 +00:00
|
|
|
<Manifest Include="..\..\gtk\libgtk4.manifest" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2016-11-03 09:17:57 +00:00
|
|
|
<ProjectReference Include="gdk4-win32.vcxproj">
|
|
|
|
<Project>{aba7685a-7cbb-4626-b5e5-6eeea5b489ef}</Project>
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
</ProjectReference>
|
2016-10-19 10:39:36 +00:00
|
|
|
<ProjectReference Include="gdk-4.vcxproj">
|
2015-09-21 08:50:00 +00:00
|
|
|
<Project>{5ae8f5ce-9103-4951-aede-ea2f3b573be8}</Project>
|
2015-08-25 09:41:55 +00:00
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
</ProjectReference>
|
2016-10-26 10:23:38 +00:00
|
|
|
<ProjectReference Include="gsk-4.vcxproj">
|
|
|
|
<Project>{5ae8f5ce-9103-4951-aede-eb2f3b573be8}</Project>
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
</ProjectReference>
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|