apparently that fixes the compiling issue

This commit is contained in:
Craig Banks 2023-02-18 22:13:37 +00:00
parent 0c90ab215a
commit de74a09632

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>1.3.0</Version>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
</PropertyGroup>
<ItemGroup>
@ -41,12 +41,4 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Freecam.cs" />
<Compile Include="FreecamController.cs" />
<Compile Include="FreecamPlugin.cs" />
<Compile Include="FreecamPatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
</Project>