Add empty folders for future executable formats

This commit is contained in:
Matt Nadareski
2022-11-03 23:11:26 -07:00
parent ad11e63338
commit 610e25b98a

View File

@@ -20,4 +20,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Folder Include="LinearExecutable\" />
<Folder Include="NewExecutable\" />
<Folder Include="PortableExecutable\" />
</ItemGroup>
</Project>