Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <?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="Debug|x64"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>x64</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|x64"> | |
| <Configuration>Release</Configuration> | |
| <Platform>x64</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{2FAAF1F5-56A3-4132-AE61-7FAEB2F1669D}</ProjectGuid> | |
| <Keyword>Win32Proj</Keyword> | |
| <RootNamespace>EyeTab_SP2</RootNamespace> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <PlatformToolset>v110</PlatformToolset> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <PlatformToolset>v110</PlatformToolset> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <PlatformToolset>v110</PlatformToolset> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>Unicode</CharacterSet> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| <ConfigurationType>Application</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <PlatformToolset>v110</PlatformToolset> | |
| <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" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </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" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <LinkIncremental>true</LinkIncremental> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <LinkIncremental>true</LinkIncremental> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <LinkIncremental>false</LinkIncremental> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <LinkIncremental>false</LinkIncremental> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <PrecompiledHeader>Use</PrecompiledHeader> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <SDLCheck>true</SDLCheck> | |
| </ClCompile> | |
| <Link> | |
| <SubSystem>Console</SubSystem> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <ClCompile> | |
| <PrecompiledHeader>Use</PrecompiledHeader> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <SDLCheck>true</SDLCheck> | |
| </ClCompile> | |
| <Link> | |
| <SubSystem>Console</SubSystem> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <PrecompiledHeader>Use</PrecompiledHeader> | |
| <Optimization>MaxSpeed</Optimization> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalIncludeDirectories>C:\Users\Erroll\Documents\GitHub\EyeTab\EyeTab;C:\opencv\build\include;C:\tbb\tbb42_20131118oss\include;C:\eigen\eigen-eigen-ffa86ffb5570;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| </ClCompile> | |
| <Link> | |
| <SubSystem>Console</SubSystem> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| <AdditionalLibraryDirectories>C:\opencv\build\x86\vc11\lib;C:\tbb\tbb42_20131118oss\lib\ia32\vc11</AdditionalLibraryDirectories> | |
| <AdditionalDependencies>Strmiids.lib;Quartz.lib;Ole32.lib;Oleaut32.lib;dxva2.lib;evr.lib;opencv_core247.lib;opencv_imgproc247.lib;opencv_highgui247.lib;opencv_ml247.lib;opencv_video247.lib;opencv_features2d247.lib;opencv_calib3d247.lib;opencv_objdetect247.lib;opencv_contrib247.lib;opencv_legacy247.lib;opencv_flann247.lib;opencv_photo247.lib;tbb.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <PrecompiledHeader>Use</PrecompiledHeader> | |
| <Optimization>MaxSpeed</Optimization> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| <SDLCheck>true</SDLCheck> | |
| <AdditionalIncludeDirectories>C:\Users\Erroll\Documents\GitHub\EyeTab\EyeTab_SP2;$(OPENCV_DIR)\..\..\include;C:\tbb\tbb42_20131118oss\include;C:\eigen\eigen-eigen-ffa86ffb5570;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| </ClCompile> | |
| <Link> | |
| <SubSystem>Console</SubSystem> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| <AdditionalLibraryDirectories>$(OPENCV_DIR)\lib;C:\tbb\tbb42_20131118oss\lib\intel64\vc11</AdditionalLibraryDirectories> | |
| <AdditionalDependencies>Strmiids.lib;Quartz.lib;Ole32.lib;Oleaut32.lib;dxva2.lib;evr.lib;mf.lib;mfplat.lib;mfplay.lib;mfreadwrite.lib;mfuuid.lib;opencv_core247.lib;opencv_imgproc247.lib;opencv_highgui247.lib;opencv_ml247.lib;opencv_video247.lib;opencv_features2d247.lib;opencv_calib3d247.lib;opencv_objdetect247.lib;opencv_contrib247.lib;opencv_legacy247.lib;opencv_flann247.lib;opencv_photo247.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClInclude Include="comet\array.h" /> | |
| <ClInclude Include="comet\assert.h" /> | |
| <ClInclude Include="comet\atl_module.h" /> | |
| <ClInclude Include="comet\auto_buffer.h" /> | |
| <ClInclude Include="comet\bstr.h" /> | |
| <ClInclude Include="comet\calllog.h" /> | |
| <ClInclude Include="comet\cmd_line_parser.h" /> | |
| <ClInclude Include="comet\comet.h" /> | |
| <ClInclude Include="comet\common.h" /> | |
| <ClInclude Include="comet\config.h" /> | |
| <ClInclude Include="comet\cp.h" /> | |
| <ClInclude Include="comet\cptraits.h" /> | |
| <ClInclude Include="comet\currency.h" /> | |
| <ClInclude Include="comet\date.h" /> | |
| <ClInclude Include="comet\datetime.h" /> | |
| <ClInclude Include="comet\dispatch.h" /> | |
| <ClInclude Include="comet\enum.h" /> | |
| <ClInclude Include="comet\enum_common.h" /> | |
| <ClInclude Include="comet\enum_iterator.h" /> | |
| <ClInclude Include="comet\error.h" /> | |
| <ClInclude Include="comet\error_fwd.h" /> | |
| <ClInclude Include="comet\exe_server.h" /> | |
| <ClInclude Include="comet\functor.h" /> | |
| <ClInclude Include="comet\git.h" /> | |
| <ClInclude Include="comet\handle.h" /> | |
| <ClInclude Include="comet\handle_except.h" /> | |
| <ClInclude Include="comet\impqi.h" /> | |
| <ClInclude Include="comet\interface.h" /> | |
| <ClInclude Include="comet\invariant_lock.h" /> | |
| <ClInclude Include="comet\lw_lock.h" /> | |
| <ClInclude Include="comet\module.h" /> | |
| <ClInclude Include="comet\oleidl_comtypes.h" /> | |
| <ClInclude Include="comet\ptr.h" /> | |
| <ClInclude Include="comet\reference_count.h" /> | |
| <ClInclude Include="comet\registry.h" /> | |
| <ClInclude Include="comet\regkey.h" /> | |
| <ClInclude Include="comet\safearray.h" /> | |
| <ClInclude Include="comet\scope_guard.h" /> | |
| <ClInclude Include="comet\server.h" /> | |
| <ClInclude Include="comet\smart_enum.h" /> | |
| <ClInclude Include="comet\static_assert.h" /> | |
| <ClInclude Include="comet\stl.h" /> | |
| <ClInclude Include="comet\stl_enum.h" /> | |
| <ClInclude Include="comet\stream.h" /> | |
| <ClInclude Include="comet\threading.h" /> | |
| <ClInclude Include="comet\tlbinfo.h" /> | |
| <ClInclude Include="comet\tstring.h" /> | |
| <ClInclude Include="comet\typelist.h" /> | |
| <ClInclude Include="comet\type_traits.h" /> | |
| <ClInclude Include="comet\unittest.h" /> | |
| <ClInclude Include="comet\util.h" /> | |
| <ClInclude Include="comet\uuid.h" /> | |
| <ClInclude Include="comet\uuid_fwd.h" /> | |
| <ClInclude Include="comet\variant.h" /> | |
| <ClInclude Include="comet\variant_iterator.h" /> | |
| <ClInclude Include="stdafx.h" /> | |
| <ClInclude Include="targetver.h" /> | |
| <ClInclude Include="videoInput.h" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClCompile Include="erase_specular.cpp" /> | |
| <ClCompile Include="EyeTab_SP2.cpp" /> | |
| <ClCompile Include="eye_center.cpp" /> | |
| <ClCompile Include="fit_ellipse.cpp" /> | |
| <ClCompile Include="gaze_geometry.cpp" /> | |
| <ClCompile Include="gaze_smoothing.cpp" /> | |
| <ClCompile Include="gaze_system.cpp" /> | |
| <ClCompile Include="get_eyelids.cpp" /> | |
| <ClCompile Include="get_poss_limb_pts.cpp" /> | |
| <ClCompile Include="stdafx.cpp"> | |
| <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> | |
| <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> | |
| <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> | |
| <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> | |
| </ClCompile> | |
| <ClCompile Include="utils.cpp" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Library Include="videoInput.lib" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |