Skip to content

Commit ce4b74e

Browse files
committed
Adapt to the updated engine build system.
1 parent d910291 commit ce4b74e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CSharp/Plugin.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<Output TaskParameter="Include" ItemName="Compile" />
1313
</CreateItem>
1414
</Target>
15-
<ItemGroup Condition=" '$(URHO3D_IS_SDK)' == 'ON' ">
15+
<ItemGroup Condition=" '$(Urho3D_IS_SDK)' == 'ON' ">
1616
<Reference Include="Urho3DNet">
17-
<HintPath>$(URHO3D_SDK_PATH)/bin/$(Configuration)/Urho3DNet.dll</HintPath>
17+
<HintPath>$(Urho3D_PACKAGE_ROOT)/bin/$(Configuration)/Urho3DNet.dll</HintPath>
1818
</Reference>
1919
</ItemGroup>
20-
<ItemGroup Condition=" '$(URHO3D_IS_SDK)' != 'ON' ">
20+
<ItemGroup Condition=" '$(Urho3D_IS_SDK)' != 'ON' ">
2121
<ProjectReference Include="$(Urho3D_SOURCE_DIR)/CSharp/Urho3DNet.csproj" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)