diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-30 08:21:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-30 08:21:20 +0200 |
commit | 4c6173bf7f4a8e539439debda1ad108588f3d904 (patch) | |
tree | 09d6083b3d325edea0216d7fe032b88100b0bdb0 /TestDLL/TestDLL.vcxproj.filters | |
parent | 6aa70e7ce9bb689d2629d4b1af6b244553404acc (diff) |
added Hunt classes for TestDLL (temporary; will be a new project soon)
Diffstat (limited to 'TestDLL/TestDLL.vcxproj.filters')
-rw-r--r-- | TestDLL/TestDLL.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TestDLL/TestDLL.vcxproj.filters b/TestDLL/TestDLL.vcxproj.filters index a11e11a..7ebfcff 100644 --- a/TestDLL/TestDLL.vcxproj.filters +++ b/TestDLL/TestDLL.vcxproj.filters @@ -21,6 +21,9 @@ <ClInclude Include="targetver.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="HuntClasses.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ClCompile Include="stdafx.cpp"> |