Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Stretz authored and Stefan Stretz committed Mar 18, 2021
1 parent 1358f14 commit ce9247c
Show file tree
Hide file tree
Showing 213 changed files with 34,111 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .nuget/Nuget.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
2 changes: 2 additions & 0 deletions .tfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\packages
!\packages\repositories.config
213 changes: 213 additions & 0 deletions KBS.App.TaxonFinder.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KBS.App.TaxonFinder", "KBS.Xamarin.TaxonFinder\KBS.Xamarin.TaxonFinder\KBS.App.TaxonFinder.csproj", "{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KBS.App.TaxonFinder.Droid", "KBS.Xamarin.TaxonFinder\KBS.Xamarin.TaxonFinder.Droid\KBS.App.TaxonFinder.Droid.csproj", "{56CF43F1-068F-428D-91A9-267EF24BAB3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KBS.App.TaxonFinder.iOS", "KBS.Xamarin.TaxonFinder\KBS.Xamarin.TaxonFinder.iOS\KBS.App.TaxonFinder.iOS.csproj", "{0C749AF1-530A-423D-A96B-315025FE23F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|ARM = Ad-Hoc|ARM
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Ad-Hoc|x64 = Ad-Hoc|x64
Ad-Hoc|x86 = Ad-Hoc|x86
AppStore|Any CPU = AppStore|Any CPU
AppStore|ARM = AppStore|ARM
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|x64 = AppStore|x64
AppStore|x86 = AppStore|x86
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|Any CPU.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|ARM.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|ARM.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|iPhone.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|x64.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|x64.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|x86.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.AppStore|x86.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|ARM.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|iPhone.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|x64.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Debug|x86.Build.0 = Debug|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|Any CPU.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|ARM.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|ARM.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|iPhone.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|iPhone.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|x64.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|x64.Build.0 = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|x86.ActiveCfg = Release|Any CPU
{C5CBEE88-9BCC-4901-B3AB-3AF7ABCE682B}.Release|x86.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x86.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|Any CPU.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|ARM.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|ARM.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|ARM.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhone.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhone.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x64.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x64.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x64.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x86.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x86.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.AppStore|x86.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|ARM.Build.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|ARM.Deploy.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|iPhone.Build.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x64.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x64.Build.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x64.Deploy.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x86.ActiveCfg = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x86.Build.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Debug|x86.Deploy.0 = Debug|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|Any CPU.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|ARM.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|ARM.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|ARM.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhone.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhone.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhone.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x64.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x64.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x64.Deploy.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x86.ActiveCfg = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x86.Build.0 = Release|Any CPU
{56CF43F1-068F-428D-91A9-267EF24BAB3B}.Release|x86.Deploy.0 = Release|Any CPU
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|ARM.ActiveCfg = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|iPhone.Build.0 = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|x64.ActiveCfg = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.AppStore|x86.ActiveCfg = AppStore|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|ARM.ActiveCfg = Debug|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|iPhone.ActiveCfg = Debug|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|iPhone.Build.0 = Debug|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|x64.ActiveCfg = Debug|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Debug|x86.ActiveCfg = Debug|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|Any CPU.ActiveCfg = Release|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|ARM.ActiveCfg = Release|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|iPhone.ActiveCfg = Release|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|iPhone.Build.0 = Release|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|x64.ActiveCfg = Release|iPhone
{0C749AF1-530A-423D-A96B-315025FE23F4}.Release|x86.ActiveCfg = Release|iPhone
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96C05586-16FE-4C46-9770-B98EBB73CD45}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://tfs2013:8080/tfs/naturkundeprojekte
SccLocalPath0 = .
SccProjectUniqueName1 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder.Droid\\KBS.App.TaxonFinder.Droid.csproj
SccProjectName1 = KBS.Xamarin.TaxonFinder/KBS.Xamarin.TaxonFinder.Droid
SccLocalPath1 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder.Droid
SccProjectUniqueName2 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder.iOS\\KBS.App.TaxonFinder.iOS.csproj
SccProjectName2 = KBS.Xamarin.TaxonFinder/KBS.Xamarin.TaxonFinder.iOS
SccLocalPath2 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder.iOS
SccProjectUniqueName3 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder\\KBS.App.TaxonFinder.csproj
SccProjectName3 = KBS.Xamarin.TaxonFinder/KBS.Xamarin.TaxonFinder
SccLocalPath3 = KBS.Xamarin.TaxonFinder\\KBS.Xamarin.TaxonFinder
EndGlobalSection
EndGlobal
Loading

0 comments on commit ce9247c

Please sign in to comment.