From 0be8f445b64ab36e086bd7e3a2913fdd147bd00f Mon Sep 17 00:00:00 2001 From: Mattiwatti Date: Mon, 25 Mar 2019 20:56:43 +0100 Subject: Initial commit --- Application/Loader/Loader.vcxproj | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Application/Loader/Loader.vcxproj (limited to 'Application/Loader/Loader.vcxproj') diff --git a/Application/Loader/Loader.vcxproj b/Application/Loader/Loader.vcxproj new file mode 100644 index 0000000..9b8c441 --- /dev/null +++ b/Application/Loader/Loader.vcxproj @@ -0,0 +1,40 @@ + + + + + Release + x64 + + + + Win32Proj + {0E4BAB8F-E6E0-47A8-8E99-8D451839967E} + + + + Application + false + $(DefaultPlatformToolset) + true + Unicode + + + + + + + CONFIGURE_DRIVER=1;%(PreprocessorDefinitions) + $(SolutionDir)Include + + + UefiApplicationEntryPoint.lib;BaseMemoryLib.lib;%(AdditionalDependencies) + EFI Application + + + + + + + + + \ No newline at end of file -- cgit v1.2.3