Skip to content

Commit

Permalink
Update Project Files
Browse files Browse the repository at this point in the history
  • Loading branch information
HawtStrokes committed Oct 6, 2022
1 parent ef7eab3 commit fd20e3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions HawtLib/HawtLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<ItemGroup>
<ClInclude Include="HawtLib\Source\Crypto\Hashing.h" />
<ClInclude Include="HawtLib\Source\File\File.h" />
<ClInclude Include="HawtLib\Source\File\FileExceptions.h" />
<ClInclude Include="HawtLib\Source\File\INI\Persistence\IniSave.h" />
<ClInclude Include="HawtLib\Source\HawtLib.h" />
<ClInclude Include="HawtLib\Source\File\INI\IniFile.h" />
Expand Down
3 changes: 3 additions & 0 deletions HawtLib/HawtLib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@
<ClInclude Include="HawtLib\Source\File\INI\Persistence\IniSave.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="HawtLib\Source\File\FileExceptions.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit fd20e3d

Please sign in to comment.