Skip to content

Commit

Permalink
Update canary.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano committed Oct 11, 2023
1 parent 6a2d91a commit 70531f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcproj/canary.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<ClInclude Include="..\src\utils\hash.hpp" />
<ClInclude Include="..\src\utils\pugicast.hpp" />
<ClInclude Include="..\src\utils\simd.hpp" />
<ClInclude Include="..\src\utils\stats.hpp" />
<ClInclude Include="..\src\utils\stats.hpp" />
<ClInclude Include="..\src\utils\tools.hpp" />
<ClInclude Include="..\src\utils\utils_definitions.hpp" />
<ClInclude Include="..\src\utils\vectorset.hpp" />
Expand Down Expand Up @@ -399,7 +399,7 @@
<ClCompile Include="..\src\server\network\webhook\webhook.cpp" />
<ClCompile Include="..\src\server\server.cpp" />
<ClCompile Include="..\src\server\signals.cpp" />
<ClCompile Include="..\src\utils\stats.cpp" />
<ClCompile Include="..\src\utils\stats.cpp" />
<ClCompile Include="..\src\utils\pugicast.cpp" />
<ClCompile Include="..\src\utils\tools.cpp" />
<ClCompile Include="..\src\utils\wildcardtree.cpp" />
Expand Down

0 comments on commit 70531f4

Please sign in to comment.