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/nsavi/nsavi.vcxproj | 212 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 Src/nsavi/nsavi.vcxproj (limited to 'Src/nsavi/nsavi.vcxproj') diff --git a/Src/nsavi/nsavi.vcxproj b/Src/nsavi/nsavi.vcxproj new file mode 100644 index 00000000..8a68e1c1 --- /dev/null +++ b/Src/nsavi/nsavi.vcxproj @@ -0,0 +1,212 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + 17.0 + {975419D3-CCAD-4E57-8096-1A01AB2C147D} + nsavi + Win32Proj + 10.0.19041.0 + + + + Application + v142 + Unicode + true + + + Application + v142 + Unicode + true + + + Application + v142 + Unicode + + + Application + v142 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>17.0.32505.173 + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + false + $(IncludePath) + $(LibraryPath) + + + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + false + $(IncludePath) + $(LibraryPath) + + + false + $(IncludePath) + $(LibraryPath) + + + x86-windows-static-md + + + x86-windows-static-md + + + x86-windows-static-md + + + x86-windows-static-md + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + + + true + Console + MachineX86 + false + $(IntDir)$(TargetName).pdb + + + + + Disabled + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + false + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + true + $(IntDir)$(TargetName).pdb + + + true + Console + false + $(IntDir)$(TargetName).pdb + + + + + MaxSpeed + true + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + None + true + $(IntDir)$(TargetName).pdb + + + false + Console + true + true + MachineX86 + $(IntDir)$(TargetName).pdb + + + + + MaxSpeed + true + ../Wasabi;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + None + true + $(IntDir)$(TargetName).pdb + + + false + Console + true + true + $(IntDir)$(TargetName).pdb + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit