Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/msvc/agent-vc2015.vcxproj.filters')
-rw-r--r--agent/msvc/agent-vc2015.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/msvc/agent-vc2015.vcxproj.filters b/agent/msvc/agent-vc2015.vcxproj.filters
index 152d9257..3d6df3d6 100644
--- a/agent/msvc/agent-vc2015.vcxproj.filters
+++ b/agent/msvc/agent-vc2015.vcxproj.filters
@@ -402,6 +402,9 @@
<ClCompile Include="..\tcf\http\http-tcf.c">
<Filter>http</Filter>
</ClCompile>
+ <ClCompile Include="..\tcf\framework\compression.c">
+ <Filter>framework</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\tcf\framework\asyncreq.h">
@@ -861,5 +864,8 @@
<ClInclude Include="..\tcf\framework\config.h">
<Filter>framework</Filter>
</ClInclude>
+ <ClInclude Include="..\tcf\framework\compression.h">
+ <Filter>framework</Filter>
+ </ClInclude>
</ItemGroup>
</Project> \ No newline at end of file

Back to the top