mirror of
https://github.com/bellingcat/reddit-post-scraping-tool.git
synced 2026-06-08 03:28:30 +03:00
14 lines
456 B
XML
14 lines
456 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<Compile Update="Windows\AboutBox.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Windows\MainWindow.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Windows\PostsWindow.vb">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project> |