add recently created files to vs2008 vcproj
This commit is contained in:
parent
9c99aa58c8
commit
d4604c7d81
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="shift_jis"?>
|
<?xml version="1.0" encoding="shift_jis"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9.00"
|
||||||
Name="DeSmuME_VS2008"
|
Name="DeSmuME_VS2008"
|
||||||
ProjectGUID="{9F5F72A1-D3A5-4918-B460-E076B16D10A9}"
|
ProjectGUID="{9F5F72A1-D3A5-4918-B460-E076B16D10A9}"
|
||||||
RootNamespace="DeSmuME"
|
RootNamespace="DeSmuME"
|
||||||
|
@ -552,6 +552,10 @@
|
||||||
RelativePath="..\OGLRender.cpp"
|
RelativePath="..\OGLRender.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\rasterize.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\readwrite.cpp"
|
RelativePath="..\readwrite.cpp"
|
||||||
>
|
>
|
||||||
|
@ -580,6 +584,10 @@
|
||||||
RelativePath="..\SPU.cpp"
|
RelativePath="..\SPU.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\texcache.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\thumb_instructions.cpp"
|
RelativePath="..\thumb_instructions.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1188,6 +1196,10 @@
|
||||||
RelativePath="..\OGLRender.h"
|
RelativePath="..\OGLRender.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\rasterize.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\readwrite.h"
|
RelativePath="..\readwrite.h"
|
||||||
>
|
>
|
||||||
|
@ -1224,6 +1236,10 @@
|
||||||
RelativePath="..\SPU.h"
|
RelativePath="..\SPU.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\texcache.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\thumb_instructions.h"
|
RelativePath="..\thumb_instructions.h"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue