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>
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
2015-09-21 08:50:00 +00:00
|
|
|
<ProjectGuid>{5AE8F5CE-9103-4951-AEDE-EA2F3B573BE8}</ProjectGuid>
|
2016-10-19 10:39:36 +00:00
|
|
|
<RootNamespace>gdk4</RootNamespace>
|
2015-08-25 09:41:55 +00:00
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2015-08-25 09:41:55 +00:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2016-10-26 05:42:43 +00:00
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2015-08-25 09:41:55 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2015-08-25 09:41:55 +00:00
|
|
|
<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|Win32'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2015-08-25 09:41:55 +00:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
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|x64'" Label="Configuration">
|
2016-11-03 09:17:57 +00:00
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2015-08-25 09:41:55 +00:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
<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>
|
|
|
|
<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-11-03 09:17:57 +00:00
|
|
|
<Import Project="gtk4-build-defines.props" />
|
2015-08-25 09:41:55 +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-11-03 09:17:57 +00:00
|
|
|
<Import Project="gtk4-build-defines.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-11-03 09:17:57 +00:00
|
|
|
<Import Project="gtk4-build-defines.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
2016-12-30 06:42:38 +00:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-11-03 09:17:57 +00:00
|
|
|
<Import Project="gtk4-build-defines.props" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<Optimization>Disabled</Optimization>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>_DEBUG;G_ENABLE_DEBUG;$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
<ClCompile>
|
2017-01-09 07:33:25 +00:00
|
|
|
<AdditionalIncludeDirectories>..\..\gdk;..\..\gdk\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-08-25 09:41:55 +00:00
|
|
|
<PreprocessorDefinitions>$(GdkDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
<PrecompiledHeader>
|
|
|
|
</PrecompiledHeader>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2016-10-26 05:42:43 +00:00
|
|
|
#include "gdk-4.vs12.sourcefiles"
|
2017-01-09 07:33:25 +00:00
|
|
|
<ClCompile Include="..\..\gdk\gdkkeynames.c" />
|
2015-08-25 09:41:55 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|