Skip to content
Snippets Groups Projects
Commit b8d7894c authored by Brian Carrier's avatar Brian Carrier
Browse files

updated visual studio for new files from #94

parent cb48ab94
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,8 @@ copy "$(LIBEWF_HOME)\msvscpp\x64\release\zlib.dll" "$(OutDir)" ...@@ -202,6 +202,8 @@ copy "$(LIBEWF_HOME)\msvscpp\x64\release\zlib.dll" "$(OutDir)"
</ClCompile> </ClCompile>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\tsk\hashdb\ascii_index.c" />
<ClCompile Include="..\..\tsk\hashdb\sqlite_index.c" />
<ClCompile Include="..\..\tsk\vs\bsd.c" /> <ClCompile Include="..\..\tsk\vs\bsd.c" />
<ClCompile Include="..\..\tsk\vs\dos.c" /> <ClCompile Include="..\..\tsk\vs\dos.c" />
<ClCompile Include="..\..\tsk\vs\gpt.c" /> <ClCompile Include="..\..\tsk\vs\gpt.c" />
......
...@@ -271,6 +271,12 @@ ...@@ -271,6 +271,12 @@
<Filter>fs</Filter> <Filter>fs</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\tsk\fs\yaffs.cpp" /> <ClCompile Include="..\..\tsk\fs\yaffs.cpp" />
<ClCompile Include="..\..\tsk\hashdb\ascii_index.c">
<Filter>hash</Filter>
</ClCompile>
<ClCompile Include="..\..\tsk\hashdb\sqlite_index.c">
<Filter>hash</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\tsk\vs\tsk_bsd.h"> <ClInclude Include="..\..\tsk\vs\tsk_bsd.h">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment