<?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="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <Image Include="..\..\xchat.ico" /> </ItemGroup> <ItemGroup> <Manifest Include="..\..\src\fe-gtk\xchat.exe.manifest" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\src\fe-gtk\xchat.rc" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\src\fe-gtk\about.h" /> <ClInclude Include="..\..\src\fe-gtk\ascii.h" /> <ClInclude Include="..\..\src\fe-gtk\banlist.h" /> <ClInclude Include="..\..\src\fe-gtk\chanlist.h" /> <ClInclude Include="..\..\src\fe-gtk\chanview.h" /> <ClInclude Include="..\..\src\fe-gtk\custom-list.h" /> <ClInclude Include="..\..\src\fe-gtk\editlist.h" /> <ClInclude Include="..\..\src\fe-gtk\fe-gtk.h" /> <ClInclude Include="..\..\src\fe-gtk\fkeys.h" /> <ClInclude Include="..\..\src\fe-gtk\gtkutil.h" /> <ClInclude Include="..\..\src\fe-gtk\joind.h" /> <ClInclude Include="..\..\src\fe-gtk\maingui.h" /> <ClInclude Include="..\..\src\fe-gtk\menu.h" /> <ClInclude Include="..\..\src\fe-gtk\mmx_cmod.h" /> <ClInclude Include="..\..\src\fe-gtk\notifygui.h" /> <ClInclude Include="..\..\src\fe-gtk\palette.h" /> <ClInclude Include="..\..\src\fe-gtk\pixmaps.h" /> <ClInclude Include="..\..\src\fe-gtk\plugin-tray.h" /> <ClInclude Include="..\..\src\fe-gtk\plugingui.h" /> <ClInclude Include="..\..\src\fe-gtk\rawlog.h" /> <ClInclude Include="..\..\src\fe-gtk\search.h" /> <ClInclude Include="..\..\src\fe-gtk\sexy-iso-codes.h" /> <ClInclude Include="..\..\src\fe-gtk\sexy-marshal.h" /> <ClInclude Include="..\..\src\fe-gtk\sexy-spell-entry.h" /> <ClInclude Include="..\..\src\fe-gtk\textgui.h" /> <ClInclude Include="..\..\src\fe-gtk\typedef.h" /> <ClInclude Include="..\..\src\fe-gtk\urlgrab.h" /> <ClInclude Include="..\..\src\fe-gtk\userlistgui.h" /> <ClInclude Include="..\..\src\fe-gtk\xtext.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\src\fe-gtk\about.c" /> <ClCompile Include="..\..\src\fe-gtk\ascii.c" /> <ClCompile Include="..\..\src\fe-gtk\banlist.c" /> <ClCompile Include="..\..\src\fe-gtk\chanlist.c" /> <ClCompile Include="..\..\src\fe-gtk\chanview.c" /> <ClCompile Include="..\..\src\fe-gtk\custom-list.c" /> <ClCompile Include="..\..\src\fe-gtk\dccgui.c" /> <ClCompile Include="..\..\src\fe-gtk\editlist.c" /> <ClCompile Include="..\..\src\fe-gtk\fe-gtk.c" /> <ClCompile Include="..\..\src\fe-gtk\fkeys.c" /> <ClCompile Include="..\..\src\fe-gtk\gtkutil.c" /> <ClCompile Include="..\..\src\fe-gtk\ignoregui.c" /> <ClCompile Include="..\..\src\fe-gtk\joind.c" /> <ClCompile Include="..\..\src\fe-gtk\maingui.c" /> <ClCompile Include="..\..\src\fe-gtk\menu.c" /> <ClCompile Include="..\..\src\fe-gtk\notifygui.c" /> <ClCompile Include="..\..\src\fe-gtk\palette.c" /> <ClCompile Include="..\..\src\fe-gtk\pixmaps.c" /> <ClCompile Include="..\..\src\fe-gtk\plugin-tray.c" /> <ClCompile Include="..\..\src\fe-gtk\plugingui.c" /> <ClCompile Include="..\..\src\fe-gtk\rawlog.c" /> <ClCompile Include="..\..\src\fe-gtk\search.c" /> <ClCompile Include="..\..\src\fe-gtk\servlistgui.c" /> <ClCompile Include="..\..\src\fe-gtk\setup.c" /> <ClCompile Include="..\..\src\fe-gtk\sexy-iso-codes.c" /> <ClCompile Include="..\..\src\fe-gtk\sexy-marshal.c" /> <ClCompile Include="..\..\src\fe-gtk\sexy-spell-entry.c" /> <ClCompile Include="..\..\src\fe-gtk\textgui.c" /> <ClCompile Include="..\..\src\fe-gtk\urlgrab.c" /> <ClCompile Include="..\..\src\fe-gtk\userlistgui.c" /> <ClCompile Include="..\..\src\fe-gtk\xtext.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''">$(VCTargetsPath11)</VCTargetsPath> </PropertyGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{BFC7E652-7E90-441C-9BE5-F238B1912BFB}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>fegtk</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v110</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>v110</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\xchat.props" /> </ImportGroup> <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> <Import Project="..\xchat.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PrecompiledHeader>Use</PrecompiledHeader> <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader>NotUsing</PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>$(DepsRoot)\include;$(Glib);$(Gtk)</AdditionalIncludeDirectories> <MultiProcessorCompilation>true</MultiProcessorCompilation> <CompileAs>CompileAsC</CompileAs> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <AdditionalDependencies>$(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies)</AdditionalDependencies> <AdditionalLibraryDirectories>"$(DepsRoot)\lib";%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <EntryPointSymbol>mainCRTStartup</EntryPointSymbol> <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> </Link> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project>