Merge pull request #1112 from NicknineTheEagle/ci

Fixed VS project
This commit is contained in:
NicknineTheEagle 2022-04-09 10:38:52 -07:00 committed by GitHub
commit 1bb9a5a81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -247,6 +247,7 @@
<ClCompile Include="meta\spm.c" />
<ClCompile Include="meta\rad.c" />
<ClCompile Include="meta\sbk.c" />
<ClCompile Include="meta\sspf.c" />
<ClCompile Include="meta\tgc.c" />
<ClCompile Include="meta\vs_str.c" />
<ClCompile Include="meta\ps2_wmus.c" />
@ -264,7 +265,6 @@
<ClCompile Include="meta\sqex_scd.c" />
<ClCompile Include="meta\sqex_scd_sscf.c" />
<ClCompile Include="meta\sqex_sead.c" />
<ClCompile Include="meta\sspc.c" />
<ClCompile Include="meta\sspr.c" />
<ClCompile Include="meta\sthd.c" />
<ClCompile Include="meta\tun.c" />

View File

@ -1687,9 +1687,6 @@
<ClCompile Include="meta\sqex_sead.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\sspc.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\sspr.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
@ -1975,5 +1972,8 @@
<ClCompile Include="meta\wbk.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
<ClCompile Include="meta\sspf.c">
<Filter>meta\Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>