From cd6e0492903f8a9eb5efa14263d7d9ab092517de Mon Sep 17 00:00:00 2001 From: Marco Foco Date: Mon, 7 Mar 2016 15:47:07 +0100 Subject: FaceWorks 1.0 --- src/build/vs2013/GFSDK_FaceWorks.vcxproj | 263 +++++++++++++++++++++++ src/build/vs2013/GFSDK_FaceWorks.vcxproj.filters | 38 ++++ src/build/vs2015/GFSDK_FaceWorks.vcxproj | 263 +++++++++++++++++++++++ src/build/vs2015/GFSDK_FaceWorks.vcxproj.filters | 38 ++++ 4 files changed, 602 insertions(+) create mode 100644 src/build/vs2013/GFSDK_FaceWorks.vcxproj create mode 100644 src/build/vs2013/GFSDK_FaceWorks.vcxproj.filters create mode 100644 src/build/vs2015/GFSDK_FaceWorks.vcxproj create mode 100644 src/build/vs2015/GFSDK_FaceWorks.vcxproj.filters (limited to 'src/build') diff --git a/src/build/vs2013/GFSDK_FaceWorks.vcxproj b/src/build/vs2013/GFSDK_FaceWorks.vcxproj new file mode 100644 index 0000000..c8cba1a --- /dev/null +++ b/src/build/vs2013/GFSDK_FaceWorks.vcxproj @@ -0,0 +1,263 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + GFSDK_FaceWorks + {AC51FED5-AB74-4885-9873-D305444BA6D0} + Win32Proj + GFSDK_FaceWorks + + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\..\redist\win32\ + $(Platform)\$(Configuration)\ + $(ProjectName).win32.debug + + + true + ..\..\..\redist\win64\ + $(Platform)\$(Configuration)\ + $(ProjectName).win64.debug + + + false + ..\..\..\redist\win32\ + $(Platform)\$(Configuration)\ + $(ProjectName).win32 + + + false + ..\..\..\redist\win64\ + $(Platform)\$(Configuration)\ + $(ProjectName).win64 + + + + + + Level4 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreadedDebug + /d2Zi+ + ProgramDatabase + + + Windows + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win32\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Gfp + + + + + + + + + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreadedDebug + /d2Zi+ + + + Windows + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win64\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Gfp + + + + + + + + + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreaded + /d2Zi+ + + + Windows + true + true + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win32\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Qstrip_reflect /Qstrip_debug /Qstrip_priv + + + + + + + + + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreaded + /d2Zi+ + + + Windows + true + true + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win64\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Qstrip_reflect /Qstrip_debug /Qstrip_priv + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/build/vs2013/GFSDK_FaceWorks.vcxproj.filters b/src/build/vs2013/GFSDK_FaceWorks.vcxproj.filters new file mode 100644 index 0000000..9226a04 --- /dev/null +++ b/src/build/vs2013/GFSDK_FaceWorks.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {22e8a8c8-36c0-4d86-8470-487ccd6ad977} + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {d97213c0-0424-42de-82d4-873aaca1d0e0} + + + + + Public Header Files + + + Internal Header Files + + + Public Shader Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/src/build/vs2015/GFSDK_FaceWorks.vcxproj b/src/build/vs2015/GFSDK_FaceWorks.vcxproj new file mode 100644 index 0000000..5247576 --- /dev/null +++ b/src/build/vs2015/GFSDK_FaceWorks.vcxproj @@ -0,0 +1,263 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + GFSDK_FaceWorks + {AC51FED5-AB74-4885-9873-D305444BA6D0} + Win32Proj + GFSDK_FaceWorks + + + + DynamicLibrary + true + v140 + Unicode + + + DynamicLibrary + true + v140 + Unicode + + + DynamicLibrary + false + v140 + true + Unicode + + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\..\redist\win32\ + $(Platform)\$(Configuration)\ + $(ProjectName).win32.debug + + + true + ..\..\..\redist\win64\ + $(Platform)\$(Configuration)\ + $(ProjectName).win64.debug + + + false + ..\..\..\redist\win32\ + $(Platform)\$(Configuration)\ + $(ProjectName).win32 + + + false + ..\..\..\redist\win64\ + $(Platform)\$(Configuration)\ + $(ProjectName).win64 + + + + + + Level4 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreadedDebug + /d2Zi+ + ProgramDatabase + + + Windows + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win32\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Gfp + + + + + + + + + + + + + + + Level4 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreadedDebug + /d2Zi+ + + + Windows + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win64\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Gfp + + + + + + + + + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreaded + /d2Zi+ + + + Windows + true + true + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win32\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Qstrip_reflect /Qstrip_debug /Qstrip_priv + + + + + + + + + + + + + Level4 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;GFSDK_FACEWORKS_EXPORTS;%(PreprocessorDefinitions) + true + ..\..\..\include;generated\$(Platform)\$(Configuration) + MultiThreaded + /d2Zi+ + + + Windows + true + true + true + dxguid.lib;d3dcompiler.lib + ..\..\..\lib\win64\$(TargetName).lib + + + 5.0 + + + generated\$(Platform)\$(Configuration)\%(Filename).h + + %(Filename)_bytecode + true + /Qstrip_reflect /Qstrip_debug /Qstrip_priv + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/build/vs2015/GFSDK_FaceWorks.vcxproj.filters b/src/build/vs2015/GFSDK_FaceWorks.vcxproj.filters new file mode 100644 index 0000000..63fe8fb --- /dev/null +++ b/src/build/vs2015/GFSDK_FaceWorks.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {22e8a8c8-36c0-4d86-8470-487ccd6ad977} + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {d97213c0-0424-42de-82d4-873aaca1d0e0} + + + + + Public Header Files + + + Internal Header Files + + + Public Shader Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3