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/http/http.vcxproj | 156 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 Src/replicant/http/http.vcxproj (limited to 'Src/replicant/http/http.vcxproj') diff --git a/Src/replicant/http/http.vcxproj b/Src/replicant/http/http.vcxproj new file mode 100644 index 00000000..751e9d46 --- /dev/null +++ b/Src/replicant/http/http.vcxproj @@ -0,0 +1,156 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B6B8BAE5-BC2C-4A78-97C3-D0A5053F11F2} + http + + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + DynamicLibrary + v142 + Unicode + + + + + + + + + + + + + + + + + + + true + x86_Debug\ + x86_Debug\ + .w5c + + + true + x64_Debug\ + x64_Debug\ + .w5c + + + false + x86_Release\ + x86_Release\ + .w5c + + + false + x64_Release\ + x64_Release\ + .w5c + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;HTTP_EXPORTS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + .. + + + Windows + true + + + copy "$(TargetPath)" "$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)" + $(ProgramFiles)\Replicant\$(TargetName)$(TargetExt) + $(TargetPath);%(Inputs) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;HTTP_EXPORTS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions) + .. + + + Windows + true + true + true + + + copy "$(TargetPath)" "$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)" + $(ProgramFiles)\Replicant\$(TargetName)$(TargetExt) + $(TargetPath);%(Inputs) + + + + + + + + + + + + + + + + + + {e105a0a2-7391-47c5-86ac-718003524c3d} + + + {480502a0-71da-4bf0-bf99-2720d69a526b} + + + {f1f5cd60-0d5b-4cea-9eeb-2f87ff9aa915} + + + {2851cf33-337d-44d9-ba6d-30547b1cdef0} + + + + + + \ No newline at end of file -- cgit