quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2022-01-31 19:14:02 -08:00

11 lines
347 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll"/>
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
</Project>