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/burner/burner.vcxproj | 270 ++++++++++++++++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 Src/Plugins/SDK/burner/burner.vcxproj (limited to 'Src/Plugins/SDK/burner/burner.vcxproj') diff --git a/Src/Plugins/SDK/burner/burner.vcxproj b/Src/Plugins/SDK/burner/burner.vcxproj new file mode 100644 index 00000000..3f9b5507 --- /dev/null +++ b/Src/Plugins/SDK/burner/burner.vcxproj @@ -0,0 +1,270 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + 17.0 + {7872D4D3-7026-4F1C-9E8A-C469FFD743DF} + burner + Win32Proj + 10.0.19041.0 + + + + DynamicLibrary + v142 + Unicode + true + + + DynamicLibrary + v142 + Unicode + true + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>17.0.32708.82 + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + false + $(IncludePath) + $(LibraryPath) + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + true + $(IncludePath) + $(LibraryPath) + + + false + true + $(IncludePath) + $(LibraryPath) + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + Debug + + + + Disabled + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;BURNER_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + true + true + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + true + + + $(OutDir)$(TargetName)$(TargetExt) + true + $(IntDir)$(TargetName).pdb + Windows + false + + $(IntDir)$(TargetName).lib + MachineX86 + false + + + + + Disabled + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;BURNER_EXPORTS;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + true + true + + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + true + + + $(OutDir)$(TargetName)$(TargetExt) + true + $(IntDir)$(TargetName).pdb + Windows + false + + + $(IntDir)$(TargetName).lib + false + + + + + MinSpace + Size + true + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;BURNER_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + Level3 + None + $(IntDir)$(TargetName).pdb + true + + + $(OutDir)$(TargetName)$(TargetExt) + msvcprt.lib;%(IgnoreSpecificDefaultLibraries) + false + $(IntDir)$(TargetName).pdb + Windows + true + true + false + + $(IntDir)$(TargetName).lib + MachineX86 + false + + + + + MinSpace + Size + true + ..\..;..\..\..\Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;BURNER_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + false + true + true + true + + + Level3 + None + $(IntDir)$(TargetName).pdb + true + + + $(OutDir)$(TargetName)$(TargetExt) + msvcprt.lib;%(IgnoreSpecificDefaultLibraries) + false + $(IntDir)$(TargetName).pdb + Windows + true + true + false + + + $(IntDir)$(TargetName).lib + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit