updated VS2010 project file
This commit is contained in:
parent
218f663e57
commit
8b081e20fb
|
@ -625,6 +625,7 @@
|
|||
<ClCompile Include="..\src\utils\endian.cpp" />
|
||||
<ClCompile Include="..\src\utils\general.cpp" />
|
||||
<ClCompile Include="..\src\utils\guid.cpp" />
|
||||
<ClCompile Include="..\src\utils\ioapi.cpp" />
|
||||
<ClCompile Include="..\src\utils\md5.cpp" />
|
||||
<ClCompile Include="..\src\utils\memory.cpp" />
|
||||
<ClCompile Include="..\src\utils\unzip.cpp" />
|
||||
|
@ -827,6 +828,7 @@
|
|||
<ClInclude Include="..\src\utils\endian.h" />
|
||||
<ClInclude Include="..\src\utils\general.h" />
|
||||
<ClInclude Include="..\src\utils\guid.h" />
|
||||
<ClInclude Include="..\src\utils\ioapi.h" />
|
||||
<ClInclude Include="..\src\utils\md5.h" />
|
||||
<ClInclude Include="..\src\utils\memory.h" />
|
||||
<ClInclude Include="..\src\utils\unzip.h" />
|
||||
|
|
|
@ -955,6 +955,9 @@
|
|||
<ClCompile Include="..\src\boards\dsoundv1.cpp">
|
||||
<Filter>boards</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\utils\ioapi.cpp">
|
||||
<Filter>utils</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\drivers\common\args.h">
|
||||
|
@ -1458,6 +1461,9 @@
|
|||
<ClInclude Include="..\src\x6502abbrev.h">
|
||||
<Filter>include files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\utils\ioapi.h">
|
||||
<Filter>utils</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\src\drivers\win\res.rc">
|
||||
|
|
Loading…
Reference in New Issue