Skip to content

Commit 4624b5c

Browse files
author
Adrian Hall
committedOct 3, 2016
Updated Android Project
1 parent fe7a8e1 commit 4624b5c

File tree

4 files changed

+19
-16
lines changed

4 files changed

+19
-16
lines changed
 

‎Chapter3/Chapter3.sln

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Global
6666
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.AppStore|x86.ActiveCfg = Release|Any CPU
6767
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.AppStore|x86.Build.0 = Release|Any CPU
6868
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
69-
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
7069
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.Debug|ARM.ActiveCfg = Debug|Any CPU
7170
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
7271
{382E90E8-D63B-4A83-BF71-45F2E9B04CC8}.Debug|iPhone.Build.0 = Debug|Any CPU

‎Chapter3/TaskList/TaskList.Droid/app.config

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<runtime>
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
6-
<assemblyIdentity name="System.Net.Http" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
6+
<assemblyIdentity name="System.Numerics" publicKeyToken="B77A5C561934E089" culture="neutral"/>
7+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
88
</dependentAssembly>
99
<dependentAssembly>
10-
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />
11-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
10+
<assemblyIdentity name="System.Net.Http" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
11+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
1212
</dependentAssembly>
1313
<dependentAssembly>
14-
<assemblyIdentity name="System.Runtime" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />
15-
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" />
14+
<assemblyIdentity name="System.Net.Primitives" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
15+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
16+
</dependentAssembly>
17+
<dependentAssembly>
18+
<assemblyIdentity name="System.Runtime" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
19+
<bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/>
1620
</dependentAssembly>
1721
<dependentAssembly>
18-
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
19-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
22+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
23+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0"/>
2024
</dependentAssembly>
2125
<dependentAssembly>
22-
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
23-
<bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0" />
26+
<assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
27+
<bindingRedirect oldVersion="0.0.0.0-4.2.29.0" newVersion="4.2.29.0"/>
2428
</dependentAssembly>
2529
<dependentAssembly>
26-
<assemblyIdentity name="Validation" publicKeyToken="2fc06f0d701809a7" culture="neutral" />
27-
<bindingRedirect oldVersion="0.0.0.0-2.3.0.0" newVersion="2.3.0.0" />
30+
<assemblyIdentity name="Validation" publicKeyToken="2fc06f0d701809a7" culture="neutral"/>
31+
<bindingRedirect oldVersion="0.0.0.0-2.3.0.0" newVersion="2.3.0.0"/>
2832
</dependentAssembly>
2933
</assemblyBinding>
3034
</runtime>

‎Chapter3/TaskList/TaskList.UWP/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="ba2d87dc-2d49-4ae4-8463-e5d1c86da467" Publisher="CN=photo" Version="1.0.0.0" />
3+
<Identity Name="ba2d87dc-2d49-4ae4-8463-e5d1c86da467" Publisher="CN=adrianha" Version="1.0.0.0" />
44
<mp:PhoneIdentity PhoneProductId="ba2d87dc-2d49-4ae4-8463-e5d1c86da467" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>TaskList.UWP</DisplayName>

‎Chapter3/TaskList/TaskList.UWP/TaskList.UWP.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<FileAlignment>512</FileAlignment>
1919
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2020
<PackageCertificateKeyFile>TaskList.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
21-
<PackageCertificateThumbprint>4F4BE84096E51B6C410A562A9B8C59C1B8654EB1</PackageCertificateThumbprint>
21+
<PackageCertificateThumbprint>99F859D481544FC33D5D76516CA5A815B51973A0</PackageCertificateThumbprint>
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
2424
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)
Please sign in to comment.