gfx/2d/unittest/unittest.vcxproj

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0" encoding="utf-8"?>
michael@0 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
michael@0 3 <ItemGroup Label="ProjectConfigurations">
michael@0 4 <ProjectConfiguration Include="Debug|Win32">
michael@0 5 <Configuration>Debug</Configuration>
michael@0 6 <Platform>Win32</Platform>
michael@0 7 </ProjectConfiguration>
michael@0 8 <ProjectConfiguration Include="Release|Win32">
michael@0 9 <Configuration>Release</Configuration>
michael@0 10 <Platform>Win32</Platform>
michael@0 11 </ProjectConfiguration>
michael@0 12 </ItemGroup>
michael@0 13 <PropertyGroup Label="Globals">
michael@0 14 <ProjectGuid>{CCF4BC8B-0CED-47CA-B621-ABF1832527D9}</ProjectGuid>
michael@0 15 <RootNamespace>unittest</RootNamespace>
michael@0 16 </PropertyGroup>
michael@0 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
michael@0 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
michael@0 19 <ConfigurationType>Application</ConfigurationType>
michael@0 20 <UseDebugLibraries>true</UseDebugLibraries>
michael@0 21 <CharacterSet>MultiByte</CharacterSet>
michael@0 22 </PropertyGroup>
michael@0 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
michael@0 24 <ConfigurationType>Application</ConfigurationType>
michael@0 25 <UseDebugLibraries>false</UseDebugLibraries>
michael@0 26 <WholeProgramOptimization>true</WholeProgramOptimization>
michael@0 27 <CharacterSet>MultiByte</CharacterSet>
michael@0 28 </PropertyGroup>
michael@0 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
michael@0 30 <ImportGroup Label="ExtensionSettings">
michael@0 31 </ImportGroup>
michael@0 32 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
michael@0 33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 34 </ImportGroup>
michael@0 35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
michael@0 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
michael@0 37 </ImportGroup>
michael@0 38 <PropertyGroup Label="UserMacros" />
michael@0 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
michael@0 40 <LibraryPath>$(DXSDK_DIR)\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
michael@0 41 <IncludePath>$(ProjectDir)..\;$(IncludePath)</IncludePath>
michael@0 42 </PropertyGroup>
michael@0 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
michael@0 44 <LibraryPath>$(DXSDK_DIR)\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
michael@0 45 </PropertyGroup>
michael@0 46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
michael@0 47 <ClCompile>
michael@0 48 <WarningLevel>Level3</WarningLevel>
michael@0 49 <Optimization>Disabled</Optimization>
michael@0 50 <AdditionalIncludeDirectories>../</AdditionalIncludeDirectories>
michael@0 51 <PreprocessorDefinitions>WIN32;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 52 </ClCompile>
michael@0 53 <Link>
michael@0 54 <GenerateDebugInformation>true</GenerateDebugInformation>
michael@0 55 <AdditionalDependencies>../$(Configuration)/gfx2d.lib;dxguid.lib;d3d10_1.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
michael@0 56 </Link>
michael@0 57 </ItemDefinitionGroup>
michael@0 58 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
michael@0 59 <ClCompile>
michael@0 60 <WarningLevel>Level3</WarningLevel>
michael@0 61 <Optimization>MaxSpeed</Optimization>
michael@0 62 <FunctionLevelLinking>true</FunctionLevelLinking>
michael@0 63 <IntrinsicFunctions>true</IntrinsicFunctions>
michael@0 64 <AdditionalIncludeDirectories>../</AdditionalIncludeDirectories>
michael@0 65 <PreprocessorDefinitions>WIN32;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
michael@0 66 </ClCompile>
michael@0 67 <Link>
michael@0 68 <GenerateDebugInformation>true</GenerateDebugInformation>
michael@0 69 <EnableCOMDATFolding>true</EnableCOMDATFolding>
michael@0 70 <OptimizeReferences>true</OptimizeReferences>
michael@0 71 <AdditionalDependencies>../$(Configuration)/gfx2d.lib;dxguid.lib;d3d10_1.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
michael@0 72 </Link>
michael@0 73 </ItemDefinitionGroup>
michael@0 74 <ItemGroup>
michael@0 75 <ClCompile Include="Main.cpp" />
michael@0 76 <ClCompile Include="SanityChecks.cpp" />
michael@0 77 <ClCompile Include="TestBase.cpp" />
michael@0 78 <ClCompile Include="TestDrawTargetBase.cpp" />
michael@0 79 <ClCompile Include="TestDrawTargetD2D.cpp" />
michael@0 80 <ClCompile Include="TestPoint.cpp" />
michael@0 81 <ClCompile Include="TestScaling.cpp" />
michael@0 82 </ItemGroup>
michael@0 83 <ItemGroup>
michael@0 84 <ClInclude Include="TestDrawTargetBase.h" />
michael@0 85 <ClInclude Include="SanityChecks.h" />
michael@0 86 <ClInclude Include="TestBase.h" />
michael@0 87 <ClInclude Include="TestDrawTargetD2D.h" />
michael@0 88 <ClInclude Include="TestPoint.h" />
michael@0 89 <ClInclude Include="TestScaling.h" />
michael@0 90 </ItemGroup>
michael@0 91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
michael@0 92 <ImportGroup Label="ExtensionTargets">
michael@0 93 </ImportGroup>
michael@0 94 </Project>

mercurial