From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj | 229 ++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj (limited to 'Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj') diff --git a/Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj b/Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj new file mode 100644 index 00000000..d9936ed4 --- /dev/null +++ b/Src/Plugins/SDK/plLoadEx/plLoadEx.vcxproj @@ -0,0 +1,229 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {28C5A01B-EA4D-48BF-BCBD-D32515FBA99F} + Win32Proj + 10.0.19041.0 + + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>16.0.32629.160 + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + MinimumRecommendedRules.ruleset + + + $(IncludePath) + $(LibraryPath) + .w5s + + + false + MinimumRecommendedRules.ruleset + + + $(IncludePath) + $(LibraryPath) + .w5s + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + MinimumRecommendedRules.ruleset + + + $(IncludePath) + $(LibraryPath) + .w5s + + + false + MinimumRecommendedRules.ruleset + + + $(IncludePath) + $(LibraryPath) + .w5s + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + Debug + + + + Disabled + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;PLLOADEX_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + true + $(IntDir)$(TargetName).pdb + Windows + $(IntDir)$(TargetName).lib + MachineX86 + false + + + + + Disabled + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;PLLOADEX_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + true + $(IntDir)$(TargetName).pdb + Windows + $(IntDir)$(TargetName).lib + false + + + + + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;PLLOADEX_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + None + true + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + true + Windows + true + true + $(IntDir)$(TargetName).lib + MachineX86 + $(IntDir)$(TargetName).pdb + false + + + + + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;PLLOADEX_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + None + true + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + true + Windows + true + true + $(IntDir)$(TargetName).lib + $(IntDir)$(TargetName).pdb + false + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit