diff options
author | Hyerim Kim <rimi.kim@samsung.com> | 2017-07-14 17:02:03 +0900 |
---|---|---|
committer | Hyerim Kim <rimi.kim@samsung.com> | 2017-07-14 17:02:03 +0900 |
commit | b5023b745d63b656461d8256556b6fc34338f57f (patch) | |
tree | e9f8e7b848c409fcc48584ac8024a5b8a7d3d65f /TVHome | |
parent | 111541986e65699282cf56f2e7046930677349d0 (diff) | |
download | home-b5023b745d63b656461d8256556b6fc34338f57f.tar.gz home-b5023b745d63b656461d8256556b6fc34338f57f.tar.bz2 home-b5023b745d63b656461d8256556b6fc34338f57f.zip |
Implements backkey information in Apps
Modifies .csproj of Portable projects
Change-Id: I253a9c49a658634df86f6c0adfbb691099781067
Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
Diffstat (limited to 'TVHome')
-rwxr-xr-x | TVHome/TVHome/TVHome.csproj | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/TVHome/TVHome/TVHome.csproj b/TVHome/TVHome/TVHome.csproj index 23f1885..4e665ce 100755 --- a/TVHome/TVHome/TVHome.csproj +++ b/TVHome/TVHome/TVHome.csproj @@ -141,29 +141,19 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <Reference Include="Tizen.Xamarin.Forms.Extension, Version=0.0.1.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\..\packages\Tizen.Xamarin.Forms.Extension.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81\Tizen.Xamarin.Forms.Extension.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\..\packages\Xamarin.Forms.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\..\packages\Xamarin.Forms.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath> - </Reference> - <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> - <HintPath>..\..\packages\Xamarin.Forms.2.3.5-r233-004\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath> - </Reference> + <PackageReference Include="Tizen.Xamarin.Forms.Extension"> + <Version>2.3.5-v00010</Version> + </PackageReference> + <PackageReference Include="Xamarin.Forms"> + <Version>2.3.5-r233-012</Version> + </PackageReference> </ItemGroup> <ItemGroup> <None Include="packages.config" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> - <Import Project="..\..\packages\Xamarin.Forms.2.3.5-r233-004\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.5-r233-004\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> - <PropertyGroup> - <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> - </PropertyGroup> - <Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.3.5-r233-004\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.5-r233-004\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" /> + </Target> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. |