From 0be8f445b64ab36e086bd7e3a2913fdd147bd00f Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Mon, 25 Mar 2019 20:56:43 +0100 Subject: Initial commit --- Application/EfiDSEFix/src/EfiDSEFix.vcxproj | 100 ++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 Application/EfiDSEFix/src/EfiDSEFix.vcxproj (limited to 'Application/EfiDSEFix/src/EfiDSEFix.vcxproj') diff --git a/Application/EfiDSEFix/src/EfiDSEFix.vcxproj b/Application/EfiDSEFix/src/EfiDSEFix.vcxproj new file mode 100644 index 0000000..f3b2637 --- /dev/null +++ b/Application/EfiDSEFix/src/EfiDSEFix.vcxproj @@ -0,0 +1,100 @@ + + + + + Release + x64 + + + + {B2924789-9912-4B6F-8F7B-53240AC3BA0E} + Win32Proj + EfiDSEFix + $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0')) + EfiDSEFix + + + + Application + false + true + Unicode + v141 + + + + + + + + + + false + $(SolutionDir)Application\EfiDSEFix\bin\ + obj\$(Platform)-$(Configuration)\ + false + + + + Level3 + NotUsing + true + WINVER=0x0600;_WIN32_WINNT=0x0600;NTDDI_VERSION=0x06000200;WIN32;_WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ProgramDatabase + Caret + true + MultiThreadedDLL + false + stdcpplatest + /Gw %(AdditionalOptions) + false + 4201 + false + true + false + $(SolutionDir)Include;$(SolutionDir)../MdePkg/Include;$(SolutionDir)../MdePkg/Include/X64;$(SolutionDir)../MdeModulePkg/Include;%(AdditionalIncludeDirectories) + true + + + Console + DebugFull + true + true + 6.0 + 6.0 + $(SolutionDir)Application\EfiDSEFix\lib\x64 + NtProcessStartupW + UseLinkTimeCodeGeneration + /NOVCFEATURE /NOCOFFGRPINFO /PDBALTPATH:%_PDB% %(AdditionalOptions) + ntdllp.lib;kernel32.lib + true + true + true + + + + + MinSpace + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3