Change-Id: I2517445abaa925531cc92e8e7ec73f658b2992dc
<PropertyGroup>
<CoreFXRefPath Condition=" '$(CoreFXRefPath)' == '' ">/opt/usr/share/tizen.net/ref</CoreFXRefPath>
- <TizenDeviceAPIPath Condition=" '$(TizenDeviceAPIPath)' == '' ">/usr/share/assembly</TizenDeviceAPIPath>
+ <TizenDeviceAPIPath Condition=" '$(TizenDeviceAPIPath)' == '' ">/opt/usr/share/dotnet.tizen/framework</TizenDeviceAPIPath>
</PropertyGroup>
<PropertyGroup>
xbuild \
/p:Configuration=%{_buildmode} \
/p:PreloadPath=%{_preload_dir} \
+ /p:TizenDeviceAPIPath=%{_device_api_dir} \
Tizen.Runtime/Tizen.Runtime.csproj
%install