mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
108 lines
6.2 KiB
XML
108 lines
6.2 KiB
XML
|
<?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>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{8D3160AB-B386-4970-8146-826BC293CCB1}</ProjectGuid>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|||
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
</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" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup>
|
|||
|
<_ProjectFileVersion>11.0.60315.1</_ProjectFileVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>$(SolutionDir)\install\modules\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)\build\intermediate\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>$(SolutionDir)\install\modules\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)\build\intermediate\$(Configuration)\$(ProjectName)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\libs;$(SolutionDir)\include;$(SolutionDir)\..\STLport-5.2.1\stlport;$(SolutionDir)\..\gtk-2.16.6\include\glib-2.0;$(SolutionDir)\..\gtk-2.16.6\lib\glib-2.0\include;$(SolutionDir)\..\libxml2-2.7.3\include\libxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;IMAGEWAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<PrecompiledHeader />
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalOptions>/STACK:8388608 %(AdditionalOptions)</AdditionalOptions>
|
|||
|
<AdditionalDependencies>glib-2.0.lib;libxml2.lib;synapse.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>$(SolutionDir)\..\gtk-2.16.6\lib;$(SolutionDir)\..\libxml2-2.7.3\lib;$(SolutionDir)\build\$(Configuration)\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<ModuleDefinitionFile>imagewal.def</ModuleDefinitionFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\libs;$(SolutionDir)\include;$(SolutionDir)\..\STLport-5.2.1\stlport;$(SolutionDir)\..\gtk-2.16.6\include\glib-2.0;$(SolutionDir)\..\gtk-2.16.6\lib\glib-2.0\include;$(SolutionDir)\..\libxml2-2.7.3\include\libxml2;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;IMAGEWAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<PrecompiledHeader />
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<AdditionalOptions>/STACK:8388608 %(AdditionalOptions)</AdditionalOptions>
|
|||
|
<AdditionalDependencies>glib-2.0.lib;libxml2.lib;synapse.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>$(SolutionDir)\..\gtk-2.16.6\lib;$(SolutionDir)\..\libxml2-2.7.3\lib;$(SolutionDir)\build\$(Configuration)\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|||
|
<ModuleDefinitionFile>imagewal.def</ModuleDefinitionFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="imagewal.cpp" />
|
|||
|
<ClCompile Include="wal.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="imagewal.def" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\libs\synapse\synapse.vcxproj">
|
|||
|
<Project>{e13ccfb0-a366-4ef3-a66f-c374b563e4df}</Project>
|
|||
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|