diff options
Diffstat (limited to 'src/engine/engine.vcxproj')
-rw-r--r-- | src/engine/engine.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj index 28085ed4..3624d923 100644 --- a/src/engine/engine.vcxproj +++ b/src/engine/engine.vcxproj | |||
@@ -51,6 +51,7 @@ | |||
51 | <ClCompile Include="embedded.cpp" /> | 51 | <ClCompile Include="embedded.cpp" /> |
52 | <ClCompile Include="EngineForApplication.cpp" /> | 52 | <ClCompile Include="EngineForApplication.cpp" /> |
53 | <ClCompile Include="EngineForExtension.cpp" /> | 53 | <ClCompile Include="EngineForExtension.cpp" /> |
54 | <ClCompile Include="externalengine.cpp" /> | ||
54 | <ClCompile Include="cabextract.cpp" /> | 55 | <ClCompile Include="cabextract.cpp" /> |
55 | <ClCompile Include="cache.cpp" /> | 56 | <ClCompile Include="cache.cpp" /> |
56 | <ClCompile Include="condition.cpp" /> | 57 | <ClCompile Include="condition.cpp" /> |
@@ -109,6 +110,7 @@ | |||
109 | <ClInclude Include="EngineForApplication.h" /> | 110 | <ClInclude Include="EngineForApplication.h" /> |
110 | <ClInclude Include="EngineForExtension.h" /> | 111 | <ClInclude Include="EngineForExtension.h" /> |
111 | <ClInclude Include="exeengine.h" /> | 112 | <ClInclude Include="exeengine.h" /> |
113 | <ClInclude Include="externalengine.h" /> | ||
112 | <ClInclude Include="inc\engine.h" /> | 114 | <ClInclude Include="inc\engine.h" /> |
113 | <ClInclude Include="logging.h" /> | 115 | <ClInclude Include="logging.h" /> |
114 | <ClInclude Include="manifest.h" /> | 116 | <ClInclude Include="manifest.h" /> |