Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
- Removed Xamarin.Facebook project
- Removed ../Facebook/samples/simple/simple/Example.cs
- Removed HelloFacebookSampleActivity_GraphObjectWithId.java
  • Loading branch information
gonzalonm committed Sep 21, 2016
1 parent c8a4200 commit 0f49dfe
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 966 deletions.
29 changes: 17 additions & 12 deletions Facebook/HelloFacebookSample/HelloFacebookSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,29 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bolts.AppLinks, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Bolts.1.4.0\lib\MonoAndroid403\Bolts.AppLinks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Bolts.Tasks, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Bolts.1.4.0\lib\MonoAndroid403\Bolts.Tasks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Mono.Android" />
<Reference Include="Xamarin.Android.Support.v4">
<HintPath>..\packages\Xamarin.Android.Support.v4.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.CardView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Android.Support.v7.CardView.23.4.0.1\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Facebook, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Xamarin.Facebook.Android.4.13.2\lib\MonoAndroid403\Xamarin.Facebook.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Resources\Resource.designer.cs" />
Expand All @@ -67,16 +83,5 @@
<AndroidResource Include="Resources\values\strings.xml" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
<Folder Include="Resources\layout\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Xamarin.Facebook\Xamarin.Facebook.csproj">
<Project>{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}</Project>
<Name>Xamarin.Facebook</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<AndroidJavaSource Include="HelloFacebookSampleActivity_GraphObjectWithId.java" />
</ItemGroup>
<ItemGroup />
</Project>
3 changes: 3 additions & 0 deletions Facebook/HelloFacebookSample/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Bolts" version="1.4.0" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v4" version="23.4.0.1" targetFramework="monoandroid50" />
<package id="Xamarin.Android.Support.v7.CardView" version="23.4.0.1" targetFramework="monoandroid50" />
<package id="Xamarin.Facebook.Android" version="4.13.2" targetFramework="monoandroid50" />
</packages>
16 changes: 8 additions & 8 deletions Facebook/Xamarin.Facebook.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloFacebookSample", "HelloFacebookSample\HelloFacebookSample.csproj", "{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Facebook", "Xamarin.Facebook\Xamarin.Facebook.csproj", "{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33B8DF4F-E480-4B97-8DA1-BEB89CA6B644}.Release|Any CPU.Build.0 = Release|Any CPU
{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCCBEF56-A79C-41AC-AAB8-C5FB31E20B86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = HelloFacebookSample\HelloFacebookSample.csproj
EndGlobalSection
Expand Down
48 changes: 0 additions & 48 deletions Facebook/Xamarin.Facebook/Additions/AboutAdditions.txt

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions Facebook/Xamarin.Facebook/Jars/AboutJars.txt

This file was deleted.

Binary file not shown.
28 changes: 0 additions & 28 deletions Facebook/Xamarin.Facebook/Properties/AssemblyInfo.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Facebook/Xamarin.Facebook/Transforms/EnumFields.xml

This file was deleted.

12 changes: 0 additions & 12 deletions Facebook/Xamarin.Facebook/Transforms/EnumMethods.xml

This file was deleted.

47 changes: 0 additions & 47 deletions Facebook/Xamarin.Facebook/Transforms/Metadata.xml

This file was deleted.

70 changes: 0 additions & 70 deletions Facebook/Xamarin.Facebook/Xamarin.Facebook.csproj

This file was deleted.

4 changes: 0 additions & 4 deletions Facebook/Xamarin.Facebook/packages.config

This file was deleted.

Loading

0 comments on commit 0f49dfe

Please sign in to comment.