summaryrefslogtreecommitdiff
path: root/src/core/core.vcxproj
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-05 18:33:46 -0400
committerGravatar ShizZy2013-09-05 18:33:46 -0400
commitd708e2d68a53524ea40e86ebd6157adbdb5b8712 (patch)
tree72cc34d42cdd50667ed6cf79e2a5ae5a28df04a7 /src/core/core.vcxproj
parentadded ipch/ folder (MSVS generated) to .gitignore (diff)
downloadyuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.gz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.tar.xz
yuzu-d708e2d68a53524ea40e86ebd6157adbdb5b8712.zip
added core and mem_map files to the project
Diffstat (limited to 'src/core/core.vcxproj')
-rw-r--r--src/core/core.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj
index b413beba9..cd167af47 100644
--- a/src/core/core.vcxproj
+++ b/src/core/core.vcxproj
@@ -183,9 +183,12 @@
183 <ItemGroup> 183 <ItemGroup>
184 <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> 184 <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
185 <ClCompile Include="src\core.cpp" /> 185 <ClCompile Include="src\core.cpp" />
186 <ClCompile Include="src\mem_map.cpp" />
186 </ItemGroup> 187 </ItemGroup>
187 <ItemGroup> 188 <ItemGroup>
188 <ClInclude Include="src\arm\disassembler\arm_disasm.h" /> 189 <ClInclude Include="src\arm\disassembler\arm_disasm.h" />
190 <ClInclude Include="src\core.h" />
191 <ClInclude Include="src\mem_map.h" />
189 </ItemGroup> 192 </ItemGroup>
190 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 193 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
191 <ImportGroup Label="ExtensionTargets"> 194 <ImportGroup Label="ExtensionTargets">