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
92ace6a1
Commit
92ace6a1
authored
Feb 13, 2019
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android sample: use PackageReference
parent
498c788e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
Samples/LibVLCSharp.Android.Sample/LibVLCSharp.Android.Sample.csproj
...VLCSharp.Android.Sample/LibVLCSharp.Android.Sample.csproj
+1
-8
Samples/LibVLCSharp.Android.Sample/packages.config
Samples/LibVLCSharp.Android.Sample/packages.config
+0
-4
No files found.
Samples/LibVLCSharp.Android.Sample/LibVLCSharp.Android.Sample.csproj
View file @
92ace6a1
...
...
@@ -70,7 +70,6 @@
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
<None
Include=
"Resources\AboutResources.txt"
/>
<None
Include=
"Properties\AndroidManifest.xml"
/>
<None
Include=
"Assets\AboutAssets.txt"
/>
...
...
@@ -94,15 +93,9 @@
<Project>
{d1c3b7c4-713b-46b2-b33a-e9298c819921}
</Project>
<Name>
LibVLCSharp
</Name>
</ProjectReference>
<PackageReference
Include=
"VideoLAN.LibVLC.Android"
Version=
"3.0.0"
/>
</ItemGroup>
<Import
Project=
"$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.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.Android.3.0.0\build\VideoLAN.LibVLC.Android.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\packages\VideoLAN.LibVLC.Android.3.0.0\build\VideoLAN.LibVLC.Android.targets'))"
/>
</Target>
<Import
Project=
"..\..\packages\VideoLAN.LibVLC.Android.3.0.0\build\VideoLAN.LibVLC.Android.targets"
Condition=
"Exists('..\..\packages\VideoLAN.LibVLC.Android.3.0.0\build\VideoLAN.LibVLC.Android.targets')"
/>
<!-- 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.
<Target Name="BeforeBuild">
...
...
Samples/LibVLCSharp.Android.Sample/packages.config
deleted
100644 → 0
View file @
498c788e
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"VideoLAN.LibVLC.Android"
version
=
"3.0.0"
targetFramework
=
"monoandroid81"
/>
</
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