summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index efcd30d77..6fec75d79 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -175,6 +175,7 @@
175 <ClCompile Include="hle\service\apt.cpp" /> 175 <ClCompile Include="hle\service\apt.cpp" />
176 <ClCompile Include="hle\service\gsp.cpp" /> 176 <ClCompile Include="hle\service\gsp.cpp" />
177 <ClCompile Include="hle\service\hid.cpp" /> 177 <ClCompile Include="hle\service\hid.cpp" />
178 <ClCompile Include="hle\service\ndm.cpp" />
178 <ClCompile Include="hle\service\service.cpp" /> 179 <ClCompile Include="hle\service\service.cpp" />
179 <ClCompile Include="hle\service\srv.cpp" /> 180 <ClCompile Include="hle\service\srv.cpp" />
180 <ClCompile Include="hle\svc.cpp" /> 181 <ClCompile Include="hle\svc.cpp" />
@@ -225,6 +226,7 @@
225 <ClInclude Include="hle\service\apt.h" /> 226 <ClInclude Include="hle\service\apt.h" />
226 <ClInclude Include="hle\service\gsp.h" /> 227 <ClInclude Include="hle\service\gsp.h" />
227 <ClInclude Include="hle\service\hid.h" /> 228 <ClInclude Include="hle\service\hid.h" />
229 <ClInclude Include="hle\service\ndm.h" />
228 <ClInclude Include="hle\service\service.h" /> 230 <ClInclude Include="hle\service\service.h" />
229 <ClInclude Include="hle\service\srv.h" /> 231 <ClInclude Include="hle\service\srv.h" />
230 <ClInclude Include="hle\svc.h" /> 232 <ClInclude Include="hle\svc.h" />