quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

11 lines
347 B
XML
Raw Normal View History

2021-12-27 21:56:00 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
2021-12-27 23:03:26 -08:00
<ItemGroup>
2021-12-27 23:04:10 -08:00
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
2022-01-31 19:14:02 -08:00
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll"/>
2022-01-15 21:32:27 -08:00
<Reference Include="../Mirror/*.dll" />
2021-12-27 23:03:26 -08:00
</ItemGroup>
2021-12-27 21:56:00 -08:00
</Project>