Added setup project for easy installation. Scraping more than 100 posts. Fully Async. Major code improvements and optimisations

This commit is contained in:
rly0nheart
2023-12-03 18:32:10 +00:00
parent f92efe640e
commit 9abc351ffa
23 changed files with 23 additions and 11362 deletions

View File

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