forked from xamarin/FacebookComponents
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSignList.xml
More file actions
24 lines (19 loc) · 700 Bytes
/
SignList.xml
File metadata and controls
24 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<FirstParty Include="Xamarin.Facebook.*.dll" />
<!-- old names :'( -->
<FirstParty Include="Facebook.CoreKit.dll" />
<FirstParty Include="Facebook.LoginKit.dll" />
<FirstParty Include="Facebook.ShareKit.dll" />
<FirstParty Include="Facebook.AccountKit.dll" />
<FirstParty Include="Facebook.AudienceNetwork.dll" />
<FirstParty Include="Facebook.MarketingKit.dll" />
<FirstParty Include="Facebook.PlacesKit.dll" />
</ItemGroup>
<ItemGroup>
<!--<ThirdParty Include="xxx" />-->
</ItemGroup>
<ItemGroup>
<!--<Skip Include="xxx" />-->
</ItemGroup>
</Project>