create group files, comment out some desktop stuff for debugging

This commit is contained in:
freedom
2023-08-01 01:35:14 -06:00
parent 3e9c6623c2
commit 62c5dd95bf
6 changed files with 44 additions and 3 deletions

View File

@@ -159,6 +159,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="group.h" />
<ClInclude Include="progmgr.h" />
<ClInclude Include="registry.h" />
<ClInclude Include="resource.h" />
@@ -167,6 +168,7 @@
<ClCompile Include="desktop.c" />
<ClCompile Include="progmgr.c" />
<ClCompile Include="registry.c" />
<ClCompile Include="group.c" />
<ClCompile Include="sysint.c" />
<ClCompile Include="wndproc.c" />
</ItemGroup>