mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-15 02:57:38 +01:00
Fix MSVC includes
This commit is contained in:
parent
0487cf5435
commit
7eb13c59d5
@ -1406,10 +1406,14 @@
|
|||||||
RelativePath=".\meta\ps2_rnd.c"
|
RelativePath=".\meta\ps2_rnd.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\meta\ps2_rstm.c"
|
RelativePath=".\meta\ps2_rstm.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\meta\rxws.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\meta\ps2_sfs.c"
|
RelativePath=".\meta\ps2_sfs.c"
|
||||||
>
|
>
|
||||||
|
@ -471,6 +471,7 @@
|
|||||||
<ClCompile Include="meta\vsv.c" />
|
<ClCompile Include="meta\vsv.c" />
|
||||||
<ClCompile Include="meta\ps2_rnd.c" />
|
<ClCompile Include="meta\ps2_rnd.c" />
|
||||||
<ClCompile Include="meta\ps2_rstm.c" />
|
<ClCompile Include="meta\ps2_rstm.c" />
|
||||||
|
<ClCompile Include="meta\rxws.c" />
|
||||||
<ClCompile Include="meta\ps2_sfs.c" />
|
<ClCompile Include="meta\ps2_sfs.c" />
|
||||||
<ClCompile Include="meta\ps2_sl3.c" />
|
<ClCompile Include="meta\ps2_sl3.c" />
|
||||||
<ClCompile Include="meta\ps2_smpl.c" />
|
<ClCompile Include="meta\ps2_smpl.c" />
|
||||||
|
@ -913,6 +913,9 @@
|
|||||||
<ClCompile Include="meta\ps2_rstm.c">
|
<ClCompile Include="meta\ps2_rstm.c">
|
||||||
<Filter>meta\Source Files</Filter>
|
<Filter>meta\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="meta\rxws.c">
|
||||||
|
<Filter>meta\Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="meta\ps2_sfs.c">
|
<ClCompile Include="meta\ps2_sfs.c">
|
||||||
<Filter>meta\Source Files</Filter>
|
<Filter>meta\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
Loading…
Reference in New Issue
Block a user