|
43 | 43 | <Error Condition="'$(UnityManagedPath)' == ''" Text="'UnityManagedPath' not defined. Can't find UnityEngine.dll."></Error> |
44 | 44 | <Error Condition="!Exists('$(UnityManagedPath)/UnityEngine.dll')" Text="Couldn't find UnityEngine at $(UnityManagedPath)/UnityEngine.dll."></Error> |
45 | 45 | <ItemGroup> |
| 46 | +<!-- <Reference Include="UnityEngine">--> |
| 47 | +<!-- <HintPath>$(UnityManagedPath)/UnityEngine.dll</HintPath>--> |
| 48 | +<!-- <Private>false</Private>--> |
| 49 | +<!-- </Reference>--> |
46 | 50 | <Reference Include="UnityEngine"> |
47 | | - <HintPath>$(UnityManagedPath)/UnityEngine.dll</HintPath> |
| 51 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.dll</HintPath> |
48 | 52 | <Private>false</Private> |
49 | 53 | </Reference> |
| 54 | + <Reference Include="UnityEngine.CoreModule"> |
| 55 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.CoreModule.dll</HintPath> |
| 56 | + <Private>false</Private> |
| 57 | + </Reference> |
| 58 | + <Reference Include="UnityEngine.IMGUIModule"> |
| 59 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath> |
| 60 | + <Private>false</Private> |
| 61 | + </Reference> |
| 62 | + <Reference Include="UnityEngine.ImageConversionModule"> |
| 63 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath> |
| 64 | + <Private>false</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="UnityEngine.JSONSerializeModule"> |
| 67 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath> |
| 68 | + <Private>false</Private> |
| 69 | + </Reference> |
| 70 | + <Reference Include="UnityEngine.ScreenCaptureModule"> |
| 71 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath> |
| 72 | + <Private>false</Private> |
| 73 | + </Reference> |
| 74 | + <Reference Include="UnityEngine.UnityWebRequestModule"> |
| 75 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath> |
| 76 | + <Private>false</Private> |
| 77 | + </Reference> |
| 78 | + |
| 79 | + <Reference Include="UnityEngine.AndroidJNIModule"> |
| 80 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath> |
| 81 | + <Private>false</Private> |
| 82 | + </Reference> |
| 83 | + |
| 84 | + <Reference Include="UnityEngine.UnityAnalyticsModule"> |
| 85 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath> |
| 86 | + <Private>false</Private> |
| 87 | + </Reference> |
| 88 | + |
| 89 | + <Reference Include="UnityEngine.InputLegacyModule"> |
| 90 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath> |
| 91 | + <Private>false</Private> |
| 92 | + </Reference> |
| 93 | + |
| 94 | + <Reference Include="UnityEngine.ProfilerModule"> |
| 95 | + <HintPath>$(UnityManagedPath)/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath> |
| 96 | + <Private>false</Private> |
| 97 | + </Reference> |
| 98 | + |
| 99 | +<!-- <Reference Include="UnityEngine.UI">--> |
| 100 | +<!-- <HintPath>$(UnityTemplateAssemblyPath)/UnityEngine.UI.dll</HintPath>--> |
| 101 | +<!-- <Private>false</Private>--> |
| 102 | +<!-- </Reference>--> |
50 | 103 | </ItemGroup> |
51 | 104 | </Target> |
52 | 105 | </Project> |
0 commit comments