forked from kldhsh123/PlayerBadge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlayerBadge_Labapi.csproj
More file actions
28 lines (23 loc) · 914 Bytes
/
Copy pathPlayerBadge_Labapi.csproj
File metadata and controls
28 lines (23 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\SL\GrassSLExalplePl\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\..\..\SL\GrassSLExalplePl\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="LabApi">
<HintPath>..\..\..\SL\GrassSLExalplePl\Managed\LabApi.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>..\..\..\SL\GrassSLExalplePl\Managed\Mirror.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\..\SL\GrassSLExalplePl\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>