diff options
Diffstat (limited to 'win32/common/common.vcxproj')
-rw-r--r-- | win32/common/common.vcxproj | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/win32/common/common.vcxproj b/win32/common/common.vcxproj new file mode 100644 index 00000000..17116886 --- /dev/null +++ b/win32/common/common.vcxproj @@ -0,0 +1,148 @@ +<?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> + <ClInclude Include="..\..\config.h" /> + <ClInclude Include="..\..\src\common\cfgfiles.h" /> + <ClInclude Include="..\..\src\common\chanopt.h" /> + <ClInclude Include="..\..\src\common\ctcp.h" /> + <ClInclude Include="..\..\src\common\dcc.h" /> + <ClInclude Include="..\..\src\common\fe.h" /> + <ClInclude Include="..\..\src\common\history.h" /> + <ClInclude Include="..\..\src\common\identd.h" /> + <ClInclude Include="..\..\src\common\ignore.h" /> + <ClInclude Include="..\..\src\common\inbound.h" /> + <ClInclude Include="..\..\src\common\inet.h" /> + <ClInclude Include="..\..\src\common\modes.h" /> + <ClInclude Include="..\..\src\common\msproxy.h" /> + <ClInclude Include="..\..\src\common\network.h" /> + <ClInclude Include="..\..\src\common\notify.h" /> + <ClInclude Include="..\..\src\common\outbound.h" /> + <ClInclude Include="..\..\src\common\plugin-timer.h" /> + <ClInclude Include="..\..\src\common\plugin.h" /> + <ClInclude Include="..\..\src\common\proto-irc.h" /> + <ClInclude Include="..\..\src\common\server.h" /> + <ClInclude Include="..\..\src\common\servlist.h" /> + <ClInclude Include="..\..\src\common\ssl.h" /> + <ClInclude Include="..\..\src\common\text.h" /> + <ClInclude Include="..\..\src\common\textenums.h" /> + <ClInclude Include="..\..\src\common\textevents.h" /> + <ClInclude Include="..\..\src\common\thread.h" /> + <ClInclude Include="..\..\src\common\tree.h" /> + <ClInclude Include="..\..\src\common\url.h" /> + <ClInclude Include="..\..\src\common\userlist.h" /> + <ClInclude Include="..\..\src\common\util.h" /> + <ClInclude Include="..\..\src\common\xchat-plugin.h" /> + <ClInclude Include="..\..\src\common\xchat.h" /> + <ClInclude Include="..\..\src\common\xchatc.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\src\common\cfgfiles.c" /> + <ClCompile Include="..\..\src\common\chanopt.c" /> + <ClCompile Include="..\..\src\common\ctcp.c" /> + <ClCompile Include="..\..\src\common\dcc.c" /> + <ClCompile Include="..\..\src\common\history.c" /> + <ClCompile Include="..\..\src\common\identd.c" /> + <ClCompile Include="..\..\src\common\ignore.c" /> + <ClCompile Include="..\..\src\common\inbound.c" /> + <ClCompile Include="..\..\src\common\make-te.c" /> + <ClCompile Include="..\..\src\common\modes.c" /> + <ClCompile Include="..\..\src\common\msproxy.c" /> + <ClCompile Include="..\..\src\common\network.c" /> + <ClCompile Include="..\..\src\common\notify.c" /> + <ClCompile Include="..\..\src\common\outbound.c" /> + <ClCompile Include="..\..\src\common\plugin-timer.c" /> + <ClCompile Include="..\..\src\common\plugin.c" /> + <ClCompile Include="..\..\src\common\proto-irc.c" /> + <ClCompile Include="..\..\src\common\server.c" /> + <ClCompile Include="..\..\src\common\servlist.c" /> + <ClCompile Include="..\..\src\common\ssl.c" /> + <ClCompile Include="..\..\src\common\text.c" /> + <ClCompile Include="..\..\src\common\thread.c" /> + <ClCompile Include="..\..\src\common\tree.c" /> + <ClCompile Include="..\..\src\common\url.c" /> + <ClCompile Include="..\..\src\common\userlist.c" /> + <ClCompile Include="..\..\src\common\util.c" /> + <ClCompile Include="..\..\src\common\xchat.c" /> + </ItemGroup> + <PropertyGroup Label="Globals"> + <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''">$(VCTargetsPath11)</VCTargetsPath> + </PropertyGroup> + <PropertyGroup Label="Globals"> + <ProjectGuid>{0F863741-E1CE-4625-84DC-7AD205A63B6B}</ProjectGuid> + <Keyword>Win32Proj</Keyword> + <RootNamespace>common</RootNamespace> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v110</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <PrecompiledHeader> + </PrecompiledHeader> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <PrecompiledHeader> + </PrecompiledHeader> + <Optimization>MaxSpeed</Optimization> + <FunctionLevelLinking>true</FunctionLevelLinking> + <IntrinsicFunctions>true</IntrinsicFunctions> + <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <MultiProcessorCompilation>true</MultiProcessorCompilation> + <CompileAs>CompileAsC</CompileAs> + </ClCompile> + <Link> + <SubSystem>Windows</SubSystem> + <GenerateDebugInformation>true</GenerateDebugInformation> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project> \ No newline at end of file |