whatever...

This commit is contained in:
Kaehvaman 2024-12-29 21:17:30 +04:00
parent c6c5d3cf46
commit c6e8e7ea44
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\src\main.c" /> <ClCompile Include="..\src\test.c" />
<ClCompile Include="..\src\memory_arena.c" /> <ClCompile Include="..\src\memory_arena.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -18,7 +18,7 @@
<ClCompile Include="..\src\memory_arena.c"> <ClCompile Include="..\src\memory_arena.c">
<Filter>Исходные файлы</Filter> <Filter>Исходные файлы</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\src\main.c"> <ClCompile Include="..\src\test.c">
<Filter>Исходные файлы</Filter> <Filter>Исходные файлы</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>