Skip to content

Commit

Permalink
[NOBIN] Added new headers to vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Aug 25, 2024
1 parent 3b0bd21 commit 42ec876
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TinyTracer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
<ClInclude Include="FuncWatch.h" />
<ClInclude Include="Util.h" />
<ClInclude Include="Settings.h" />
<ClInclude Include="DisasmCache.h" />
<ClInclude Include="Crc.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 2 additions & 0 deletions TinyTracer_Pin3.18.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
<ClInclude Include="FuncWatch.h" />
<ClInclude Include="Util.h" />
<ClInclude Include="Settings.h" />
<ClInclude Include="DisasmCache.h" />
<ClInclude Include="Crc.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
2 changes: 2 additions & 0 deletions TinyTracer_Pin3.25.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@
<ClInclude Include="FuncWatch.h" />
<ClInclude Include="Util.h" />
<ClInclude Include="Settings.h" />
<ClInclude Include="DisasmCache.h" />
<ClInclude Include="Crc.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down

0 comments on commit 42ec876

Please sign in to comment.