diff options
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 22fc96fe2..b413beba9 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -181,8 +181,12 @@ | |||
| 181 | </ProjectReference> | 181 | </ProjectReference> |
| 182 | </ItemGroup> | 182 | </ItemGroup> |
| 183 | <ItemGroup> | 183 | <ItemGroup> |
| 184 | <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> | ||
| 184 | <ClCompile Include="src\core.cpp" /> | 185 | <ClCompile Include="src\core.cpp" /> |
| 185 | </ItemGroup> | 186 | </ItemGroup> |
| 187 | <ItemGroup> | ||
| 188 | <ClInclude Include="src\arm\disassembler\arm_disasm.h" /> | ||
| 189 | </ItemGroup> | ||
| 186 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 190 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 187 | <ImportGroup Label="ExtensionTargets"> | 191 | <ImportGroup Label="ExtensionTargets"> |
| 188 | </ImportGroup> | 192 | </ImportGroup> |