MSVC: Update project files
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
<ClCompile Include="..\..\..\devices\chipsets\sis471.c" />
|
||||
<ClCompile Include="..\..\..\devices\chipsets\sis496.c" />
|
||||
<ClCompile Include="..\..\..\devices\chipsets\wd76c10.c" />
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdc_pii15xb.c" />
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdd_mfm.c" />
|
||||
<ClCompile Include="..\..\..\devices\misc\bugger.c" />
|
||||
<ClCompile Include="..\..\..\devices\cdrom\cdrom.c" />
|
||||
@@ -161,7 +162,6 @@
|
||||
<ClCompile Include="..\..\..\devices\sound\sound_dev.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\clk.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\dma.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\intel.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\intel_flash.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\intel_piix.c" />
|
||||
<ClCompile Include="..\..\..\devices\system\intel_sio.c" />
|
||||
@@ -320,7 +320,6 @@
|
||||
<ClCompile Include="..\..\..\win\win.c" />
|
||||
<ClCompile Include="..\..\..\win\win_about.c" />
|
||||
<ClCompile Include="..\..\..\win\win_cdrom.c" />
|
||||
<ClCompile Include="..\..\..\win\win_crashdump.c" />
|
||||
<ClCompile Include="..\..\..\win\win_d3d.cpp" />
|
||||
<ClCompile Include="..\..\..\win\win_ddraw.cpp" />
|
||||
<ClCompile Include="..\..\..\win\win_devconf.c" />
|
||||
@@ -351,6 +350,7 @@
|
||||
<ClInclude Include="..\..\..\devices\chipsets\sis471.h" />
|
||||
<ClInclude Include="..\..\..\devices\chipsets\sis496.h" />
|
||||
<ClInclude Include="..\..\..\devices\chipsets\wd76c10.h" />
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdc_pii15xb.h" />
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdd_mfm.h" />
|
||||
<ClInclude Include="..\..\..\devices\misc\bugger.h" />
|
||||
<ClInclude Include="..\..\..\devices\cdrom\cdrom.h" />
|
||||
@@ -505,7 +505,6 @@
|
||||
<ClInclude Include="..\..\..\devices\sound\sound.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\clk.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\dma.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\intel.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\intel_flash.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\intel_piix.h" />
|
||||
<ClInclude Include="..\..\..\devices\system\intel_sio.h" />
|
||||
|
||||
@@ -70,9 +70,6 @@
|
||||
<ClCompile Include="..\..\..\win\win_cdrom.c">
|
||||
<Filter>win</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\win\win_crashdump.c">
|
||||
<Filter>win</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\win\win_d3d.cpp">
|
||||
<Filter>win</Filter>
|
||||
</ClCompile>
|
||||
@@ -518,9 +515,6 @@
|
||||
<ClCompile Include="..\..\..\devices\system\dma.c">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\system\intel.c">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\system\intel_flash.c">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClCompile>
|
||||
@@ -937,6 +931,9 @@
|
||||
<ClCompile Include="..\..\..\devices\system\port92.c">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdc_pii15xb.c">
|
||||
<Filter>devices\floppy</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\config.h" />
|
||||
@@ -1472,9 +1469,6 @@
|
||||
<ClInclude Include="..\..\..\devices\system\dma.h">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\system\intel.h">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\system\intel_flash.h">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClInclude>
|
||||
@@ -1707,6 +1701,9 @@
|
||||
<ClInclude Include="..\..\..\devices\system\port92.h">
|
||||
<Filter>devices\system</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdc_pii15xb.h">
|
||||
<Filter>devices\floppy</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="cpu">
|
||||
|
||||
Reference in New Issue
Block a user