From e6242988ea0180e622ecd117d8a5c9fc0671494e Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 12 Jul 2024 22:12:15 -0300 Subject: [WIP] fe-web initial commit --- src/fe-web/fe-web.vcxproj | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/fe-web/fe-web.vcxproj (limited to 'src/fe-web/fe-web.vcxproj') diff --git a/src/fe-web/fe-web.vcxproj b/src/fe-web/fe-web.vcxproj new file mode 100644 index 00000000..eba53009 --- /dev/null +++ b/src/fe-web/fe-web.vcxproj @@ -0,0 +1,65 @@ + + + + v142 + Application + + + + Release + Win32 + + + Release + x64 + + + + {E93E1255-95D1-4B08-8FDF-B53CC6A21280} + Win32Proj + fetext + + + + + + + hexchat-text + $(HexChatRel) + + + + WIN32;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) + $(HexChatLib);$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) + $(DepsRoot)\lib;%(AdditionalLibraryDirectories) + + + + + WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions) + $(HexChatLib);$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + + + Console + true + true + true + $(DepLibs);$(HexChatLib)common.lib;wbemuuid.lib;comsupp.lib;%(AdditionalDependencies) + $(DepsRoot)\lib;%(AdditionalLibraryDirectories) + + + + + + + + + + -- cgit 1.4.1