-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReactiveUI.Unity.targets
25 lines (25 loc) · 1.11 KB
/
ReactiveUI.Unity.targets
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
<Project>
<ItemGroup>
<Reference Include="UnityEngine">
<HintPath>$(UnityAssembliesDir)\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(UnityAssembliesDir)\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>$(UnityAssembliesDir)\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>$(UnityAssembliesDir)\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>$(UnityAssembliesDir)\UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.InputModule">
<HintPath>$(UnityAssembliesDir)\UnityEngine.InputModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ImageConversionModule">
<HintPath>$(UnityAssembliesDir)\UnityEngine.ImageConversionModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>