Add files via upload

This commit is contained in:
Richard Mwewa
2023-08-31 20:58:06 +02:00
committed by GitHub
parent 4eaaaf5764
commit ec5e84e3bb
28 changed files with 11803 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Compile Update="AboutBox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="FormMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="FormPosts.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="SplashScreen.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>