Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Martin Finkel
LibVLCSharp
Commits
0a118323
Commit
0a118323
authored
Feb 11, 2019
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tvOS sample: update libvlc
parent
d3dae7e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
Samples/LibVLCSharp.tvOS.Sample/LibVLCSharp.tvOS.Sample.csproj
...es/LibVLCSharp.tvOS.Sample/LibVLCSharp.tvOS.Sample.csproj
+10
-2
Samples/LibVLCSharp.tvOS.Sample/packages.config
Samples/LibVLCSharp.tvOS.Sample/packages.config
+1
-1
No files found.
Samples/LibVLCSharp.tvOS.Sample/LibVLCSharp.tvOS.Sample.csproj
View file @
0a118323
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<PropertyGroup>
<Configuration
Condition=
" '$(Configuration)' == '' "
>
Debug
</Configuration>
...
...
@@ -9,6 +9,8 @@
<RootNamespace>
LibVLCSharp.tvOS.Sample
</RootNamespace>
<AssemblyName>
LibVLCSharp.tvOS.Sample
</AssemblyName>
<IPhoneResourcePrefix>
Resources
</IPhoneResourcePrefix>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup
Condition=
" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "
>
<DebugSymbols>
true
</DebugSymbols>
...
...
@@ -175,5 +177,11 @@
</ProjectReference>
</ItemGroup>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets"
/>
<Import
Project=
"..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha\build\VideoLAN.LibVLC.tvOS.targets"
Condition=
"Exists('..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha\build\VideoLAN.LibVLC.tvOS.targets')"
/>
<Import
Project=
"..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha1\build\VideoLAN.LibVLC.tvOS.targets"
Condition=
"Exists('..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha1\build\VideoLAN.LibVLC.tvOS.targets')"
/>
<Target
Name=
"EnsureNuGetPackageBuildImports"
BeforeTargets=
"PrepareForBuild"
>
<PropertyGroup>
<ErrorText>
This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
</ErrorText>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha1\build\VideoLAN.LibVLC.tvOS.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\VideoLAN.LibVLC.tvOS.3.2.0-alpha1\build\VideoLAN.LibVLC.tvOS.targets'))"
/>
</Target>
</Project>
\ No newline at end of file
Samples/LibVLCSharp.tvOS.Sample/packages.config
View file @
0a118323
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"VideoLAN.LibVLC.tvOS"
version
=
"3.2.0-alpha"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"VideoLAN.LibVLC.tvOS"
version
=
"3.2.0-alpha
1
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment