-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathUnityLib.props
More file actions
21 lines (21 loc) · 804 Bytes
/
UnityLib.props
File metadata and controls
21 lines (21 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)UnityCommon.props" />
<ItemGroup>
<Reference Include="UnityEngine">
<HintPath>$(UnityUnprocessedDir)\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="WinRTLegacy">
<HintPath>$(UnityUnprocessedDir)\WinRTLegacy.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(UnityUnprocessedDir)\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>$(UnityUnprocessedDir)\UnityEngine.Networking.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>