diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-03-06 12:02:54 -0500 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-04-17 14:50:10 -0400 |
commit | b1aed577e4a92d41f22464936e7236b6a30ffb90 (patch) | |
tree | 26f34dec407023f893fbb28018b6bb6ca7034d87 /NorthstarDLL | |
parent | 87bd14cbe83c0eca42a6c15f4712415627941df2 (diff) | |
download | NorthstarLauncher-b1aed577e4a92d41f22464936e7236b6a30ffb90.tar.gz NorthstarLauncher-b1aed577e4a92d41f22464936e7236b6a30ffb90.zip |
Remove httplib
Diffstat (limited to 'NorthstarDLL')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 | ||||
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index e1f395d6..464c0b58 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -118,7 +118,6 @@ </PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="..\include\httplib.h" />
<ClInclude Include="..\include\libcurl\include\curl\curl.h" />
<ClInclude Include="..\include\libcurl\include\curl\curlver.h" />
<ClInclude Include="..\include\libcurl\include\curl\easy.h" />
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters index 503caa63..7c6de46e 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj.filters +++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters @@ -183,9 +183,6 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\include\httplib.h">
- <Filter>Header Files\include</Filter>
- </ClInclude>
<ClInclude Include="..\include\MinHook.h">
<Filter>Header Files\include</Filter>
</ClInclude>
|