mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
Add missing awc.c to MSVC project files.
This commit is contained in:
parent
cdaa10ed87
commit
00e1a5f62d
@ -252,6 +252,10 @@
|
|||||||
RelativePath=".\meta\ast.c"
|
RelativePath=".\meta\ast.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\meta\awc.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\meta\baf.c"
|
RelativePath=".\meta\baf.c"
|
||||||
>
|
>
|
||||||
|
@ -135,6 +135,7 @@
|
|||||||
<ClCompile Include="layout\scd_int_layout.c" />
|
<ClCompile Include="layout\scd_int_layout.c" />
|
||||||
<ClCompile Include="layout\tra_blocked.c" />
|
<ClCompile Include="layout\tra_blocked.c" />
|
||||||
<ClCompile Include="meta\akb.c" />
|
<ClCompile Include="meta\akb.c" />
|
||||||
|
<ClCompile Include="meta\awc.c" />
|
||||||
<ClCompile Include="meta\bcstm.c" />
|
<ClCompile Include="meta\bcstm.c" />
|
||||||
<ClCompile Include="meta\bfstm.c" />
|
<ClCompile Include="meta\bfstm.c" />
|
||||||
<ClCompile Include="meta\bfwav.c" />
|
<ClCompile Include="meta\bfwav.c" />
|
||||||
|
@ -1147,5 +1147,8 @@
|
|||||||
<ClCompile Include="meta\sk_aud.c">
|
<ClCompile Include="meta\sk_aud.c">
|
||||||
<Filter>meta\Source Files</Filter>
|
<Filter>meta\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="meta\awc.c">
|
||||||
|
<Filter>meta\Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user