We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d910291 commit ce4b74eCopy full SHA for ce4b74e
1 file changed
CSharp/Plugin.csproj
@@ -12,12 +12,12 @@
12
<Output TaskParameter="Include" ItemName="Compile" />
13
</CreateItem>
14
</Target>
15
- <ItemGroup Condition=" '$(URHO3D_IS_SDK)' == 'ON' ">
+ <ItemGroup Condition=" '$(Urho3D_IS_SDK)' == 'ON' ">
16
<Reference Include="Urho3DNet">
17
- <HintPath>$(URHO3D_SDK_PATH)/bin/$(Configuration)/Urho3DNet.dll</HintPath>
+ <HintPath>$(Urho3D_PACKAGE_ROOT)/bin/$(Configuration)/Urho3DNet.dll</HintPath>
18
</Reference>
19
</ItemGroup>
20
- <ItemGroup Condition=" '$(URHO3D_IS_SDK)' != 'ON' ">
+ <ItemGroup Condition=" '$(Urho3D_IS_SDK)' != 'ON' ">
21
<ProjectReference Include="$(Urho3D_SOURCE_DIR)/CSharp/Urho3DNet.csproj" />
22
23
</Project>
0 commit comments