mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 14:33:26 +02:00
Fix missing reference for VS project.
This commit is contained in:
@@ -210,6 +210,7 @@
|
||||
<ClCompile Include="..\src\framework\core\asyncdispatcher.cpp" />
|
||||
<ClCompile Include="..\src\framework\core\binarytree.cpp" />
|
||||
<ClCompile Include="..\src\framework\core\clock.cpp" />
|
||||
<ClCompile Include="..\src\framework\core\config.cpp" />
|
||||
<ClCompile Include="..\src\framework\core\configmanager.cpp" />
|
||||
<ClCompile Include="..\src\framework\core\event.cpp">
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">FW_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
@@ -360,6 +361,7 @@
|
||||
<ClInclude Include="..\src\framework\core\asyncdispatcher.h" />
|
||||
<ClInclude Include="..\src\framework\core\binarytree.h" />
|
||||
<ClInclude Include="..\src\framework\core\clock.h" />
|
||||
<ClInclude Include="..\src\framework\core\config.h" />
|
||||
<ClInclude Include="..\src\framework\core\configmanager.h" />
|
||||
<ClInclude Include="..\src\framework\core\declarations.h" />
|
||||
<ClInclude Include="..\src\framework\core\event.h" />
|
||||
|
Reference in New Issue
Block a user