cleaned up folder structure

This commit is contained in:
Stardust3D 2022-11-19 13:59:47 +01:00
parent d252b4d92c
commit 418f7f42e4
29 changed files with 1348 additions and 7 deletions

View file

@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<LangVersion>7.3</LangVersion>
<LangVersion>11</LangVersion>
<Copyright>©2022 Stardust3D</Copyright>
<Company>Stardust3D</Company>
<AssemblyVersion>5230.0.1.6</AssemblyVersion>
@ -26,6 +26,7 @@
</PropertyGroup>
<ItemGroup>
<None Include="RJW_PlasticSurgeries.snk" />
<None Remove="1.3\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
@ -44,5 +45,11 @@
<HintPath>..\..\..\rjw-base\1.4\Assemblies\RJW.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Remove="1.3\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="1.3\**" />
</ItemGroup>
</Project>