diff --git a/FourOperations/.vs/FourOperations/DesignTimeBuild/.dtbcache.v2 b/FourOperations/.vs/FourOperations/DesignTimeBuild/.dtbcache.v2 index fe83bd23a4c604298d9b8516e2872d46383092a7..a7e187d1cd9a1899e16e4f66b64353338da3d4a6 100644 Binary files a/FourOperations/.vs/FourOperations/DesignTimeBuild/.dtbcache.v2 and b/FourOperations/.vs/FourOperations/DesignTimeBuild/.dtbcache.v2 differ diff --git a/FourOperations/.vs/FourOperations/v16/.suo b/FourOperations/.vs/FourOperations/v16/.suo index 63e2842bec5b4451165a15d55a1d22bda69bb6ea..851c9d2484e61226703cc67bb063b93e9cf3f6b2 100644 Binary files a/FourOperations/.vs/FourOperations/v16/.suo and b/FourOperations/.vs/FourOperations/v16/.suo differ diff --git a/FourOperations/FourOperations.sln b/FourOperations/FourOperations.sln index 4c74295939d65b2ecbee5fd11eb8513efdad406a..45ccbb31d19e96de988a9f63ae464181b4e69603 100644 --- a/FourOperations/FourOperations.sln +++ b/FourOperations/FourOperations.sln @@ -5,22 +5,90 @@ VisualStudioVersion = 16.0.30011.22 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FourOperations", "FourOperations\FourOperations.csproj", "{485C65D5-730D-4D04-BD6C-99F2BC1829BA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FourOperationsDemo", "FourOperationsDemo\FourOperationsDemo.csproj", "{0B971942-1128-4AB1-B838-BAA85EADAA81}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FourOperationsDemo", "FourOperationsDemo\FourOperationsDemo.csproj", "{0B971942-1128-4AB1-B838-BAA85EADAA81}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWP", "UWP\UWP.csproj", "{875CF619-1AD2-49DF-8364-42AB38DFDF45}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|ARM = Debug|ARM + Debug|ARM64 = Debug|ARM64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|ARM = Release|ARM + Release|ARM64 = Release|ARM64 + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|ARM.ActiveCfg = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|ARM.Build.0 = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|ARM64.Build.0 = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|x64.ActiveCfg = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|x64.Build.0 = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|x86.ActiveCfg = Debug|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Debug|x86.Build.0 = Debug|Any CPU {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|Any CPU.ActiveCfg = Release|Any CPU {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|Any CPU.Build.0 = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|ARM.ActiveCfg = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|ARM.Build.0 = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|ARM64.ActiveCfg = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|ARM64.Build.0 = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|x64.ActiveCfg = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|x64.Build.0 = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|x86.ActiveCfg = Release|Any CPU + {485C65D5-730D-4D04-BD6C-99F2BC1829BA}.Release|x86.Build.0 = Release|Any CPU {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|ARM.ActiveCfg = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|ARM.Build.0 = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|ARM64.ActiveCfg = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|ARM64.Build.0 = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|x64.ActiveCfg = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|x64.Build.0 = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|x86.ActiveCfg = Debug|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Debug|x86.Build.0 = Debug|Any CPU {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|Any CPU.ActiveCfg = Release|Any CPU {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|Any CPU.Build.0 = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|ARM.ActiveCfg = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|ARM.Build.0 = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|ARM64.ActiveCfg = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|ARM64.Build.0 = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|x64.ActiveCfg = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|x64.Build.0 = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|x86.ActiveCfg = Release|Any CPU + {0B971942-1128-4AB1-B838-BAA85EADAA81}.Release|x86.Build.0 = Release|Any CPU + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|Any CPU.ActiveCfg = Debug|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM.ActiveCfg = Debug|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM.Build.0 = Debug|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM.Deploy.0 = Debug|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM64.Build.0 = Debug|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|ARM64.Deploy.0 = Debug|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x64.ActiveCfg = Debug|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x64.Build.0 = Debug|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x64.Deploy.0 = Debug|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x86.ActiveCfg = Debug|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x86.Build.0 = Debug|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Debug|x86.Deploy.0 = Debug|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|Any CPU.ActiveCfg = Release|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM.ActiveCfg = Release|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM.Build.0 = Release|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM.Deploy.0 = Release|ARM + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM64.ActiveCfg = Release|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM64.Build.0 = Release|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|ARM64.Deploy.0 = Release|ARM64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x64.ActiveCfg = Release|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x64.Build.0 = Release|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x64.Deploy.0 = Release|x64 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x86.ActiveCfg = Release|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x86.Build.0 = Release|x86 + {875CF619-1AD2-49DF-8364-42AB38DFDF45}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.assets.cache b/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.assets.cache index 1500dc856b370f95def2f1324058ad7fb35c2e16..0c9c1221fd2e3920e9783f2aa758b774bfac1826 100644 Binary files a/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.assets.cache and b/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.assets.cache differ diff --git a/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.csprojAssemblyReference.cache b/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.csprojAssemblyReference.cache index 42afe85aa8032eb7b595ce49cb6f440156b1aa94..5899cd9fad899255e41f5b7e214d3812ce9e2792 100644 Binary files a/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.csprojAssemblyReference.cache and b/FourOperations/FourOperations/obj/Debug/netstandard2.0/FourOperations.csprojAssemblyReference.cache differ diff --git a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.dgspec.json b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.dgspec.json index 68ed23e244eb0d876835b3bad35b101d8158b85a..4801decabe1d43cbf9bbe134602747a6ede4e8f5 100644 --- a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.dgspec.json +++ b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.dgspec.json @@ -1,26 +1,21 @@ { "format": 1, "restore": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj": {} + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj": {} }, "projects": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj": { + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", + "projectUniqueName": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", "projectName": "FourOperations", - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", - "packagesPath": "C:\\Users\\linso\\.nuget\\packages\\", - "outputPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\obj\\", + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", + "packagesPath": "C:\\Users\\Lenovo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\obj\\", "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], "configFilePaths": [ - "C:\\Users\\linso\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + "C:\\Users\\Lenovo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netstandard2.0" diff --git a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.props b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.props index a6c665ef69fd4e1484541861fdddecf05fba6c86..1c71de96c947e093e1dadf3a8c809a1b1553e6f4 100644 --- a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.props +++ b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.props @@ -5,7 +5,7 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\linso\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + C:\Users\Lenovo\.nuget\packages\ PackageReference 5.5.0 diff --git a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.targets b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.targets index f09823b850f2b3bc63252eb0a911579f970b65f4..8f2d2d658defc36b6b8b658296715f4f312f528e 100644 --- a/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.targets +++ b/FourOperations/FourOperations/obj/FourOperations.csproj.nuget.g.targets @@ -4,6 +4,6 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - + \ No newline at end of file diff --git a/FourOperations/FourOperations/obj/project.assets.json b/FourOperations/FourOperations/obj/project.assets.json index c364c365ad918593c56ecdceef5ec19b755e8039..b81b65e4e028525dc9b290661c17098c0b11aac6 100644 --- a/FourOperations/FourOperations/obj/project.assets.json +++ b/FourOperations/FourOperations/obj/project.assets.json @@ -180,27 +180,20 @@ ] }, "packageFolders": { - "C:\\Users\\linso\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + "C:\\Users\\Lenovo\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", + "projectUniqueName": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", "projectName": "FourOperations", - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", - "packagesPath": "C:\\Users\\linso\\.nuget\\packages\\", - "outputPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\obj\\", + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", + "packagesPath": "C:\\Users\\Lenovo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\obj\\", "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], "configFilePaths": [ - "C:\\Users\\linso\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + "C:\\Users\\Lenovo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netstandard2.0" diff --git a/FourOperations/FourOperations/obj/project.nuget.cache b/FourOperations/FourOperations/obj/project.nuget.cache index eca90ef351d34ad5bfbccc3ed86f4e449d41ed39..fb1f8ddc5534d3e299b9d8297bef7e84592f0d34 100644 --- a/FourOperations/FourOperations/obj/project.nuget.cache +++ b/FourOperations/FourOperations/obj/project.nuget.cache @@ -1,11 +1,11 @@ { "version": 2, - "dgSpecHash": "cKtolG8vsdAwbMXD/U7IHavPWfILbEjFFw1KR9VnKMUhe5OIYV/v0cTrrQORCLsP5uKaLl9EjCowrrndxYqDbg==", + "dgSpecHash": "5TT3mkkO6DvGsxgOFEOXojTJPe2S5Sm4VBYd8TJdxguwl3W9o2zWOrjONpTssp9Xlk0i2pIE9BzX/d+YatK7sw==", "success": true, - "projectFilePath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", + "projectFilePath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", "expectedPackageFiles": [ - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512" + "C:\\Users\\Lenovo\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\Lenovo\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.assets.cache b/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.assets.cache index a3a18ad17a6833729a8b6a6ca34ba4489972582a..ba05bb0c782b461c671061c83b96ca42df07944a 100644 Binary files a/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.assets.cache and b/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.assets.cache differ diff --git a/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.csprojAssemblyReference.cache b/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.csprojAssemblyReference.cache index f8bd0e557017a29cb4b112ca9e565733271003aa..96dbac2d59c3c56a8d6e93b8675b80b4cbff4b13 100644 Binary files a/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.csprojAssemblyReference.cache and b/FourOperations/FourOperationsDemo/obj/Debug/netcoreapp3.1/FourOperationsDemo.csprojAssemblyReference.cache differ diff --git a/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.dgspec.json b/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.dgspec.json index 7d8be77896a5de13f50e872cdc76245181fe37a1..2791b855a7f4db2c7e793dfd9b6876b437824f7f 100644 --- a/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.dgspec.json +++ b/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.dgspec.json @@ -1,26 +1,21 @@ { "format": 1, "restore": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj": {} + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj": {} }, "projects": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj": { + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", + "projectUniqueName": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", "projectName": "FourOperationsDemo", - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", - "packagesPath": "C:\\Users\\linso\\.nuget\\packages\\", - "outputPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\obj\\", + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", + "packagesPath": "C:\\Users\\Lenovo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\obj\\", "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], "configFilePaths": [ - "C:\\Users\\linso\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + "C:\\Users\\Lenovo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netcoreapp3.1" @@ -32,8 +27,8 @@ "frameworks": { "netcoreapp3.1": { "projectReferences": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj": { - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj" + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj": { + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj" } } } @@ -65,23 +60,18 @@ } } }, - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj": { + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", + "projectUniqueName": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", "projectName": "FourOperations", - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj", - "packagesPath": "C:\\Users\\linso\\.nuget\\packages\\", - "outputPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\obj\\", + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj", + "packagesPath": "C:\\Users\\Lenovo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\obj\\", "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], "configFilePaths": [ - "C:\\Users\\linso\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + "C:\\Users\\Lenovo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netstandard2.0" diff --git a/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.g.props b/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.g.props index a6c665ef69fd4e1484541861fdddecf05fba6c86..1c71de96c947e093e1dadf3a8c809a1b1553e6f4 100644 --- a/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.g.props +++ b/FourOperations/FourOperationsDemo/obj/FourOperationsDemo.csproj.nuget.g.props @@ -5,7 +5,7 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\linso\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + C:\Users\Lenovo\.nuget\packages\ PackageReference 5.5.0 diff --git a/FourOperations/FourOperationsDemo/obj/project.assets.json b/FourOperations/FourOperationsDemo/obj/project.assets.json index 71e0c47209addc19ba7683fff8117ee4e01ed351..f9195c7269c20b5a5782aae6ea529aa49eb8d339 100644 --- a/FourOperations/FourOperationsDemo/obj/project.assets.json +++ b/FourOperations/FourOperationsDemo/obj/project.assets.json @@ -27,27 +27,20 @@ ] }, "packageFolders": { - "C:\\Users\\linso\\.nuget\\packages\\": {}, - "C:\\Microsoft\\Xamarin\\NuGet\\": {}, - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + "C:\\Users\\Lenovo\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", + "projectUniqueName": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", "projectName": "FourOperationsDemo", - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", - "packagesPath": "C:\\Users\\linso\\.nuget\\packages\\", - "outputPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\obj\\", + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", + "packagesPath": "C:\\Users\\Lenovo\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\obj\\", "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Microsoft\\Xamarin\\NuGet\\", - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" - ], "configFilePaths": [ - "C:\\Users\\linso\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" + "C:\\Users\\Lenovo\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "netcoreapp3.1" @@ -59,8 +52,8 @@ "frameworks": { "netcoreapp3.1": { "projectReferences": { - "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj": { - "projectPath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperations\\FourOperations.csproj" + "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj": { + "projectPath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperations\\FourOperations.csproj" } } } diff --git a/FourOperations/FourOperationsDemo/obj/project.nuget.cache b/FourOperations/FourOperationsDemo/obj/project.nuget.cache index 31a67b4ffa328cdbb6e4ec7cc778edbda726e093..7bc0f43e5238be3aa8444a0bb8b91bcdb329eb92 100644 --- a/FourOperations/FourOperationsDemo/obj/project.nuget.cache +++ b/FourOperations/FourOperationsDemo/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "vHszkrHo0/fqRV/6S0wAOl6uG+WvsQLfmXZgjgoM4LvYJdHICJYx91UivyllNAS7NJJDTpKyslocX6upLDzsQw==", + "dgSpecHash": "Li5EZOINv7hSup03oXqPfdwTZnViPacWNUs1aovftGSBX5K7RYJewTu7FKwS+W8hZLJe6lwMdDwsBMwnaVhTIw==", "success": true, - "projectFilePath": "C:\\Users\\linso\\Desktop\\新建文件夹 (2)\\FourOperations\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", + "projectFilePath": "C:\\Users\\Lenovo\\Desktop\\团队\\FourOperations\\FourOperationsDemo\\FourOperationsDemo.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file diff --git a/FourOperations/UWP/.vs/UWP/DesignTimeBuild/.dtbcache.v2 b/FourOperations/UWP/.vs/UWP/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000000000000000000000000000000000000..c901f6ced864ef090c6d904170a5072596b6e49b Binary files /dev/null and b/FourOperations/UWP/.vs/UWP/DesignTimeBuild/.dtbcache.v2 differ diff --git a/FourOperations/UWP/.vs/UWP/v16/.suo b/FourOperations/UWP/.vs/UWP/v16/.suo new file mode 100644 index 0000000000000000000000000000000000000000..ec3e622b02b1c105133b2ad8b62bd7487f66ec17 Binary files /dev/null and b/FourOperations/UWP/.vs/UWP/v16/.suo differ diff --git a/FourOperations/UWP/App.xaml b/FourOperations/UWP/App.xaml new file mode 100644 index 0000000000000000000000000000000000000000..3cb91fc10e6df264b254e91de7c55f826085ca31 --- /dev/null +++ b/FourOperations/UWP/App.xaml @@ -0,0 +1,7 @@ + + + diff --git a/FourOperations/UWP/App.xaml.cs b/FourOperations/UWP/App.xaml.cs new file mode 100644 index 0000000000000000000000000000000000000000..c6bcca0c0c99bbc4ac35dcbd31066ff6ab142eac --- /dev/null +++ b/FourOperations/UWP/App.xaml.cs @@ -0,0 +1,100 @@ +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices.WindowsRuntime; +using Windows.ApplicationModel; +using Windows.ApplicationModel.Activation; +using Windows.Foundation; +using Windows.Foundation.Collections; +using Windows.UI.Xaml; +using Windows.UI.Xaml.Controls; +using Windows.UI.Xaml.Controls.Primitives; +using Windows.UI.Xaml.Data; +using Windows.UI.Xaml.Input; +using Windows.UI.Xaml.Media; +using Windows.UI.Xaml.Navigation; + +namespace UWP +{ + /// + /// 提供特定于应用程序的行为,以补充默认的应用程序类。 + /// + sealed partial class App : Application + { + /// + /// 初始化单一实例应用程序对象。这是执行的创作代码的第一行, + /// 已执行,逻辑上等同于 main() 或 WinMain()。 + /// + public App() + { + this.InitializeComponent(); + this.Suspending += OnSuspending; + } + + /// + /// 在应用程序由最终用户正常启动时进行调用。 + /// 将在启动应用程序以打开特定文件等情况下使用。 + /// + /// 有关启动请求和过程的详细信息。 + protected override void OnLaunched(LaunchActivatedEventArgs e) + { + Frame rootFrame = Window.Current.Content as Frame; + + // 不要在窗口已包含内容时重复应用程序初始化, + // 只需确保窗口处于活动状态 + if (rootFrame == null) + { + // 创建要充当导航上下文的框架,并导航到第一页 + rootFrame = new Frame(); + + rootFrame.NavigationFailed += OnNavigationFailed; + + if (e.PreviousExecutionState == ApplicationExecutionState.Terminated) + { + //TODO: 从之前挂起的应用程序加载状态 + } + + // 将框架放在当前窗口中 + Window.Current.Content = rootFrame; + } + + if (e.PrelaunchActivated == false) + { + if (rootFrame.Content == null) + { + // 当导航堆栈尚未还原时,导航到第一页, + // 并通过将所需信息作为导航参数传入来配置 + // 参数 + rootFrame.Navigate(typeof(MainPage), e.Arguments); + } + // 确保当前窗口处于活动状态 + Window.Current.Activate(); + } + } + + /// + /// 导航到特定页失败时调用 + /// + ///导航失败的框架 + ///有关导航失败的详细信息 + void OnNavigationFailed(object sender, NavigationFailedEventArgs e) + { + throw new Exception("Failed to load Page " + e.SourcePageType.FullName); + } + + /// + /// 在将要挂起应用程序执行时调用。 在不知道应用程序 + /// 无需知道应用程序会被终止还是会恢复, + /// 并让内存内容保持不变。 + /// + /// 挂起的请求的源。 + /// 有关挂起请求的详细信息。 + private void OnSuspending(object sender, SuspendingEventArgs e) + { + var deferral = e.SuspendingOperation.GetDeferral(); + //TODO: 保存应用程序状态并停止任何后台活动 + deferral.Complete(); + } + } +} diff --git a/FourOperations/UWP/Assets/LockScreenLogo.scale-200.png b/FourOperations/UWP/Assets/LockScreenLogo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..735f57adb5dfc01886d137b4e493d7e97cf13af3 Binary files /dev/null and b/FourOperations/UWP/Assets/LockScreenLogo.scale-200.png differ diff --git a/FourOperations/UWP/Assets/SplashScreen.scale-200.png b/FourOperations/UWP/Assets/SplashScreen.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..023e7f1feda78d5100569825acedfd213a0d84e9 Binary files /dev/null and b/FourOperations/UWP/Assets/SplashScreen.scale-200.png differ diff --git a/FourOperations/UWP/Assets/Square150x150Logo.scale-200.png b/FourOperations/UWP/Assets/Square150x150Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..af49fec1a5484db1d52a7f9b5ec90a27c7030186 Binary files /dev/null and b/FourOperations/UWP/Assets/Square150x150Logo.scale-200.png differ diff --git a/FourOperations/UWP/Assets/Square44x44Logo.scale-200.png b/FourOperations/UWP/Assets/Square44x44Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..ce342a2ec8a61291ba76c54604aea7e9d20af11b Binary files /dev/null and b/FourOperations/UWP/Assets/Square44x44Logo.scale-200.png differ diff --git a/FourOperations/UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png b/FourOperations/UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c02ce97e0a802b85f6021e822c89f8bf57d5cd Binary files /dev/null and b/FourOperations/UWP/Assets/Square44x44Logo.targetsize-24_altform-unplated.png differ diff --git a/FourOperations/UWP/Assets/StoreLogo.png b/FourOperations/UWP/Assets/StoreLogo.png new file mode 100644 index 0000000000000000000000000000000000000000..7385b56c0e4d3c6b0efe3324aa1194157d837826 Binary files /dev/null and b/FourOperations/UWP/Assets/StoreLogo.png differ diff --git a/FourOperations/UWP/Assets/Wide310x150Logo.scale-200.png b/FourOperations/UWP/Assets/Wide310x150Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..288995b397fdbef1fb7e85afd71445d5de1952c5 Binary files /dev/null and b/FourOperations/UWP/Assets/Wide310x150Logo.scale-200.png differ diff --git a/FourOperations/UWP/MainPage.xaml b/FourOperations/UWP/MainPage.xaml new file mode 100644 index 0000000000000000000000000000000000000000..0c4b2d6b57a45cb3a50a2b6737ac53f7df152a5c --- /dev/null +++ b/FourOperations/UWP/MainPage.xaml @@ -0,0 +1,30 @@ + + + +