From 6bcf419d2e8f739b432d4790d1ba9d48ab65365b Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 18 Nov 2011 12:14:12 +0000 Subject: --- ARMFCaptureD3D/MFCaptureD3D.vcxproj | 219 ++++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 ARMFCaptureD3D/MFCaptureD3D.vcxproj (limited to 'ARMFCaptureD3D/MFCaptureD3D.vcxproj') diff --git a/ARMFCaptureD3D/MFCaptureD3D.vcxproj b/ARMFCaptureD3D/MFCaptureD3D.vcxproj new file mode 100644 index 0000000..a6bed4a --- /dev/null +++ b/ARMFCaptureD3D/MFCaptureD3D.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {42CC2BCD-AAD2-4C3C-87BB-0B42F2848E17} + MFCaptureD3D + Win32Proj + ARMFCaptureD3D + + + + Application + Unicode + true + + + Application + Unicode + + + Application + Unicode + true + + + Application + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + + + Level4 + true + EditAndContinue + + + mfplat.lib;mf.lib;mfreadwrite.lib;mfuuid.lib;d3d9.lib;shlwapi.lib;%(AdditionalDependencies) + true + Windows + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_WINDOWS;DX9;_USE_DOUBLE_;%(PreprocessorDefinitions) + true + Default + MultiThreadedDebugDLL + + + Level4 + false + ProgramDatabase + C:\Users\fcolin\Documents\Projects Visual Studio\Cpp\ARToolKitPlus-2.2.1\include;C:\Users\fcolin\Documents\Projects Visual Studio\Cpp\Bus\Ivy;%(AdditionalIncludeDirectories) + + + Comctl32.lib;mfplat.lib;mf.lib;mfreadwrite.lib;mfuuid.lib;d3d9.lib;shlwapi.lib;%(AdditionalDependencies) + true + Windows + false + + + MachineX64 + + + + + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level4 + true + ProgramDatabase + + + mfplat.lib;mf.lib;mfreadwrite.lib;mfuuid.lib;d3d9.lib;shlwapi.lib;%(AdditionalDependencies) + true + Windows + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_WINDOWS;DX9;_USE_DOUBLE_;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level4 + false + ProgramDatabase + C:\Users\fcolin\Documents\Projects Visual Studio\Cpp\ARToolKitPlus-2.2.1\include;C:\Users\fcolin\Documents\Projects Visual Studio\Cpp\Bus\Ivy;%(AdditionalIncludeDirectories) + + + Comctl32.lib;mfplat.lib;mf.lib;mfreadwrite.lib;mfuuid.lib;d3d9.lib;shlwapi.lib;%(AdditionalDependencies) + true + Windows + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {d79fc143-498e-4342-b2c7-bdad1b8d0e6b} + + + {ccf160af-4f7e-8012-1926-ac4c742cc14f} + + + {9818d652-cc05-463e-880d-afca2c7bfabe} + + + + + + \ No newline at end of file -- cgit v1.1