Add files via upload

New version of RPST GUI
This commit is contained in:
Richard Mwewa
2023-08-06 02:12:11 +02:00
committed by GitHub
parent e2e9228bec
commit f321accfbb
28 changed files with 5776 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="DeveloperForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="PostsForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Update="StartForm.vb">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>