Skip to content

Commit

Permalink
fix msvc build
Browse files Browse the repository at this point in the history
  • Loading branch information
khang06 committed Aug 13, 2021
1 parent 1033c39 commit e9c49c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blkstuff/blkstuff.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="aes.c" />
<ClCompile Include="main.cpp" />
<ClCompile Include="util.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="aes.h" />
<ClInclude Include="magic_constants.h" />
<ClInclude Include="util.h" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions blkstuff/blkstuff.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<ClCompile Include="util.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="aes.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="util.h">
Expand All @@ -29,5 +32,8 @@
<ClInclude Include="magic_constants.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="aes.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit e9c49c2

Please sign in to comment.