mirror of https://github.com/PCSX2/pcsx2.git
async-iso: Fixed MSVC 2008 project file.
git-svn-id: http://pcsx2.googlecode.com/svn/branches/async-iso@5475 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
7a1d67409d
commit
401bd9201e
|
@ -420,6 +420,14 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="ISO"
|
Name="ISO"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\AsyncFileReader.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\CDVD\BlockdumpFileReader.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\Elfheader.cpp"
|
RelativePath="..\..\Elfheader.cpp"
|
||||||
>
|
>
|
||||||
|
@ -429,13 +437,25 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\CDVD\IsoFileFormats.cpp"
|
RelativePath="..\FlatFileReaderWindows.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\CDVD\InputIsoFile.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\CDVD\IsoFileFormats.h"
|
RelativePath="..\..\CDVD\IsoFileFormats.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\MultipartFileReader.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\CDVD\OutputIsoFile.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="Include"
|
Name="Include"
|
||||||
|
|
Loading…
Reference in New Issue