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/replicant/nu/nu.vcxproj | 267 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 Src/replicant/nu/nu.vcxproj (limited to 'Src/replicant/nu/nu.vcxproj') diff --git a/Src/replicant/nu/nu.vcxproj b/Src/replicant/nu/nu.vcxproj new file mode 100644 index 00000000..25e634f8 --- /dev/null +++ b/Src/replicant/nu/nu.vcxproj @@ -0,0 +1,267 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {F1F5CD60-0D5B-4CEA-9EEB-2F87FF9AA915} + nu + 10.0.19041.0 + + + + StaticLibrary + Unicode + v142 + + + StaticLibrary + Unicode + v142 + + + StaticLibrary + Unicode + v142 + + + StaticLibrary + Unicode + v142 + + + + + + + + + + + + + + + + + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + true + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + $(IncludePath) + $(LibraryPath) + + + false + $(PlatformShortName)_$(Configuration)\ + $(PlatformShortName)_$(Configuration)\ + + + false + + + + + false + Debug + x86-windows-static-md + + + + + false + x86-windows-static-md + + + + + false + x86-windows-static-md + Debug + + + + + false + x86-windows-static-md + + + + Disabled + .. + _WIN32_WINNT=0x0601;WINVER=0x0601;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + Disabled + .. + _WIN32_WINNT=0x0601;WINVER=0x0601;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions) + false + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + ProgramDatabase + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + _WIN32_WINNT=0x0601;WINVER=0x0601;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .. + true + true + MultiThreadedDLL + false + true + true + Level3 + None + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + MinSpace + Size + _WIN32_WINNT=0x0601;WINVER=0x0601;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions) + .. + true + true + MultiThreadedDLL + false + true + true + Level3 + None + $(IntDir)$(TargetName).pdb + + + $(OutDir)$(TargetName)$(TargetExt) + %(AdditionalLibraryDirectories) + %(AdditionalDependencies) + + + + + + + + + + true + true + + + + + + + true + true + true + true + + + AssemblyAndSourceCode + AssemblyAndSourceCode + $(ProjectDir)x86_Release\lifo32.asm + $(ProjectDir)x64_Release\lifo32.asm + true + true + + + + + + + + + + + + + + + + + + + + + + + Document + ml /c /nologo /Fo"$(ProjectDir)x86_Debug\%(Filename)-$(PlatformShortName).obj" /Zi %(FullPath) + ml /c /nologo /Fo"$(ProjectDir)x64_Debug\%(Filename)-$(PlatformShortName).obj" /Zi %(FullPath) + $(ProjectDir)x86_Debug\%(Filename)-$(PlatformShortName).obj + $(ProjectDir)x64_Debug\%(Filename)-$(PlatformShortName).obj + %(FullPath) + %(FullPath) + ml /c /nologo /Fo"$(ProjectDir)x86_Release\%(Filename)-$(PlatformShortName).obj" /Zi %(FullPath) + ml /c /nologo /Fo"$(ProjectDir)x64_Release\%(Filename)-$(PlatformShortName).obj" /Zi %(FullPath) + $(ProjectDir)x86_Release\%(Filename)-$(PlatformShortName).obj + $(ProjectDir)x64_Release\%(Filename)-$(PlatformShortName).obj + %(FullPath) + %(FullPath) + true + true + + + + + + \ No newline at end of file -- cgit