mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
Add bfwav.c to MSVC 2010 project
This commit is contained in:
parent
c37a9cc3dd
commit
7d91d39489
@ -103,6 +103,7 @@
|
|||||||
<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\bcstm.c" />
|
<ClCompile Include="meta\bcstm.c" />
|
||||||
|
<ClCompile Include="meta\bfwav.c" />
|
||||||
<ClCompile Include="meta\excitebots.c" />
|
<ClCompile Include="meta\excitebots.c" />
|
||||||
<ClCompile Include="meta\ios_psnd.c" />
|
<ClCompile Include="meta\ios_psnd.c" />
|
||||||
<ClCompile Include="meta\lsf.c" />
|
<ClCompile Include="meta\lsf.c" />
|
||||||
@ -400,4 +401,4 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
@ -964,5 +964,8 @@
|
|||||||
<ClCompile Include="meta\bcstm.c">
|
<ClCompile Include="meta\bcstm.c">
|
||||||
<Filter>meta\Source Files</Filter>
|
<Filter>meta\Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="meta\bfwav.c">
|
||||||
|
<Filter>meta\Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
x
Reference in New Issue
Block a user