diff options
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>
|