From 1ea8a5c1800d0454d042b0312ecb2b9b3bcabe39 Mon Sep 17 00:00:00 2001 From: "sunamo.cz" Date: Fri, 23 Aug 2024 14:25:45 +0200 Subject: [PATCH 1/7] Knowledge is power. --- src/{.editorconfig => .editorconfig2} | 0 src/TextCopy.sln | 494 +++++++++++++------------- src/TextCopy/ClipboardService.cs | 17 +- src/iOSApp/iOSApp.csproj | 285 ++++++++------- 4 files changed, 405 insertions(+), 391 deletions(-) rename src/{.editorconfig => .editorconfig2} (100%) diff --git a/src/.editorconfig b/src/.editorconfig2 similarity index 100% rename from src/.editorconfig rename to src/.editorconfig2 diff --git a/src/TextCopy.sln b/src/TextCopy.sln index 6ac26495..6aa19c76 100644 --- a/src/TextCopy.sln +++ b/src/TextCopy.sln @@ -1,247 +1,247 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.1.31911.260 -MinimumVisualStudioVersion = 15.0.26730.16 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2745D9FA-8583-434A-87D8-9A8BC11F5B0B}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - appveyor.yml = appveyor.yml - Directory.Build.props = Directory.Build.props - Directory.Packages.props = Directory.Packages.props - global.json = global.json - ..\readme.md = ..\readme.md - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextCopy", "TextCopy\TextCopy.csproj", "{92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}" - ProjectSection(ProjectDependencies) = postProject - {7E80FA1F-BA79-4AE2-8E49-7334BE790815} = {7E80FA1F-BA79-4AE2-8E49-7334BE790815} - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidApp", "AndroidApp\AndroidApp.csproj", "{2B499E73-CF11-4333-B9DC-691AF5B73D5C}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weavers", "Weavers\Weavers.csproj", "{7E80FA1F-BA79-4AE2-8E49-7334BE790815}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iOSApp", "iOSApp\iOSApp.csproj", "{EAB4EF13-D4DE-4544-92B6-C1467683FA0B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSample", "BlazorSample\BlazorSample.csproj", "{6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|ARM = Debug|ARM - Debug|ARM64 = Debug|ARM64 - 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|ARM64 = Release|ARM64 - Release|iPhone = Release|iPhone - Release|iPhoneSimulator = Release|iPhoneSimulator - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM64.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhone.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x64.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x64.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x86.ActiveCfg = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x86.Build.0 = Debug|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|Any CPU.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM64.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM64.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhone.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhone.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x64.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x64.Build.0 = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x86.ActiveCfg = Release|Any CPU - {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x86.Build.0 = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM.Build.0 = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM64.Build.0 = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x64.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x64.Build.0 = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x86.ActiveCfg = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x86.Build.0 = Debug|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|Any CPU.Build.0 = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM.Build.0 = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM64.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM64.Build.0 = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|iPhone.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x64.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x64.Build.0 = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x86.ActiveCfg = Release|Any CPU - {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x86.Build.0 = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM.Build.0 = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM64.Build.0 = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x64.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x64.Build.0 = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x86.ActiveCfg = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x86.Build.0 = Debug|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|Any CPU.Build.0 = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM.Build.0 = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM64.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM64.Build.0 = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|iPhone.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x64.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x64.Build.0 = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x86.ActiveCfg = Release|Any CPU - {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x86.Build.0 = Release|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM64.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|ARM64.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhone.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhone.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x64.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x64.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x64.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x86.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x86.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Debug|x86.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|Any CPU.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM64.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM64.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|ARM64.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhone.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhone.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhone.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhoneSimulator.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|iPhoneSimulator.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x64.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x64.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x64.Deploy.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x86.ActiveCfg = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x86.Build.0 = Debug|Any CPU - {2B499E73-CF11-4333-B9DC-691AF5B73D5C}.Release|x86.Deploy.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM64.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhone.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x64.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x64.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x86.ActiveCfg = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x86.Build.0 = Debug|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|Any CPU.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM64.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM64.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhone.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhone.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x64.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x64.Build.0 = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x86.ActiveCfg = Release|Any CPU - {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x86.Build.0 = Release|Any CPU - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|Any CPU.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|ARM.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|ARM64.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhone.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhone.Build.0 = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|x64.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|x86.ActiveCfg = Debug|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|Any CPU.ActiveCfg = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|ARM.ActiveCfg = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|ARM64.ActiveCfg = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhone.ActiveCfg = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhone.Build.0 = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|x64.ActiveCfg = Release|iPhone - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|x86.ActiveCfg = Release|iPhone - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM64.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhone.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x64.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x64.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x86.ActiveCfg = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x86.Build.0 = Debug|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|Any CPU.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM64.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM64.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhone.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhone.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x64.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x64.Build.0 = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x86.ActiveCfg = Release|Any CPU - {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {A9DBE1FD-2601-4F67-B85B-CE26A668FA05} - EndGlobalSection -EndGlobal +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.31911.260 +MinimumVisualStudioVersion = 15.0.26730.16 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2745D9FA-8583-434A-87D8-9A8BC11F5B0B}" + ProjectSection(SolutionItems) = preProject + appveyor.yml = appveyor.yml + .editorconfig2 = .editorconfig2 + Directory.Build.props = Directory.Build.props + Directory.Packages.props = Directory.Packages.props + global.json = global.json + ..\readme.md = ..\readme.md + EndProjectSection +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextCopy", "TextCopy\TextCopy.csproj", "{92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}" + ProjectSection(ProjectDependencies) = postProject + {7E80FA1F-BA79-4AE2-8E49-7334BE790815} = {7E80FA1F-BA79-4AE2-8E49-7334BE790815} + EndProjectSection +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidApp", "AndroidApp\AndroidApp.csproj", "{09F670AA-D49D-4401-99DC-0863C9BB464E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weavers", "Weavers\Weavers.csproj", "{7E80FA1F-BA79-4AE2-8E49-7334BE790815}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iOSApp", "iOSApp\iOSApp.csproj", "{EAB4EF13-D4DE-4544-92B6-C1467683FA0B}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSample", "BlazorSample\BlazorSample.csproj", "{6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 + 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|ARM64 = Release|ARM64 + Release|iPhone = Release|iPhone + Release|iPhoneSimulator = Release|iPhoneSimulator + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|ARM64.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhone.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x64.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x64.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x86.ActiveCfg = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Debug|x86.Build.0 = Debug|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|Any CPU.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM64.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|ARM64.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhone.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhone.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x64.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x64.Build.0 = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x86.ActiveCfg = Release|Any CPU + {92E64F4E-6A8E-43C2-9C8D-694E0327BEF0}.Release|x86.Build.0 = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM.Build.0 = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|ARM64.Build.0 = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x64.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x64.Build.0 = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x86.ActiveCfg = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Debug|x86.Build.0 = Debug|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|Any CPU.Build.0 = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM.Build.0 = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM64.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|ARM64.Build.0 = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|iPhone.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x64.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x64.Build.0 = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x86.ActiveCfg = Release|Any CPU + {87DB4CC0-4AC3-4AC1-97FD-7C55D3B921D9}.Release|x86.Build.0 = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM.Build.0 = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|ARM64.Build.0 = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x64.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x64.Build.0 = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x86.ActiveCfg = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Debug|x86.Build.0 = Debug|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|Any CPU.Build.0 = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM.Build.0 = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM64.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|ARM64.Build.0 = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|iPhone.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x64.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x64.Build.0 = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x86.ActiveCfg = Release|Any CPU + {01C65189-BBE7-40B6-8D11-57CEF7ECD5BC}.Release|x86.Build.0 = Release|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM64.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|ARM64.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhone.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhone.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x64.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x64.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x64.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x86.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x86.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Debug|x86.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|Any CPU.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM64.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM64.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|ARM64.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhone.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhone.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhone.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhoneSimulator.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|iPhoneSimulator.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x64.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x64.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x64.Deploy.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x86.ActiveCfg = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x86.Build.0 = Debug|Any CPU + {09F670AA-D49D-4401-99DC-0863C9BB464E}.Release|x86.Deploy.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|ARM64.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhone.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x64.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x64.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x86.ActiveCfg = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Debug|x86.Build.0 = Debug|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|Any CPU.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM64.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|ARM64.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhone.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhone.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x64.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x64.Build.0 = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x86.ActiveCfg = Release|Any CPU + {7E80FA1F-BA79-4AE2-8E49-7334BE790815}.Release|x86.Build.0 = Release|Any CPU + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|Any CPU.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|ARM.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|ARM64.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhone.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhone.Build.0 = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|x64.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Debug|x86.ActiveCfg = Debug|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|Any CPU.ActiveCfg = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|ARM.ActiveCfg = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|ARM64.ActiveCfg = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhone.ActiveCfg = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhone.Build.0 = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|x64.ActiveCfg = Release|iPhone + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B}.Release|x86.ActiveCfg = Release|iPhone + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|ARM64.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhone.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhone.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x64.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x64.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x86.ActiveCfg = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Debug|x86.Build.0 = Debug|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|Any CPU.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM64.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|ARM64.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhone.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhone.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|iPhoneSimulator.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x64.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x64.Build.0 = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x86.ActiveCfg = Release|Any CPU + {6D2BF1D4-3AEC-441B-B9CF-11890A0F96F1}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A9DBE1FD-2601-4F67-B85B-CE26A668FA05} + EndGlobalSection +EndGlobal diff --git a/src/TextCopy/ClipboardService.cs b/src/TextCopy/ClipboardService.cs index 4b2951ea..ba6a6ea8 100644 --- a/src/TextCopy/ClipboardService.cs +++ b/src/TextCopy/ClipboardService.cs @@ -59,5 +59,20 @@ public static Task SetTextAsync(string text, Cancellation cancellation = default public static void SetText(string text) { setAction(text); - } + } + + ///// + ///// Clears the Clipboard and then adds text data to it. + ///// + //public static Task SetLinesAsync(List lines, Cancellation cancellation = default) + //{ + // return setAsyncAction(string.Join(Environment.), cancellation); + //} + ///// + ///// Clears the Clipboard and then adds text data to it. + ///// + //public static void SetLines(List lines) + //{ + // setAction(); + //} } \ No newline at end of file diff --git a/src/iOSApp/iOSApp.csproj b/src/iOSApp/iOSApp.csproj index 2af86f49..915fa31b 100644 --- a/src/iOSApp/iOSApp.csproj +++ b/src/iOSApp/iOSApp.csproj @@ -1,144 +1,143 @@ - - - - Debug - iPhoneSimulator - {EAB4EF13-D4DE-4544-92B6-C1467683FA0B} - {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {edc1b0fa-90cd-4038-8fad-98fe74adb368} - Exe - iOSApp - iOSApp - Resources - true - NSUrlSessionHandler - PackageReference - automatic - - - true - full - false - bin\iPhoneSimulator\Debug - DEBUG - prompt - 4 - x86_64 - None - true - - - none - true - bin\iPhoneSimulator\Release - prompt - 4 - None - x86_64 - - - true - full - false - bin\iPhone\Debug - DEBUG - prompt - 4 - ARM64 - Entitlements.plist - iPhone Developer - true - - - none - true - bin\iPhone\Release - prompt - 4 - Entitlements.plist - ARM64 - iPhone Developer - - - - - - - - - - - - - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - false - - - - - - - - - - - - - - - - - - - - ViewController.cs - - - - - {92e64f4e-6a8e-43c2-9c8d-694e0327bef0} - TextCopy - - - + + + Debug + iPhoneSimulator + {EAB4EF13-D4DE-4544-92B6-C1467683FA0B} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + {edc1b0fa-90cd-4038-8fad-98fe74adb368} + Exe + iOSApp + iOSApp + Resources + true + NSUrlSessionHandler + PackageReference + automatic + + + true + full + false + bin\iPhoneSimulator\Debug + DEBUG + prompt + 4 + x86_64 + None + true + + + none + true + bin\iPhoneSimulator\Release + prompt + 4 + None + x86_64 + + + true + full + false + bin\iPhone\Debug + DEBUG + prompt + 4 + ARM64 + Entitlements.plist + iPhone Developer + true + + + none + true + bin\iPhone\Release + prompt + 4 + Entitlements.plist + ARM64 + iPhone Developer + + + + + + + + + + + + + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + + + + + + + + + + + + + + + + + + ViewController.cs + + + + + {92e64f4e-6a8e-43c2-9c8d-694e0327bef0} + TextCopy + + + \ No newline at end of file From 4216d70e8c9cc147dc6691482dfbf96ac350d0b1 Mon Sep 17 00:00:00 2001 From: "sunamo.cz" Date: Sun, 8 Jun 2025 19:05:36 +0200 Subject: [PATCH 2/7] Removed file --- src/Directory.Build.props | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/Directory.Build.props diff --git a/src/Directory.Build.props b/src/Directory.Build.props deleted file mode 100644 index a824a7b5..00000000 --- a/src/Directory.Build.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - 6.2.1 - preview - 1.0.0 - Clipboard, Copy - A cross platform package to copy text to the clipboard. - true - all - low - true - true - - \ No newline at end of file From d5d112e8bfcd6e4ae123902c80decd302f2f9e05 Mon Sep 17 00:00:00 2001 From: "sunamo.cz" Date: Wed, 20 Aug 2025 23:27:13 +0200 Subject: [PATCH 3/7] feat: Get and Set lines --- src/TextCopy/ClipboardService.cs | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/src/TextCopy/ClipboardService.cs b/src/TextCopy/ClipboardService.cs index 4b2951ea..3e484326 100644 --- a/src/TextCopy/ClipboardService.cs +++ b/src/TextCopy/ClipboardService.cs @@ -28,6 +28,28 @@ public static partial class ClipboardService return getFunc(); } + /// + /// Retrieves text data from the Clipboard and splits it into lines. + /// + public static async Task GetLinesAsync(Cancellation cancellation = default) + { + var text = await GetTextAsync(cancellation); + if (text == null) + return null; + return text.Split(new[] { "\r\n", "\r", "\n" }, StringSplitOptions.None); + } + + /// + /// Retrieves text data from the Clipboard and splits it into lines. + /// + public static string[]? GetLines() + { + var text = GetText(); + if (text == null) + return null; + return text.Split(new[] { "\r\n", "\r", "\n" }, StringSplitOptions.None); + } + static Func setAsyncAction; static Action setAction; @@ -60,4 +82,22 @@ public static void SetText(string text) { setAction(text); } + + /// + /// Clears the Clipboard and then adds lines of text data to it. + /// + public static Task SetLinesAsync(string[] lines, Cancellation cancellation = default) + { + var text = string.Join(Environment.NewLine, lines); + return SetTextAsync(text, cancellation); + } + + /// + /// Clears the Clipboard and then adds lines of text data to it. + /// + public static void SetLines(string[] lines) + { + var text = string.Join(Environment.NewLine, lines); + SetText(text); + } } \ No newline at end of file From 8e8a0bd085b15cae720dbdb96a4ecadfaee24524 Mon Sep 17 00:00:00 2001 From: smutekutek Date: Sat, 4 Jul 2026 13:48:01 +0200 Subject: [PATCH 4/7] fix: build.ps1 pouzival smazany TextCopy.sln a msbuild.exe Repo bylo prevedeno na TextCopy.slnx, ale build.ps1 stale odkazoval na stary .sln soubor a volal msbuild.exe, ktery na macOS/Linux AppVeyor runnerech neexistuje - vsechny 3 joby proto selhavaly. Zaroven vraceno omylem prejmenovane src/.editorconfig2 zpet na .editorconfig (bylo zpusobeno merge konfliktem). Co-Authored-By: Claude Sonnet 5 --- src/{.editorconfig2 => .editorconfig} | 0 src/build.ps1 | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{.editorconfig2 => .editorconfig} (100%) diff --git a/src/.editorconfig2 b/src/.editorconfig similarity index 100% rename from src/.editorconfig2 rename to src/.editorconfig diff --git a/src/build.ps1 b/src/build.ps1 index e5944190..ca5bfc52 100644 --- a/src/build.ps1 +++ b/src/build.ps1 @@ -1,7 +1,7 @@ -msbuild.exe src/TextCopy.sln /t:restore /p:Configuration=Release -verbosity:quiet +dotnet msbuild src/TextCopy.slnx -t:restore -p:Configuration=Release -verbosity:quiet -msbuild.exe src/TextCopy.sln /t:build /p:Configuration=Release -verbosity:quiet +dotnet msbuild src/TextCopy.slnx -t:build -p:Configuration=Release -verbosity:quiet -msbuild.exe src/TextCopy.sln /t:pack /p:Configuration=Release -verbosity:quiet +dotnet msbuild src/TextCopy.slnx -t:pack -p:Configuration=Release -verbosity:quiet dotnet test src --configuration Release --no-build --no-restore --nologo \ No newline at end of file From 0489713b12af13a863aa7a007fbf25854113e32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Jan=C4=8D=C3=ADk?= Date: Sat, 4 Jul 2026 14:48:27 +0200 Subject: [PATCH 5/7] chore: pridat *-claude*/ do gitignore proti omylem trackovanym worktree slozkam (#1) Co-authored-by: smutekutek --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e759b75..32544067 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,4 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ +*-claude*/ From 490c71786f44869d25c3e7f727006e68179b2ce8 Mon Sep 17 00:00:00 2001 From: smutekutek Date: Sat, 4 Jul 2026 15:25:50 +0200 Subject: [PATCH 6/7] fix: dotnet msbuild neumi .slnx, pouzit primo dotnet restore/build/pack AppVeyor bezi na MSBuild 17.8.3 - jeho legacy solution parser neumi novy XML format .slnx (MSB4068: element unrecognized). dotnet CLI prikazy (restore/build/pack) maji vlastni slnx-aware solution loader nezavisly na teto starsi verzi MSBuild. --- src/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/build.ps1 b/src/build.ps1 index ca5bfc52..250ed8c7 100644 --- a/src/build.ps1 +++ b/src/build.ps1 @@ -1,7 +1,7 @@ -dotnet msbuild src/TextCopy.slnx -t:restore -p:Configuration=Release -verbosity:quiet +dotnet restore src/TextCopy.slnx --verbosity quiet -dotnet msbuild src/TextCopy.slnx -t:build -p:Configuration=Release -verbosity:quiet +dotnet build src/TextCopy.slnx --configuration Release --no-restore --verbosity quiet -dotnet msbuild src/TextCopy.slnx -t:pack -p:Configuration=Release -verbosity:quiet +dotnet pack src/TextCopy.slnx --configuration Release --no-restore --verbosity quiet dotnet test src --configuration Release --no-build --no-restore --nologo \ No newline at end of file From 5256d1be46271990a1481b209c2e3ff7af49b737 Mon Sep 17 00:00:00 2001 From: smutekutek Date: Sat, 4 Jul 2026 15:38:47 +0200 Subject: [PATCH 7/7] fix: build primo proti .csproj, ne proti .slnx Predchozi fix (dotnet build/restore/pack misto dotnet msbuild -t:) nepomohl - macOS/Ubuntu AppVeyor obrazy maji starsi .NET SDK, jehoz MSBuild neumi zpracovat novy XML format .slnx vubec (MSB4068: element unrecognized), bez ohledu na to jestli se vola pres 'dotnet msbuild' nebo 'dotnet build'. Reseni: stavet primo proti TextCopy.csproj a Tests.csproj, cimz se parsovani slnx uplne obejde a zaroven se vynechaji nesouvisejici ukazkove projekty (AndroidApp, BlazorSample, UapApp, iOSApp, TestConsole), ktere uz maji vlastni nezavisle problemy s balicky (NU1009/NU1202). --- src/build.ps1 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/build.ps1 b/src/build.ps1 index 250ed8c7..df4d321a 100644 --- a/src/build.ps1 +++ b/src/build.ps1 @@ -1,7 +1,11 @@ -dotnet restore src/TextCopy.slnx --verbosity quiet +dotnet restore src/TextCopy/TextCopy.csproj --verbosity quiet -dotnet build src/TextCopy.slnx --configuration Release --no-restore --verbosity quiet +dotnet build src/TextCopy/TextCopy.csproj --configuration Release --no-restore --verbosity quiet -dotnet pack src/TextCopy.slnx --configuration Release --no-restore --verbosity quiet +dotnet pack src/TextCopy/TextCopy.csproj --configuration Release --no-restore --verbosity quiet -dotnet test src --configuration Release --no-build --no-restore --nologo \ No newline at end of file +dotnet restore src/Tests/Tests.csproj --verbosity quiet + +dotnet build src/Tests/Tests.csproj --configuration Release --no-restore --verbosity quiet + +dotnet test src/Tests/Tests.csproj --configuration Release --no-build --no-restore --nologo \ No newline at end of file