Skip to content

Commit 2d9c57e

Browse files
committed
Merge pull request restsharp#577 from hallem/Nuget_1045
Nuget Release for v.104.5.0
2 parents e5b2048 + 9f5558f commit 2d9c57e

12 files changed

+842
-764
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ Download/
3737
*.pidb
3838
*.userprefs
3939
restsharp-computed.nuspec
40+
Backup/
41+
*.htm

RestSharp.Silverlight/RestSharp.Silverlight.csproj

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
<RootNamespace>RestSharp.Silverlight</RootNamespace>
1313
<AssemblyName>RestSharp.Silverlight</AssemblyName>
1414
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
15-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15+
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
1616
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
1717
<SilverlightApplication>false</SilverlightApplication>
1818
<ValidateXaml>true</ValidateXaml>
1919
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
2020
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2121
<RestorePackages>true</RestorePackages>
22+
<FileUpgradeFlags>
23+
</FileUpgradeFlags>
24+
<UpgradeBackupLocation>
25+
</UpgradeBackupLocation>
26+
<OldToolsVersion>4.0</OldToolsVersion>
2227
</PropertyGroup>
2328
<!-- This property group is only here to support building this project using the
2429
MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
@@ -61,8 +66,8 @@
6166
<Reference Include="System.Xml" />
6267
<Reference Include="System.Net" />
6368
<Reference Include="System.Windows.Browser" />
64-
<Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
65-
<Reference Include="System.Xml.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
69+
<Reference Include="System.Xml.Linq, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
70+
<Reference Include="System.Xml.Serialization, Version=5.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
6671
</ItemGroup>
6772
<ItemGroup>
6873
<Compile Include="..\RestSharp\Authenticators\HttpBasicAuthenticator.cs">

RestSharp.WindowsPhone/RestSharp.WindowsPhone.csproj

+67-16
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,38 @@
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
1212
<RootNamespace>RestSharp.WindowsPhone</RootNamespace>
1313
<AssemblyName>RestSharp.WindowsPhone</AssemblyName>
14-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15-
<SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
16-
<TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>
17-
<TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
14+
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
15+
<SilverlightVersion>
16+
</SilverlightVersion>
17+
<TargetFrameworkProfile>
18+
</TargetFrameworkProfile>
19+
<TargetFrameworkIdentifier>WindowsPhone</TargetFrameworkIdentifier>
1820
<SilverlightApplication>false</SilverlightApplication>
1921
<ValidateXaml>true</ValidateXaml>
2022
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
2123
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2224
<RestorePackages>true</RestorePackages>
25+
<FileUpgradeFlags>
26+
</FileUpgradeFlags>
27+
<UpgradeBackupLocation>
28+
</UpgradeBackupLocation>
29+
<OldToolsVersion>4.0</OldToolsVersion>
30+
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
31+
<PublishUrl>publish\</PublishUrl>
32+
<Install>true</Install>
33+
<InstallFrom>Disk</InstallFrom>
34+
<UpdateEnabled>false</UpdateEnabled>
35+
<UpdateMode>Foreground</UpdateMode>
36+
<UpdateInterval>7</UpdateInterval>
37+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
38+
<UpdatePeriodically>false</UpdatePeriodically>
39+
<UpdateRequired>false</UpdateRequired>
40+
<MapFileExtensions>true</MapFileExtensions>
41+
<ApplicationRevision>0</ApplicationRevision>
42+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43+
<IsWebBootstrapper>false</IsWebBootstrapper>
44+
<UseApplicationTrust>false</UseApplicationTrust>
45+
<BootstrapperEnabled>true</BootstrapperEnabled>
2346
</PropertyGroup>
2447
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2548
<DebugSymbols>true</DebugSymbols>
@@ -46,16 +69,32 @@
4669
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
4770
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4871
</PropertyGroup>
49-
<ItemGroup>
50-
<Reference Include="mscorlib" />
51-
<Reference Include="System.Windows" />
52-
<Reference Include="system" />
53-
<Reference Include="System.Core" />
54-
<Reference Include="System.Xml" />
55-
<Reference Include="System.Net" />
56-
<Reference Include="System.Xml.Linq" />
57-
<Reference Include="System.Xml.Serialization" />
58-
</ItemGroup>
72+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
73+
<PlatformTarget />
74+
<OutputPath>Bin\x86\Debug</OutputPath>
75+
<DebugSymbols>true</DebugSymbols>
76+
<DebugType>full</DebugType>
77+
<Optimize>false</Optimize>
78+
</PropertyGroup>
79+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
80+
<PlatformTarget />
81+
<OutputPath>Bin\x86\Release</OutputPath>
82+
<DebugType>pdbonly</DebugType>
83+
<Optimize>true</Optimize>
84+
</PropertyGroup>
85+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
86+
<PlatformTarget />
87+
<OutputPath>Bin\ARM\Debug</OutputPath>
88+
<DebugSymbols>true</DebugSymbols>
89+
<DebugType>full</DebugType>
90+
<Optimize>false</Optimize>
91+
</PropertyGroup>
92+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
93+
<PlatformTarget />
94+
<OutputPath>Bin\ARM\Release</OutputPath>
95+
<DebugType>pdbonly</DebugType>
96+
<Optimize>true</Optimize>
97+
</PropertyGroup>
5998
<ItemGroup>
6099
<Compile Include="..\restsharp\authenticators\HttpBasicAuthenticator.cs">
61100
<Link>Authenticators\HttpBasicAuthenticator.cs</Link>
@@ -287,8 +326,20 @@
287326
<ItemGroup>
288327
<None Include="packages.config" />
289328
</ItemGroup>
290-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
291-
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
329+
<ItemGroup>
330+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
331+
<Visible>False</Visible>
332+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
333+
<Install>false</Install>
334+
</BootstrapperPackage>
335+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
336+
<Visible>False</Visible>
337+
<ProductName>.NET Framework 3.5 SP1</ProductName>
338+
<Install>false</Install>
339+
</BootstrapperPackage>
340+
</ItemGroup>
341+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
342+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
292343
<ProjectExtensions />
293344
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
294345
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

RestSharp.sln

+35-15
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp", "RestSharp\RestSharp.csproj", "{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}"
5-
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Tests", "RestSharp.Tests\RestSharp.Tests.csproj", "{1464E4AC-18BB-4F23-8A0B-68196F9E1871}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.IntegrationTests", "RestSharp.IntegrationTests\RestSharp.IntegrationTests.csproj", "{47D3EBB9-0300-4AF8-BAC5-740D51454A63}"
9-
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Silverlight", "RestSharp.Silverlight\RestSharp.Silverlight.csproj", "{11F84600-0978-48B9-A28F-63B3781E54B3}"
11-
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.WindowsPhone", "RestSharp.WindowsPhone\RestSharp.WindowsPhone.csproj", "{F4D48DF6-316E-4963-B5C1-59CA39B431B7}"
13-
EndProject
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30723.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
146
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{E709A928-A45C-4622-A35C-CCD8EE44CA80}"
157
ProjectSection(SolutionItems) = preProject
168
package.cmd = package.cmd
179
readme.txt = readme.txt
1810
restsharp.nuspec = restsharp.nuspec
1911
EndProjectSection
2012
EndProject
21-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Net4", "RestSharp.Net4\RestSharp.Net4.csproj", "{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}"
22-
EndProject
2313
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1B3F12F6-D32B-48C4-98D7-AB448EB78811}"
2414
ProjectSection(SolutionItems) = preProject
2515
.nuget\NuGet.exe = .nuget\NuGet.exe
2616
.nuget\NuGet.targets = .nuget\NuGet.targets
2717
EndProjectSection
2818
EndProject
29-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Build", "RestSharp.Build\RestSharp.Build.csproj", "{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}"
30-
EndProject
3119
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6A0A-4BF9-BBD4-82FD2DCBF669}"
3220
ProjectSection(SolutionItems) = preProject
3321
CONTRIBUTING.markdown = CONTRIBUTING.markdown
@@ -36,83 +24,115 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6
3624
releasenotes.markdown = releasenotes.markdown
3725
EndProjectSection
3826
EndProject
27+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp", "RestSharp\RestSharp.csproj", "{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}"
28+
EndProject
29+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Tests", "RestSharp.Tests\RestSharp.Tests.csproj", "{1464E4AC-18BB-4F23-8A0B-68196F9E1871}"
30+
EndProject
31+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.IntegrationTests", "RestSharp.IntegrationTests\RestSharp.IntegrationTests.csproj", "{47D3EBB9-0300-4AF8-BAC5-740D51454A63}"
32+
EndProject
33+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Silverlight", "RestSharp.Silverlight\RestSharp.Silverlight.csproj", "{11F84600-0978-48B9-A28F-63B3781E54B3}"
34+
EndProject
35+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.WindowsPhone", "RestSharp.WindowsPhone\RestSharp.WindowsPhone.csproj", "{F4D48DF6-316E-4963-B5C1-59CA39B431B7}"
36+
EndProject
37+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Net4", "RestSharp.Net4\RestSharp.Net4.csproj", "{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}"
38+
EndProject
39+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Build", "RestSharp.Build\RestSharp.Build.csproj", "{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}"
40+
EndProject
3941
Global
4042
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4143
Debug|Any CPU = Debug|Any CPU
44+
Debug|ARM = Debug|ARM
4245
Debug|Mixed Platforms = Debug|Mixed Platforms
4346
Debug|x86 = Debug|x86
4447
Release|Any CPU = Release|Any CPU
48+
Release|ARM = Release|ARM
4549
Release|Mixed Platforms = Release|Mixed Platforms
4650
Release|x86 = Release|x86
4751
EndGlobalSection
4852
GlobalSection(ProjectConfigurationPlatforms) = postSolution
4953
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5054
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|ARM.ActiveCfg = Debug|Any CPU
5156
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
5257
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
5358
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Debug|x86.ActiveCfg = Debug|Any CPU
5459
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
5560
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Any CPU.Build.0 = Release|Any CPU
61+
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|ARM.ActiveCfg = Release|Any CPU
5662
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
5763
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
5864
{2ECECFBF-5F3E-40EE-A963-72336DC7ABE2}.Release|x86.ActiveCfg = Release|Any CPU
5965
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6066
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|Any CPU.Build.0 = Debug|Any CPU
67+
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|ARM.ActiveCfg = Debug|Any CPU
6168
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
6269
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
6370
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Debug|x86.ActiveCfg = Debug|Any CPU
6471
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|Any CPU.ActiveCfg = Release|Any CPU
6572
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|Any CPU.Build.0 = Release|Any CPU
73+
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|ARM.ActiveCfg = Release|Any CPU
6674
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
6775
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|Mixed Platforms.Build.0 = Release|Any CPU
6876
{1464E4AC-18BB-4F23-8A0B-68196F9E1871}.Release|x86.ActiveCfg = Release|Any CPU
6977
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
7078
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
79+
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|ARM.ActiveCfg = Debug|Any CPU
7180
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
7281
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
7382
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Debug|x86.ActiveCfg = Debug|Any CPU
7483
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
7584
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|Any CPU.Build.0 = Release|Any CPU
85+
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|ARM.ActiveCfg = Release|Any CPU
7686
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
7787
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|Mixed Platforms.Build.0 = Release|Any CPU
7888
{47D3EBB9-0300-4AF8-BAC5-740D51454A63}.Release|x86.ActiveCfg = Release|Any CPU
7989
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
8090
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
91+
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|ARM.ActiveCfg = Debug|Any CPU
8192
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
8293
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
8394
{11F84600-0978-48B9-A28F-63B3781E54B3}.Debug|x86.ActiveCfg = Debug|Any CPU
8495
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
8596
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|Any CPU.Build.0 = Release|Any CPU
97+
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|ARM.ActiveCfg = Release|Any CPU
8698
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
8799
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
88100
{11F84600-0978-48B9-A28F-63B3781E54B3}.Release|x86.ActiveCfg = Release|Any CPU
89101
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
90102
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
103+
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|ARM.ActiveCfg = Debug|ARM
104+
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|ARM.Build.0 = Debug|ARM
91105
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
92106
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
93107
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Debug|x86.ActiveCfg = Debug|Any CPU
94108
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
95109
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Any CPU.Build.0 = Release|Any CPU
110+
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|ARM.ActiveCfg = Release|ARM
111+
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|ARM.Build.0 = Release|ARM
96112
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
97113
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
98114
{F4D48DF6-316E-4963-B5C1-59CA39B431B7}.Release|x86.ActiveCfg = Release|Any CPU
99115
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
100116
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
117+
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|ARM.ActiveCfg = Debug|Any CPU
101118
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
102119
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
103120
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Debug|x86.ActiveCfg = Debug|Any CPU
104121
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
105122
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|Any CPU.Build.0 = Release|Any CPU
123+
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|ARM.ActiveCfg = Release|Any CPU
106124
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
107125
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
108126
{5FF943A5-260F-4042-B4CE-C4977BAD4EBB}.Release|x86.ActiveCfg = Release|Any CPU
109127
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
110128
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
129+
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|ARM.ActiveCfg = Debug|Any CPU
111130
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
112131
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
113132
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Debug|x86.ActiveCfg = Debug|Any CPU
114133
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
115134
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|Any CPU.Build.0 = Release|Any CPU
135+
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|ARM.ActiveCfg = Release|Any CPU
116136
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
117137
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
118138
{CCC30138-3D68-44D8-AF1A-D22F769EE8DC}.Release|x86.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)