diff options
Diffstat (limited to 'Abaddon.vcxproj')
-rw-r--r-- | Abaddon.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Abaddon.vcxproj b/Abaddon.vcxproj index 8ba6f1d..8544549 100644 --- a/Abaddon.vcxproj +++ b/Abaddon.vcxproj @@ -114,7 +114,7 @@ <ClCompile> <WarningLevel>Level3</WarningLevel> <SDLCheck>true</SDLCheck> - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>_DEBUG;_CONSOLE;USE_LOCAL_PROXY;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> <LanguageStandard>stdcpp17</LanguageStandard> </ClCompile> @@ -145,6 +145,7 @@ <ClCompile Include="components\channels.cpp" /> <ClCompile Include="dialogs\token.cpp" /> <ClCompile Include="discord\discord.cpp" /> + <ClCompile Include="discord\http.cpp" /> <ClCompile Include="discord\websocket.cpp" /> <ClCompile Include="settings.cpp" /> <ClCompile Include="windows\mainwindow.cpp" /> @@ -154,6 +155,7 @@ <ClInclude Include="abaddon.hpp" /> <ClInclude Include="dialogs\token.hpp" /> <ClInclude Include="discord\discord.hpp" /> + <ClInclude Include="discord\http.hpp" /> <ClInclude Include="discord\websocket.hpp" /> <ClInclude Include="settings.hpp" /> <ClInclude Include="windows\mainwindow.hpp" /> |