Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj2
-rw-r--r--tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj.filters8
2 files changed, 9 insertions, 1 deletions
diff --git a/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj b/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj
index afb4c37c..319fef0f 100644
--- a/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj
+++ b/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj
@@ -172,6 +172,7 @@
<ClCompile Include="..\..\..\agent\tcf\framework\channel.c" />
<ClCompile Include="..\..\..\agent\tcf\framework\channel_pipe.c" />
<ClCompile Include="..\..\..\agent\tcf\framework\channel_tcp.c" />
+ <ClCompile Include="..\..\..\agent\tcf\framework\client.c" />
<ClCompile Include="..\..\..\agent\tcf\framework\context.c" />
<ClCompile Include="..\..\..\agent\tcf\framework\cpudefs.c" />
<ClCompile Include="..\..\..\agent\tcf\framework\errors.c" />
@@ -246,6 +247,7 @@
<ClInclude Include="..\..\..\agent\tcf\framework\channel.h" />
<ClInclude Include="..\..\..\agent\tcf\framework\channel_pipe.h" />
<ClInclude Include="..\..\..\agent\tcf\framework\channel_tcp.h" />
+ <ClInclude Include="..\..\..\agent\tcf\framework\client.h" />
<ClInclude Include="..\..\..\agent\tcf\framework\context.h" />
<ClInclude Include="..\..\..\agent\tcf\main\framework-ext.h" />
<ClInclude Include="..\..\..\agent\tcf\main\framework.h" />
diff --git a/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj.filters b/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj.filters
index 06b96c39..aebaebda 100644
--- a/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj.filters
+++ b/tests/test-dwarf/msvc/test-dwarf-vc2015.vcxproj.filters
@@ -234,6 +234,9 @@
<ClCompile Include="..\..\..\agent\tcf\services\portforward_service.c">
<Filter>services</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\agent\tcf\framework\client.c">
+ <Filter>framework</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\agent\tcf\framework\asyncreq.h">
@@ -453,5 +456,8 @@
<ClInclude Include="..\..\..\agent\tcf\services\portforward_service.h">
<Filter>services</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\agent\tcf\framework\client.h">
+ <Filter>framework</Filter>
+ </ClInclude>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file

Back to the top