We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631a183 commit 47a841cCopy full SHA for 47a841c
2 files changed
lib/UnityEngine.dll
668 KB
src/UnityEventAggregator/UnityEventAggregator.csproj
@@ -38,7 +38,7 @@
38
<Reference Include="System.Data" />
39
<Reference Include="System.Xml" />
40
<Reference Include="UnityEngine">
41
- <HintPath>..\..\..\..\..\..\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
+ <HintPath>..\..\lib\UnityEngine.dll</HintPath>
42
</Reference>
43
</ItemGroup>
44
<ItemGroup>
@@ -48,6 +48,9 @@
48
<Compile Include="IListener.cs" />
49
<Compile Include="Properties\AssemblyInfo.cs" />
50
51
+ <ItemGroup>
52
+ <WCFMetadata Include="Service References\" />
53
+ </ItemGroup>
54
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments