Add magneto-optical files to Visual C++ projects.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_image.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_table.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\mo.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\zip.c" />
|
||||
<ClCompile Include="..\..\..\devices\network\slirp\bootp.c" />
|
||||
<ClCompile Include="..\..\..\devices\network\slirp\cksum.c" />
|
||||
@@ -399,6 +400,7 @@
|
||||
<ClInclude Include="..\..\..\devices\disk\hdc.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\hdc_ide.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\hdd.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\zip.h" />
|
||||
<ClInclude Include="..\..\..\devices\network\slirp\bootp.h" />
|
||||
<ClInclude Include="..\..\..\devices\network\slirp\ctl.h" />
|
||||
|
||||
@@ -173,6 +173,9 @@
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_table.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\disk\mo.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\disk\zip.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
@@ -1132,6 +1135,9 @@
|
||||
<ClInclude Include="..\..\..\devices\disk\hdd.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\disk\zip.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_image.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_table.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\mo.c" />
|
||||
<ClCompile Include="..\..\..\devices\disk\zip.c" />
|
||||
<ClCompile Include="..\..\..\devices\misc\isamem.c" />
|
||||
<ClCompile Include="..\..\..\devices\misc\isartc.c" />
|
||||
@@ -426,6 +427,7 @@
|
||||
<ClInclude Include="..\..\..\devices\disk\hdc.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\hdc_ide.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\hdd.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\zip.h" />
|
||||
<ClInclude Include="..\..\..\devices\misc\isamem.h" />
|
||||
<ClInclude Include="..\..\..\devices\misc\isartc.h" />
|
||||
|
||||
@@ -164,6 +164,9 @@
|
||||
<ClCompile Include="..\..\..\devices\disk\hdd_table.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\disk\mo.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\disk\zip.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
@@ -1175,6 +1178,9 @@
|
||||
<ClInclude Include="..\..\..\devices\disk\hdd.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\disk\zip.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -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\disk\mo.c" />
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdc_pii15xb.c" />
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdd_mfm.c" />
|
||||
<ClCompile Include="..\..\..\devices\misc\bugger.c" />
|
||||
@@ -350,6 +351,7 @@
|
||||
<ClInclude Include="..\..\..\devices\chipsets\sis471.h" />
|
||||
<ClInclude Include="..\..\..\devices\chipsets\sis496.h" />
|
||||
<ClInclude Include="..\..\..\devices\chipsets\wd76c10.h" />
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h" />
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdc_pii15xb.h" />
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdd_mfm.h" />
|
||||
<ClInclude Include="..\..\..\devices\misc\bugger.h" />
|
||||
|
||||
@@ -934,6 +934,9 @@
|
||||
<ClCompile Include="..\..\..\devices\floppy\fdc_pii15xb.c">
|
||||
<Filter>devices\floppy</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\devices\disk\mo.c">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\config.h" />
|
||||
@@ -1704,6 +1707,9 @@
|
||||
<ClInclude Include="..\..\..\devices\floppy\fdc_pii15xb.h">
|
||||
<Filter>devices\floppy</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\devices\disk\mo.h">
|
||||
<Filter>devices\disk</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Filter Include="cpu">
|
||||
|
||||
Reference in New Issue
Block a user