quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2022-02-02 22:20:11 -08:00

11 lines
348 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>