2015-12-15 07:37:33 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<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">
|
|
|
|
|
<ProjectGuid>{9F22107A-3EF7-4B52-B269-747B65307F36}</ProjectGuid>
|
2016-11-02 02:37:07 +00:00
|
|
|
|
<RootNamespace>gtkquerysettings</RootNamespace>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<WholeProgramOptimization Condition="'$(Configuration)' == 'Release'">true</WholeProgramOptimization>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<PlatformToolset>v100</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2022-05-17 04:33:22 +00:00
|
|
|
|
<Import Project="..\vs1x-props\gtk3-build-defines.props" />
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<LinkIncremental Condition="'$(Configuration)' == 'Debug'">true</LinkIncremental>
|
|
|
|
|
<LinkIncremental Condition="'$(Configuration)' == 'Release'">false</LinkIncremental>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</PropertyGroup>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<Midl>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</Midl>
|
|
|
|
|
<ClCompile>
|
2021-12-21 10:40:26 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(BaseConfigIncludes);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
<PrecompiledHeader></PrecompiledHeader>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
|
|
|
|
|
<!-- for Debug -->
|
|
|
|
|
<Optimization Condition="'$(Configuration)' == 'Debug'">Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Debug'">_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild Condition="'$(Configuration)' == 'Debug'">true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks Condition="'$(Configuration)' == 'Debug'">EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Debug'">MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|Win32'">EditAndContinue</DebugInformationFormat>
|
|
|
|
|
<DebugInformationFormat Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
|
|
|
|
<!-- for Release -->
|
|
|
|
|
<Optimization Condition="'$(Configuration)' == 'Release'">MaxSpeed</Optimization>
|
|
|
|
|
<IntrinsicFunctions Condition="'$(Configuration)' == 'Release'">true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions Condition="'$(Configuration)' == 'Release'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary Condition="'$(Configuration)' == 'Release'">MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking Condition="'$(Configuration)' == 'Release'">true</FunctionLevelLinking>
|
|
|
|
|
<DebugInformationFormat Condition="'$(Configuration)' == 'Release'">ProgramDatabase</DebugInformationFormat>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
2022-05-18 03:40:59 +00:00
|
|
|
|
|
|
|
|
|
<!-- for Release -->
|
|
|
|
|
<OptimizeReferences Condition="'$(Configuration)' == 'Release'">true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding Condition="'$(Configuration)' == 'Release'">true</EnableCOMDATFolding>
|
|
|
|
|
|
|
|
|
|
<TargetMachine Condition="'$(Platform)' == 'Win32'">MachineX86</TargetMachine>
|
|
|
|
|
<TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2020-07-16 09:11:19 +00:00
|
|
|
|
<ClCompile Include="..\..\gtk\gtk-query-settings.c" />
|
2015-12-15 07:37:33 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="gdk-3.vcxproj">
|
|
|
|
|
<Project>{5ae8f5ce-9103-4951-aede-ea2f3b573be8}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="gtk-3.vcxproj">
|
|
|
|
|
<Project>{95a4b53d-2773-4406-a2c1-8fd2840bbad8}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|