diff options
Diffstat (limited to 'src/common/common.vcxproj')
| -rw-r--r-- | src/common/common.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 32d735a09..202d00d18 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj | |||
| @@ -186,6 +186,7 @@ | |||
| 186 | <ClInclude Include="std_thread.h" /> | 186 | <ClInclude Include="std_thread.h" /> |
| 187 | <ClInclude Include="string_util.h" /> | 187 | <ClInclude Include="string_util.h" /> |
| 188 | <ClInclude Include="swap.h" /> | 188 | <ClInclude Include="swap.h" /> |
| 189 | <ClInclude Include="symbols.h" /> | ||
| 189 | <ClInclude Include="thread.h" /> | 190 | <ClInclude Include="thread.h" /> |
| 190 | <ClInclude Include="thunk.h" /> | 191 | <ClInclude Include="thunk.h" /> |
| 191 | <ClInclude Include="timer.h" /> | 192 | <ClInclude Include="timer.h" /> |
| @@ -205,6 +206,7 @@ | |||
| 205 | <ClCompile Include="misc.cpp" /> | 206 | <ClCompile Include="misc.cpp" /> |
| 206 | <ClCompile Include="msg_handler.cpp" /> | 207 | <ClCompile Include="msg_handler.cpp" /> |
| 207 | <ClCompile Include="string_util.cpp" /> | 208 | <ClCompile Include="string_util.cpp" /> |
| 209 | <ClCompile Include="symbols.cpp" /> | ||
| 208 | <ClCompile Include="thread.cpp" /> | 210 | <ClCompile Include="thread.cpp" /> |
| 209 | <ClCompile Include="timer.cpp" /> | 211 | <ClCompile Include="timer.cpp" /> |
| 210 | <ClCompile Include="utf8.cpp" /> | 212 | <ClCompile Include="utf8.cpp" /> |