hexchat/src/fe-gtk/fe-gtk.vcxproj

147 lines
7.0 KiB
XML
Raw Normal View History

2012-06-10 01:52:15 -04:00
<?xml version="1.0" encoding="utf-8"?>
2013-09-13 12:49:19 -04:00
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Configuration">
2013-09-13 12:49:19 -04:00
<PlatformToolset>v120</PlatformToolset>
<ConfigurationType>Application</ConfigurationType>
</PropertyGroup>
2012-06-10 01:52:15 -04:00
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
2012-06-15 16:36:29 -04:00
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
2012-06-10 01:52:15 -04:00
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>fegtk</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\..\win32\hexchat.props" />
<PropertyGroup>
2012-07-11 15:33:10 -04:00
<TargetName>hexchat</TargetName>
<OutDir>$(HexChatRel)</OutDir>
2012-06-15 16:36:29 -04:00
</PropertyGroup>
2012-06-10 01:52:15 -04:00
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<!-- WholeProgramOptimization must be turned off for gresource constructors to work, otherwise the .CRT$XCU section is not emitted. -->
<WholeProgramOptimization>false</WholeProgramOptimization>
2012-06-10 01:52:15 -04:00
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\common;$(HexChatLib);$(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2012-11-11 12:36:00 -05:00
<DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2012-06-10 01:52:15 -04:00
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>$(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-06-15 16:36:29 -04:00
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<!-- WholeProgramOptimization must be turned off for gresource constructors to work, otherwise the .CRT$XCU section is not emitted. -->
<WholeProgramOptimization>false</WholeProgramOptimization>
<PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\common;$(HexChatLib);$(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2012-11-11 12:36:00 -05:00
<DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
2012-06-15 16:36:29 -04:00
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>$(DepLibs);$(HexChatLib)common.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-06-10 01:52:15 -04:00
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<PreBuildEvent>
<Command><![CDATA[
SET SOLUTIONDIR=$(SolutionDir)..\
powershell -File "$(SolutionDir)..\win32\version-template.ps1" "$(SolutionDir)..\src\fe-gtk\hexchat.rc.tt" "$(HexChatLib)hexchat.rc.utf8"
REM hexchat.rc needs to be in UCS-2 or Resource Compiler will complain
powershell "Get-Content -Encoding UTF8 '$(HexChatLib)hexchat.rc.utf8' | Out-File '$(HexChatLib)hexchat.rc'; Remove-Item '$(HexChatLib)hexchat.rc.utf8'"
"$(DepsRoot)\bin\glib-compile-resources.exe" --generate-source --sourcedir "$(DataDir)" --target "$(HexChatLib)resources.c" "$(DataDir)hexchat.gresource.xml"
]]></Command>
<Message>Build hexchat.rc and gresource file</Message>
</PreBuildEvent>
</ItemDefinitionGroup>
2012-06-10 01:52:15 -04:00
<ItemGroup>
<ClInclude Include="ascii.h" />
<ClInclude Include="banlist.h" />
<ClInclude Include="chanlist.h" />
<ClInclude Include="chanview.h" />
<ClInclude Include="custom-list.h" />
<ClInclude Include="editlist.h" />
<ClInclude Include="fe-gtk.h" />
<ClInclude Include="fkeys.h" />
<ClInclude Include="gtkutil.h" />
<ClInclude Include="joind.h" />
<ClInclude Include="maingui.h" />
<ClInclude Include="menu.h" />
<ClInclude Include="notifications\notification-backend.h" />
2012-06-10 01:52:15 -04:00
<ClInclude Include="notifygui.h" />
<ClInclude Include="palette.h" />
<ClInclude Include="pixmaps.h" />
<ClInclude Include="plugin-tray.h" />
<ClInclude Include="plugingui.h" />
<ClInclude Include="rawlog.h" />
2012-07-21 08:26:19 -04:00
<ClInclude Include="servlistgui.h" />
<ClInclude Include="setup.h" />
2012-06-10 01:52:15 -04:00
<ClInclude Include="sexy-iso-codes.h" />
<ClInclude Include="sexy-spell-entry.h" />
<ClInclude Include="textgui.h" />
<ClInclude Include="urlgrab.h" />
<ClInclude Include="userlistgui.h" />
<ClInclude Include="xtext.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ascii.c" />
<ClCompile Include="banlist.c" />
<ClCompile Include="chanlist.c" />
<ClCompile Include="chanview.c" />
<ClCompile Include="custom-list.c" />
<ClCompile Include="dccgui.c" />
<ClCompile Include="editlist.c" />
<ClCompile Include="fe-gtk.c" />
<ClCompile Include="fkeys.c" />
<ClCompile Include="gtkutil.c" />
<ClCompile Include="ignoregui.c" />
<ClCompile Include="joind.c" />
<ClCompile Include="maingui.c" />
<ClCompile Include="menu.c" />
<ClCompile Include="notifications\notification-windows.c" />
2012-06-10 01:52:15 -04:00
<ClCompile Include="notifygui.c" />
<ClCompile Include="palette.c" />
<ClCompile Include="pixmaps.c" />
<ClCompile Include="plugin-notification.c" />
2012-06-10 01:52:15 -04:00
<ClCompile Include="plugin-tray.c" />
<ClCompile Include="plugingui.c" />
<ClCompile Include="rawlog.c" />
<ClCompile Include="$(HexChatLib)resources.c" />
2012-06-10 01:52:15 -04:00
<ClCompile Include="servlistgui.c" />
<ClCompile Include="setup.c" />
<ClCompile Include="sexy-iso-codes.c" />
<ClCompile Include="sexy-spell-entry.c" />
<ClCompile Include="textgui.c" />
<ClCompile Include="urlgrab.c" />
<ClCompile Include="userlistgui.c" />
<ClCompile Include="xtext.c" />
</ItemGroup>
<ItemGroup>
<Manifest Include="..\..\win32\hexchat.exe.manifest" />
2012-06-10 01:52:15 -04:00
</ItemGroup>
<ItemGroup>
<None Include="hexchat.rc.tt" />
<ResourceCompile Include="$(HexChatLib)hexchat.rc" />
2012-06-10 01:52:15 -04:00
</ItemGroup>
<ItemGroup>
<None Include="..\..\data\icons\hexchat.ico" />
</ItemGroup>
<ItemGroup>
<Xml Include="..\..\data\hexchat.gresource.xml" />
2012-06-10 01:52:15 -04:00
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>