doom3-bfg/neo/external.vcxproj
2012-11-26 12:58:24 -06:00

192 lines
No EOL
9.1 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>
<ProjectConfiguration Include="Retail|Win32">
<Configuration>Retail</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="framework\zlib\adler32.c" />
<ClCompile Include="framework\zlib\compress.c" />
<ClCompile Include="framework\zlib\crc32.c" />
<ClCompile Include="framework\zlib\deflate.c" />
<ClCompile Include="framework\zlib\gzio.c" />
<ClCompile Include="framework\zlib\infback.c" />
<ClCompile Include="framework\zlib\inffast.c" />
<ClCompile Include="framework\zlib\inflate.c" />
<ClCompile Include="framework\zlib\inftrees.c" />
<ClCompile Include="framework\zlib\trees.c" />
<ClCompile Include="framework\zlib\uncompr.c" />
<ClCompile Include="framework\zlib\zutil.c" />
<ClCompile Include="renderer\jpeg-6\jcapimin.cpp" />
<ClCompile Include="renderer\jpeg-6\jccoefct.cpp" />
<ClCompile Include="renderer\jpeg-6\jccolor.cpp" />
<ClCompile Include="renderer\jpeg-6\jcdctmgr.cpp" />
<ClCompile Include="renderer\jpeg-6\jchuff.cpp" />
<ClCompile Include="renderer\jpeg-6\jcinit.cpp" />
<ClCompile Include="renderer\jpeg-6\jcmainct.cpp" />
<ClCompile Include="renderer\jpeg-6\jcmarker.cpp" />
<ClCompile Include="renderer\jpeg-6\jcmaster.cpp" />
<ClCompile Include="renderer\jpeg-6\jcomapi.cpp" />
<ClCompile Include="renderer\jpeg-6\jcparam.cpp" />
<ClCompile Include="renderer\jpeg-6\jcphuff.cpp" />
<ClCompile Include="renderer\jpeg-6\jcprepct.cpp" />
<ClCompile Include="renderer\jpeg-6\jcsample.cpp" />
<ClCompile Include="renderer\jpeg-6\jdapimin.cpp" />
<ClCompile Include="renderer\jpeg-6\jdapistd.cpp" />
<ClCompile Include="renderer\jpeg-6\jdatadst.cpp" />
<ClCompile Include="renderer\jpeg-6\jdatasrc.cpp" />
<ClCompile Include="renderer\jpeg-6\jdcoefct.cpp" />
<ClCompile Include="renderer\jpeg-6\jdcolor.cpp" />
<ClCompile Include="renderer\jpeg-6\jddctmgr.cpp" />
<ClCompile Include="renderer\jpeg-6\jdhuff.cpp" />
<ClCompile Include="renderer\jpeg-6\jdinput.cpp" />
<ClCompile Include="renderer\jpeg-6\jdmainct.cpp" />
<ClCompile Include="renderer\jpeg-6\jdmarker.cpp" />
<ClCompile Include="renderer\jpeg-6\jdmaster.cpp" />
<ClCompile Include="renderer\jpeg-6\jdmerge.cpp" />
<ClCompile Include="renderer\jpeg-6\jdphuff.cpp" />
<ClCompile Include="renderer\jpeg-6\jdpostct.cpp" />
<ClCompile Include="renderer\jpeg-6\jdsample.cpp" />
<ClCompile Include="renderer\jpeg-6\jdtrans.cpp" />
<ClCompile Include="renderer\jpeg-6\jerror.cpp" />
<ClCompile Include="renderer\jpeg-6\jfdctflt.cpp" />
<ClCompile Include="renderer\jpeg-6\jfdctfst.cpp" />
<ClCompile Include="renderer\jpeg-6\jfdctint.cpp" />
<ClCompile Include="renderer\jpeg-6\jidctflt.cpp" />
<ClCompile Include="renderer\jpeg-6\jidctfst.cpp" />
<ClCompile Include="renderer\jpeg-6\jidctint.cpp" />
<ClCompile Include="renderer\jpeg-6\jidctred.cpp" />
<ClCompile Include="renderer\jpeg-6\jmemmgr.cpp" />
<ClCompile Include="renderer\jpeg-6\jmemnobs.cpp" />
<ClCompile Include="renderer\jpeg-6\jquant1.cpp" />
<ClCompile Include="renderer\jpeg-6\jquant2.cpp" />
<ClCompile Include="renderer\jpeg-6\jutils.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="renderer\jpeg-6\jchuff.h" />
<ClInclude Include="renderer\jpeg-6\jconfig.h" />
<ClInclude Include="renderer\jpeg-6\jdct.h" />
<ClInclude Include="renderer\jpeg-6\jdhuff.h" />
<ClInclude Include="renderer\jpeg-6\jerror.h" />
<ClInclude Include="renderer\jpeg-6\jinclude.h" />
<ClInclude Include="renderer\jpeg-6\jmemsys.h" />
<ClInclude Include="renderer\jpeg-6\jmorecfg.h" />
<ClInclude Include="renderer\jpeg-6\jpegint.h" />
<ClInclude Include="renderer\jpeg-6\jpeglib.h" />
<ClInclude Include="renderer\jpeg-6\jversion.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{B679FDA2-CB76-4348-906B-4CAA294195FD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>external</RootNamespace>
<SccProjectName>
</SccProjectName>
<SccAuxPath>
</SccAuxPath>
<SccLocalPath>
</SccLocalPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</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="_Common.props" />
<Import Project="_external.props" />
<Import Project="_Debug.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="_Common.props" />
<Import Project="_external.props" />
<Import Project="_Release.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="_Common.props" />
<Import Project="_external.props" />
<Import Project="_Release.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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Retail|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</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>