summaryrefslogtreecommitdiffhomepage
path: root/NetEx
diff options
context:
space:
mode:
Diffstat (limited to 'NetEx')
-rw-r--r--NetEx/NetEx.vcxproj2
-rw-r--r--NetEx/NetEx.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj
index 9833b25..020eb22 100644
--- a/NetEx/NetEx.vcxproj
+++ b/NetEx/NetEx.vcxproj
@@ -543,6 +543,7 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="..\FoundationEx\MemDebug.cpp" />
<ClCompile Include="HttpClient.cpp" />
<ClCompile Include="HttpServer.cpp" />
<ClCompile Include="HttpServlet.cpp" />
@@ -559,6 +560,7 @@
<ClCompile Include="NetSock.cpp" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\FoundationEx\MemDebug.h" />
<ClInclude Include="HttpClient.h" />
<ClInclude Include="HttpServer.h" />
<ClInclude Include="HttpServlet.h" />
diff --git a/NetEx/NetEx.vcxproj.filters b/NetEx/NetEx.vcxproj.filters
index a702de6..7801820 100644
--- a/NetEx/NetEx.vcxproj.filters
+++ b/NetEx/NetEx.vcxproj.filters
@@ -53,6 +53,9 @@
<ClCompile Include="NetSock.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\FoundationEx\MemDebug.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="HttpClient.h">
@@ -97,5 +100,8 @@
<ClInclude Include="NetSock.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\FoundationEx\MemDebug.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file