quantum-space-buddies/FizzySteamworks/FizzySteamworks.csproj
2023-06-09 23:57:11 +01:00

33 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>Mirror.FizzySteam</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="com.rlabrecque.steamworks.net">
<HintPath>F:\Steam\steamapps\common\Outer Wilds\OuterWilds_Data\Managed\com.rlabrecque.steamworks.net.dll</HintPath>
</Reference>
<Reference Include="kcp2k">
<HintPath>..\Mirror\kcp2k.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>..\Mirror\Mirror.dll</HintPath>
</Reference>
<Reference Include="Mirror.Components">
<HintPath>..\Mirror\Mirror.Components.dll</HintPath>
</Reference>
<Reference Include="Mirror.Transports">
<HintPath>..\Mirror\Mirror.Transports.dll</HintPath>
</Reference>
<Reference Include="Telepathy">
<HintPath>..\Mirror\Telepathy.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>F:\Steam\steamapps\common\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>