update MSVC project files

This commit is contained in:
Thomas Bernard
2020-03-10 23:23:39 +01:00
parent 61011ae338
commit 91bb19a3f2
6 changed files with 36 additions and 0 deletions

View File

@@ -104,6 +104,7 @@
<ClInclude Include="..\..\src\factory.h" />
<ClInclude Include="..\..\src\fileformats.h" />
<ClInclude Include="..\..\src\filesel.h" />
<ClInclude Include="..\..\src\fileseltools.h" />
<ClInclude Include="..\..\src\gfx2log.h" />
<ClInclude Include="..\..\src\gfx2mem.h" />
<ClInclude Include="..\..\src\gfx2surface.h" />
@@ -180,9 +181,11 @@
<ClCompile Include="..\..\src\factory.c" />
<ClCompile Include="..\..\src\fileformats.c" />
<ClCompile Include="..\..\src\filesel.c" />
<ClCompile Include="..\..\src\fileseltools.c" />
<ClCompile Include="..\..\src\gfx2log.c" />
<ClCompile Include="..\..\src\gfx2mem.c" />
<ClCompile Include="..\..\src\gfx2surface.c" />
<ClCompile Include="..\..\src\giformat.c" />
<ClCompile Include="..\..\src\graph.c" />
<ClCompile Include="..\..\src\help.c" />
<ClCompile Include="..\..\src\hotkeys.c" />