File tree

9 files changed

+15
-483
lines changed

9 files changed

+15
-483
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29324.140
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Firebase.Auth.Social", "Firebase.Auth.Social\Firebase.Auth.Social.csproj", "{B878C646-E28D-4920-A43C-125E2BCA2B13}"
77
EndProject
@@ -19,4 +19,7 @@ Global
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {D03CE467-5CB5-4025-B8D5-0F4D60DD2F3B}
24+
EndGlobalSection
2225
EndGlobal
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,174 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
2+
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{B878C646-E28D-4920-A43C-125E2BCA2B13}</ProjectGuid>
84
<OutputType>WinExe</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Firebase.Auth.Social</RootNamespace>
11-
<AssemblyName>Firebase.Auth.Social</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15-
<WarningLevel>4</WarningLevel>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
6+
<UseWPF>true</UseWPF>
167
</PropertyGroup>
17-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18-
<PlatformTarget>AnyCPU</PlatformTarget>
19-
<DebugSymbols>true</DebugSymbols>
20-
<DebugType>full</DebugType>
21-
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE</DefineConstants>
24-
<ErrorReport>prompt</ErrorReport>
25-
<WarningLevel>4</WarningLevel>
26-
</PropertyGroup>
27-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<PlatformTarget>AnyCPU</PlatformTarget>
29-
<DebugType>pdbonly</DebugType>
30-
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
32-
<DefineConstants>TRACE</DefineConstants>
33-
<ErrorReport>prompt</ErrorReport>
34-
<WarningLevel>4</WarningLevel>
35-
</PropertyGroup>
36-
<ItemGroup>
37-
<Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123, processorArchitecture=MSIL">
38-
<HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
39-
<Private>True</Private>
40-
</Reference>
41-
<Reference Include="Facebook, Version=6.0.10.0, Culture=neutral, PublicKeyToken=58cb4f2111d1e6de, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Facebook.7.0.10-beta\lib\net45\Facebook.dll</HintPath>
43-
<Private>True</Private>
44-
</Reference>
45-
<Reference Include="Firebase.Auth, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\FirebaseAuthentication.net.2.1.2\lib\portable45-net45+win8+wpa81\Firebase.Auth.dll</HintPath>
47-
<Private>True</Private>
48-
</Reference>
49-
<Reference Include="Firebase.Database, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\packages\FirebaseDatabase.net.2.0.0-alpha5\lib\portable45-net45+win8+wpa81\Firebase.Database.dll</HintPath>
51-
<Private>True</Private>
52-
</Reference>
53-
<Reference Include="Google.Apis, Version=1.16.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
54-
<HintPath>..\packages\Google.Apis.1.16.0\lib\net45\Google.Apis.dll</HintPath>
55-
<Private>True</Private>
56-
</Reference>
57-
<Reference Include="Google.Apis.Auth, Version=1.16.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
58-
<HintPath>..\packages\Google.Apis.Auth.1.16.0\lib\net45\Google.Apis.Auth.dll</HintPath>
59-
<Private>True</Private>
60-
</Reference>
61-
<Reference Include="Google.Apis.Auth.PlatformServices, Version=1.16.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
62-
<HintPath>..\packages\Google.Apis.Auth.1.16.0\lib\net45\Google.Apis.Auth.PlatformServices.dll</HintPath>
63-
<Private>True</Private>
64-
</Reference>
65-
<Reference Include="Google.Apis.Core, Version=1.16.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
66-
<HintPath>..\packages\Google.Apis.Core.1.16.0\lib\net45\Google.Apis.Core.dll</HintPath>
67-
<Private>True</Private>
68-
</Reference>
69-
<Reference Include="Google.Apis.PlatformServices, Version=1.16.0.0, Culture=neutral, PublicKeyToken=4b01fa6e34db77ab, processorArchitecture=MSIL">
70-
<HintPath>..\packages\Google.Apis.1.16.0\lib\net45\Google.Apis.PlatformServices.dll</HintPath>
71-
<Private>True</Private>
72-
</Reference>
73-
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
74-
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
75-
<Private>True</Private>
76-
</Reference>
77-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
78-
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
79-
<Private>True</Private>
80-
</Reference>
81-
<Reference Include="System" />
82-
<Reference Include="System.Data" />
83-
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
84-
<HintPath>..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
85-
<Private>True</Private>
86-
</Reference>
87-
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
88-
<HintPath>..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
89-
<Private>True</Private>
90-
</Reference>
91-
<Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
92-
<HintPath>..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
93-
<Private>True</Private>
94-
</Reference>
95-
<Reference Include="System.Reactive.PlatformServices, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
96-
<HintPath>..\packages\System.Reactive.PlatformServices.3.0.0\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
97-
<Private>True</Private>
98-
</Reference>
99-
<Reference Include="System.Reactive.Windows.Threading, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
100-
<HintPath>..\packages\System.Reactive.Windows.Threading.3.0.0\lib\net45\System.Reactive.Windows.Threading.dll</HintPath>
101-
<Private>True</Private>
102-
</Reference>
103-
<Reference Include="System.Xml" />
104-
<Reference Include="Microsoft.CSharp" />
105-
<Reference Include="System.Core" />
106-
<Reference Include="System.Xml.Linq" />
107-
<Reference Include="System.Data.DataSetExtensions" />
108-
<Reference Include="System.Net.Http" />
109-
<Reference Include="System.Xaml">
110-
<RequiredTargetFramework>4.0</RequiredTargetFramework>
111-
</Reference>
112-
<Reference Include="WindowsBase" />
113-
<Reference Include="PresentationCore" />
114-
<Reference Include="PresentationFramework" />
115-
<Reference Include="Zlib.Portable, Version=1.11.0.0, Culture=neutral, PublicKeyToken=431cba815f6a8b5b, processorArchitecture=MSIL">
116-
<HintPath>..\packages\Zlib.Portable.Signed.1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll</HintPath>
117-
<Private>True</Private>
118-
</Reference>
119-
</ItemGroup>
120-
<ItemGroup>
121-
<ApplicationDefinition Include="App.xaml">
122-
<Generator>MSBuild:Compile</Generator>
123-
<SubType>Designer</SubType>
124-
</ApplicationDefinition>
125-
<Page Include="MainWindow.xaml">
126-
<Generator>MSBuild:Compile</Generator>
127-
<SubType>Designer</SubType>
128-
</Page>
129-
<Compile Include="App.xaml.cs">
130-
<DependentUpon>App.xaml</DependentUpon>
131-
<SubType>Code</SubType>
132-
</Compile>
133-
<Compile Include="MainWindow.xaml.cs">
134-
<DependentUpon>MainWindow.xaml</DependentUpon>
135-
<SubType>Code</SubType>
136-
</Compile>
137-
</ItemGroup>
138-
<ItemGroup>
139-
<Compile Include="Properties\AssemblyInfo.cs">
140-
<SubType>Code</SubType>
141-
</Compile>
142-
<Compile Include="Properties\Resources.Designer.cs">
143-
<AutoGen>True</AutoGen>
144-
<DesignTime>True</DesignTime>
145-
<DependentUpon>Resources.resx</DependentUpon>
146-
</Compile>
147-
<Compile Include="Properties\Settings.Designer.cs">
148-
<AutoGen>True</AutoGen>
149-
<DependentUpon>Settings.settings</DependentUpon>
150-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
151-
</Compile>
152-
<EmbeddedResource Include="Properties\Resources.resx">
153-
<Generator>ResXFileCodeGenerator</Generator>
154-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
155-
</EmbeddedResource>
156-
<None Include="packages.config" />
157-
<None Include="Properties\Settings.settings">
158-
<Generator>SettingsSingleFileGenerator</Generator>
159-
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
160-
</None>
161-
<AppDesigner Include="Properties\" />
162-
</ItemGroup>
8+
1639
<ItemGroup>
164-
<None Include="App.config" />
10+
<PackageReference Include="Facebook" Version="7.0.6" />
11+
<PackageReference Include="FirebaseAuthentication.net" Version="3.3.0" />
12+
<PackageReference Include="FirebaseDatabase.net" Version="4.0.1" />
13+
<PackageReference Include="Google.Apis.Auth" Version="1.41.1" />
16514
</ItemGroup>
166-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168-
Other similar extension points exist, see Microsoft.Common.targets.
169-
<Target Name="BeforeBuild">
170-
</Target>
171-
<Target Name="AfterBuild">
172-
</Target>
173-
-->
15+
17416
</Project>
This file was deleted.
This file was deleted.

0 commit comments

Comments
 (0)