diff --git a/QRBee.sln b/QRBee.sln index 442f79c..fb6fe21 100644 --- a/QRBee.sln +++ b/QRBee.sln @@ -5,13 +5,11 @@ VisualStudioVersion = 17.0.31825.309 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRBee.Android", "QRBee\QRBee.Android\QRBee.Android.csproj", "{06E36073-65D8-41D9-9515-65B1BC23DE0E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRBee.iOS", "QRBee\QRBee.iOS\QRBee.iOS.csproj", "{D46DBAB1-19E0-441C-B2DB-38F1620C160E}" -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QRBee", "QRBee\QRBee\QRBee.csproj", "{9C717836-BE20-4721-877B-8B6250245FF9}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QRBee.Api", "QRBeeApi\QRBee.Api.csproj", "{D985A736-12A3-4A7A-B1A7-502321BD460A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRBee.Core", "QRBee.Core\QRBee.Core.csproj", "{7C461562-66EF-4894-8AD8-F27F0B94053F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QRBee.Core", "QRBee.Core\QRBee.Core.csproj", "{7C461562-66EF-4894-8AD8-F27F0B94053F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -41,24 +39,6 @@ Global {06E36073-65D8-41D9-9515-65B1BC23DE0E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU {06E36073-65D8-41D9-9515-65B1BC23DE0E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU {06E36073-65D8-41D9-9515-65B1BC23DE0E}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|Any CPU.ActiveCfg = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|Any CPU.Build.0 = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|Any CPU.Deploy.0 = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhone.ActiveCfg = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhone.Build.0 = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhone.Deploy.0 = Debug|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|Any CPU.Deploy.0 = Release|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhone.ActiveCfg = Release|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhone.Build.0 = Release|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhone.Deploy.0 = Release|iPhone - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator - {D46DBAB1-19E0-441C-B2DB-38F1620C160E}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator {9C717836-BE20-4721-877B-8B6250245FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9C717836-BE20-4721-877B-8B6250245FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU {9C717836-BE20-4721-877B-8B6250245FF9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU diff --git a/QRBee/QRBee.Android/QRBee.Android.csproj b/QRBee/QRBee.Android/QRBee.Android.csproj index 36a310d..45fde7d 100644 --- a/QRBee/QRBee.Android/QRBee.Android.csproj +++ b/QRBee/QRBee.Android/QRBee.Android.csproj @@ -39,6 +39,7 @@ false true + XA0122 true @@ -63,14 +64,7 @@ 6.0.0 - - 2.1.4 - - - 28.0.0.3 - - - + 2.4.1 diff --git a/QRBee/QRBee.iOS/AppDelegate.cs b/QRBee/QRBee.iOS/AppDelegate.cs deleted file mode 100644 index 590019c..0000000 --- a/QRBee/QRBee.iOS/AppDelegate.cs +++ /dev/null @@ -1,31 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -using Foundation; -using UIKit; - -namespace QRBee.iOS -{ - // The UIApplicationDelegate for the application. This class is responsible for launching the - // User Interface of the application, as well as listening (and optionally responding) to - // application events from iOS. - [Register("AppDelegate")] - public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate - { - // - // This method is invoked when the application has loaded and is ready to run. In this - // method you should instantiate the window, load the UI into it and then make the window - // visible. - // - // You have 17 seconds to return from this method, or iOS will terminate your application. - // - public override bool FinishedLaunching(UIApplication app, NSDictionary options) - { - global::Xamarin.Forms.Forms.Init(); - LoadApplication(new App()); - - return base.FinishedLaunching(app, options); - } - } -} diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 98f4d03..0000000 --- a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,117 +0,0 @@ -{ - "images": [ - { - "scale": "2x", - "size": "20x20", - "idiom": "iphone", - "filename": "Icon40.png" - }, - { - "scale": "3x", - "size": "20x20", - "idiom": "iphone", - "filename": "Icon60.png" - }, - { - "scale": "2x", - "size": "29x29", - "idiom": "iphone", - "filename": "Icon58.png" - }, - { - "scale": "3x", - "size": "29x29", - "idiom": "iphone", - "filename": "Icon87.png" - }, - { - "scale": "2x", - "size": "40x40", - "idiom": "iphone", - "filename": "Icon80.png" - }, - { - "scale": "3x", - "size": "40x40", - "idiom": "iphone", - "filename": "Icon120.png" - }, - { - "scale": "2x", - "size": "60x60", - "idiom": "iphone", - "filename": "Icon120.png" - }, - { - "scale": "3x", - "size": "60x60", - "idiom": "iphone", - "filename": "Icon180.png" - }, - { - "scale": "1x", - "size": "20x20", - "idiom": "ipad", - "filename": "Icon20.png" - }, - { - "scale": "2x", - "size": "20x20", - "idiom": "ipad", - "filename": "Icon40.png" - }, - { - "scale": "1x", - "size": "29x29", - "idiom": "ipad", - "filename": "Icon29.png" - }, - { - "scale": "2x", - "size": "29x29", - "idiom": "ipad", - "filename": "Icon58.png" - }, - { - "scale": "1x", - "size": "40x40", - "idiom": "ipad", - "filename": "Icon40.png" - }, - { - "scale": "2x", - "size": "40x40", - "idiom": "ipad", - "filename": "Icon80.png" - }, - { - "scale": "1x", - "size": "76x76", - "idiom": "ipad", - "filename": "Icon76.png" - }, - { - "scale": "2x", - "size": "76x76", - "idiom": "ipad", - "filename": "Icon152.png" - }, - { - "scale": "2x", - "size": "83.5x83.5", - "idiom": "ipad", - "filename": "Icon167.png" - }, - { - "scale": "1x", - "size": "1024x1024", - "idiom": "ios-marketing", - "filename": "Icon1024.png" - } - ], - "properties": {}, - "info": { - "version": 1, - "author": "xcode" - } -} \ No newline at end of file diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png deleted file mode 100644 index 9174c98..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon1024.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png deleted file mode 100644 index 9c60a17..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon120.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png deleted file mode 100644 index 448d6ef..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon152.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png deleted file mode 100644 index 8524768..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon167.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png deleted file mode 100644 index 60a6470..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon180.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png deleted file mode 100644 index 45268a6..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon20.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png deleted file mode 100644 index 6a6c77a..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon29.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png deleted file mode 100644 index cc7edcf..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon40.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png deleted file mode 100644 index 1ad04f0..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon58.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png deleted file mode 100644 index 2dd5262..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon60.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png deleted file mode 100644 index b058cae..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon76.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png deleted file mode 100644 index 02e47a2..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon80.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png b/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png deleted file mode 100644 index 4954a4b..0000000 Binary files a/QRBee/QRBee.iOS/Assets.xcassets/AppIcon.appiconset/Icon87.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Entitlements.plist b/QRBee/QRBee.iOS/Entitlements.plist deleted file mode 100644 index e9a3005..0000000 --- a/QRBee/QRBee.iOS/Entitlements.plist +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/QRBee/QRBee.iOS/Info.plist b/QRBee/QRBee.iOS/Info.plist deleted file mode 100644 index 46a0fd9..0000000 --- a/QRBee/QRBee.iOS/Info.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - UIDeviceFamily - - 1 - 2 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - MinimumOSVersion - 8.0 - CFBundleDisplayName - QRBee - CFBundleIdentifier - com.companyname.QRBee - CFBundleVersion - 1.0 - UILaunchStoryboardName - LaunchScreen - CFBundleName - QRBee - XSAppIconAssets - Assets.xcassets/AppIcon.appiconset - - diff --git a/QRBee/QRBee.iOS/Main.cs b/QRBee/QRBee.iOS/Main.cs deleted file mode 100644 index bc521af..0000000 --- a/QRBee/QRBee.iOS/Main.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; - -using Foundation; -using UIKit; - -namespace QRBee.iOS -{ - public class Application - { - // This is the main entry point of the application. - static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(AppDelegate)); - } - } -} diff --git a/QRBee/QRBee.iOS/Properties/AssemblyInfo.cs b/QRBee/QRBee.iOS/Properties/AssemblyInfo.cs deleted file mode 100644 index bbf0dd8..0000000 --- a/QRBee/QRBee.iOS/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("QRBee.iOS")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("QRBee.iOS")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("72bdc44f-c588-44f3-b6df-9aace7daafdd")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/QRBee/QRBee.iOS/QRBee.iOS.csproj b/QRBee/QRBee.iOS/QRBee.iOS.csproj deleted file mode 100644 index 76d084d..0000000 --- a/QRBee/QRBee.iOS/QRBee.iOS.csproj +++ /dev/null @@ -1,155 +0,0 @@ - - - - Debug - iPhoneSimulator - 8.0.30703 - 2.0 - {D46DBAB1-19E0-441C-B2DB-38F1620C160E} - {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {89a4fe7c-635d-49c9-8d8c-5cd363c0d68d} - Exe - QRBee.iOS - Resources - QRBee.iOS - true - NSUrlSessionHandler - automatic - - - true - portable - false - bin\iPhoneSimulator\Debug - DEBUG - prompt - 4 - x86_64 - None - true - - - none - true - bin\iPhoneSimulator\Release - prompt - 4 - None - x86_64 - - - true - portable - false - bin\iPhone\Debug - DEBUG - prompt - 4 - ARM64 - iPhone Developer - true - Entitlements.plist - None - -all - true - - - none - true - bin\iPhone\Release - prompt - 4 - ARM64 - iPhone Developer - Entitlements.plist - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - - - - - - - - - - - - - - - - - - - - - 2.1.5 - - - - - 2.4.1 - - - 2.4.1 - - - - - - {C651AD58-D087-4261-8C8E-EBA6140F3E72} - QRBee - - - \ No newline at end of file diff --git a/QRBee/QRBee.iOS/Resources/Default-568h@2x.png b/QRBee/QRBee.iOS/Resources/Default-568h@2x.png deleted file mode 100644 index 26c6461..0000000 Binary files a/QRBee/QRBee.iOS/Resources/Default-568h@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/Default-Portrait.png b/QRBee/QRBee.iOS/Resources/Default-Portrait.png deleted file mode 100644 index 5d0d1ab..0000000 Binary files a/QRBee/QRBee.iOS/Resources/Default-Portrait.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/Default-Portrait@2x.png b/QRBee/QRBee.iOS/Resources/Default-Portrait@2x.png deleted file mode 100644 index 0ee2688..0000000 Binary files a/QRBee/QRBee.iOS/Resources/Default-Portrait@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/Default.png b/QRBee/QRBee.iOS/Resources/Default.png deleted file mode 100644 index b74643c..0000000 Binary files a/QRBee/QRBee.iOS/Resources/Default.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/Default@2x.png b/QRBee/QRBee.iOS/Resources/Default@2x.png deleted file mode 100644 index dbd6bd3..0000000 Binary files a/QRBee/QRBee.iOS/Resources/Default@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/LaunchScreen.storyboard b/QRBee/QRBee.iOS/Resources/LaunchScreen.storyboard deleted file mode 100644 index a639c2f..0000000 --- a/QRBee/QRBee.iOS/Resources/LaunchScreen.storyboard +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/QRBee/QRBee.iOS/Resources/icon_about.png b/QRBee/QRBee.iOS/Resources/icon_about.png deleted file mode 100644 index 4884525..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_about.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/icon_about@2x.png b/QRBee/QRBee.iOS/Resources/icon_about@2x.png deleted file mode 100644 index f9ba9f9..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_about@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/icon_about@3x.png b/QRBee/QRBee.iOS/Resources/icon_about@3x.png deleted file mode 100644 index fa470c2..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_about@3x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/icon_feed.png b/QRBee/QRBee.iOS/Resources/icon_feed.png deleted file mode 100644 index fdf6daf..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_feed.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/icon_feed@2x.png b/QRBee/QRBee.iOS/Resources/icon_feed@2x.png deleted file mode 100644 index 845d96c..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_feed@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/icon_feed@3x.png b/QRBee/QRBee.iOS/Resources/icon_feed@3x.png deleted file mode 100644 index 812cf73..0000000 Binary files a/QRBee/QRBee.iOS/Resources/icon_feed@3x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/xamarin_logo.png b/QRBee/QRBee.iOS/Resources/xamarin_logo.png deleted file mode 100644 index 7d5007d..0000000 Binary files a/QRBee/QRBee.iOS/Resources/xamarin_logo.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/xamarin_logo@2x.png b/QRBee/QRBee.iOS/Resources/xamarin_logo@2x.png deleted file mode 100644 index a5b9fc0..0000000 Binary files a/QRBee/QRBee.iOS/Resources/xamarin_logo@2x.png and /dev/null differ diff --git a/QRBee/QRBee.iOS/Resources/xamarin_logo@3x.png b/QRBee/QRBee.iOS/Resources/xamarin_logo@3x.png deleted file mode 100644 index b36d00e..0000000 Binary files a/QRBee/QRBee.iOS/Resources/xamarin_logo@3x.png and /dev/null differ diff --git a/QRBee/QRBee/QRBee.csproj b/QRBee/QRBee/QRBee.csproj index 808d2a7..755b362 100644 --- a/QRBee/QRBee/QRBee.csproj +++ b/QRBee/QRBee/QRBee.csproj @@ -18,8 +18,8 @@ + - diff --git a/QRBeeApi/QRBee.Api.csproj b/QRBeeApi/QRBee.Api.csproj index 3df1c32..9433e50 100644 --- a/QRBeeApi/QRBee.Api.csproj +++ b/QRBeeApi/QRBee.Api.csproj @@ -17,8 +17,8 @@ - - + +