Fix missing reference for VS project.

This commit is contained in:
BenDol
2014-04-10 19:14:08 +12:00
parent 45b41b88bd
commit 54b8e362d5
2 changed files with 8 additions and 0 deletions

View File

@@ -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" />