Skip to content

Commit

Permalink
fix: Add new files to vcxproj to fix solutions compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrossi committed Aug 12, 2023
1 parent 1c9ccf9 commit e8e24e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vcproj/canary.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
<ClInclude Include="..\src\items\tile.h" />
<ClInclude Include="..\src\items\trashholder.h" />
<ClInclude Include="..\src\items\weapons\weapons.h" />
<ClInclude Include="..\src\lib\di\container.hpp" />
<ClInclude Include="..\src\lib\logging\ILogger.hpp" />
<ClInclude Include="..\src\lib\logging\LogWithSpdLog.hpp" />
<ClInclude Include="..\src\lib\messaging\command.hpp" />
<ClInclude Include="..\src\lib\messaging\event.hpp" />
<ClInclude Include="..\src\lib\messaging\message.hpp" />
<ClInclude Include="..\src\lua\callbacks\creaturecallback.h" />
<ClInclude Include="..\src\lua\callbacks\event_callback.hpp" />
<ClInclude Include="..\src\lua\callbacks\events_callbacks.hpp" />
Expand Down Expand Up @@ -262,6 +268,7 @@
<ClCompile Include="..\src\items\tile.cpp" />
<ClCompile Include="..\src\items\trashholder.cpp" />
<ClCompile Include="..\src\items\weapons\weapons.cpp" />
<ClInclude Include="..\src\lib\logging\LogWithSpdLog.cpp" />
<ClCompile Include="..\src\lua\callbacks\creaturecallback.cpp" />
<ClCompile Include="..\src\lua\callbacks\event_callback.cpp" />
<ClCompile Include="..\src\lua\callbacks\events_callbacks.cpp" />
Expand Down

0 comments on commit e8e24e6

Please sign in to comment.