diff --git a/.github/workflows/BuildSuccess_Check.yaml b/.github/workflows/BuildSuccess_Check.yaml index d10256329a..478ac8f390 100644 --- a/.github/workflows/BuildSuccess_Check.yaml +++ b/.github/workflows/BuildSuccess_Check.yaml @@ -27,19 +27,19 @@ jobs: uses: microsoft/setup-msbuild@v2 - name: Build MAUI (Windows) run: | - msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-windows10.0.19041.0 /p:RuntimeIdentifier=win10-x64 /p:RuntimeIdentifierOverride=win10-x64 /p:UseRidGraph=true + msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-windows10.0.19041.0 /p:RuntimeIdentifier=win10-x64 /p:RuntimeIdentifierOverride=win10-x64 /p:UseRidGraph=true - name: Build MAUI (Android) run: | - msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-android + msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-android - name: Build MAUI (iOS) run: | - msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-ios + msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-ios - name: Build MAUI (Mac) run: | - msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-maccatalyst + msbuild /restore /t:Build src/MAUI/ArcGIS.Samples.MAUI.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true /p:TargetFramework=net9.0-maccatalyst # WPF .NET Build @@ -55,7 +55,7 @@ jobs: - name: Build WPF .NET run: | - msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.Net.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true + msbuild /restore /t:Build src/WPF/ArcGIS.WPF.Viewer.Net.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true # WinUI Build @@ -71,4 +71,4 @@ jobs: - name: Build WinUI run: | - msbuild /restore /t:Build src/WinUI/ArcGIS.WinUI.Viewer.sln /p:Configuration=Release /p:CentralPackageManagementEnabled=true + msbuild /restore /t:Build src/WinUI/ArcGIS.WinUI.Viewer.slnx /p:Configuration=Release /p:CentralPackageManagementEnabled=true diff --git a/README.md b/README.md index 39d6e73cca..09bb6f2719 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Or, you can browse a searchable list of samples on the ArcGIS for developers web If you want to modify or debug sample code, you can clone this repo and load one of the following solutions: -- All: `src\ArcGIS.Viewers.All.sln` +- All: `src\ArcGIS.Viewers.All.slnx` If you are only interested in one platform, you can open a platform-specific solutions: -- [WPF .NET](src/WPF/readme.md): `src\WPF\WPF.Viewer.Net.sln` -- [.NET MAUI](src/MAUI/readme.md): `src\MAUI\ArcGIS.Samples.Maui.sln` -- [WinUI](src/WinUI/readme.md): `src\WinUI\ArcGIS.WinUI.Viewer.sln` +- [WPF .NET](src/WPF/readme.md): `src\WPF\WPF.Viewer.Net.slnx` +- [.NET MAUI](src/MAUI/readme.md): `src\MAUI\ArcGIS.Samples.Maui.slnx` +- [WinUI](src/WinUI/readme.md): `src\WinUI\ArcGIS.WinUI.Viewer.slnx` ## Notes diff --git a/src/ArcGIS.AllSampleViewers.sln b/src/ArcGIS.AllSampleViewers.sln deleted file mode 100644 index 69ad4a849c..0000000000 --- a/src/ArcGIS.AllSampleViewers.sln +++ /dev/null @@ -1,111 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31912.275 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WinUI", "WinUI", "{14502F3B-7A88-4C48-8EA7-F44D1E4BA42B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WPF", "WPF", "{AFB4071E-38D8-4C36-BFED-48AE0A4A3F42}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.WPF.Viewer.Net", "WPF\WPF.Viewer\ArcGIS.WPF.Viewer.Net.csproj", "{FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.WinUI.Viewer", "WinUI\ArcGIS.WinUI.Viewer\ArcGIS.WinUI.Viewer.csproj", "{F39D6B3E-4E1D-4211-B152-59F8F71C8544}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MAUI", "MAUI", "{5EA55853-597D-4ED0-BAF9-6B737EBC5AC1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.Samples.Maui", "MAUI\Maui.Samples\ArcGIS.Samples.Maui.csproj", "{7F7B3255-9EA0-4296-B690-14BE9E2204F3}" -EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ArcGIS.Samples.Shared", "Samples.Shared\ArcGIS.Samples.Shared.shproj", "{0AD85845-0BA1-4DC9-8C32-E6FD7632E32D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.CatalogGenerator", "Samples.CatalogGenerator\Samples.CatalogGenerator.csproj", "{BBFBE218-B123-9B87-6B83-C46602227A09}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|ARM64 = Debug|ARM64 - Debug|x64 = Debug|x64 - Release|Any CPU = Release|Any CPU - Release|ARM64 = Release|ARM64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|ARM64.Build.0 = Debug|ARM64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|x64.ActiveCfg = Debug|x64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Debug|x64.Build.0 = Debug|x64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|Any CPU.Build.0 = Release|Any CPU - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|ARM64.ActiveCfg = Release|ARM64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|ARM64.Build.0 = Release|ARM64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|x64.ActiveCfg = Release|x64 - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A}.Release|x64.Build.0 = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|Any CPU.ActiveCfg = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|Any CPU.Build.0 = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|Any CPU.Deploy.0 = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|ARM64.Build.0 = Debug|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|x64.ActiveCfg = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|x64.Build.0 = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Debug|x64.Deploy.0 = Debug|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|Any CPU.ActiveCfg = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|Any CPU.Build.0 = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|Any CPU.Deploy.0 = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|ARM64.ActiveCfg = Release|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|ARM64.Build.0 = Release|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|ARM64.Deploy.0 = Release|ARM64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|x64.ActiveCfg = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|x64.Build.0 = Release|x64 - {F39D6B3E-4E1D-4211-B152-59F8F71C8544}.Release|x64.Deploy.0 = Release|x64 - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|ARM64.Build.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|ARM64.Deploy.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|x64.ActiveCfg = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|x64.Build.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Debug|x64.Deploy.0 = Debug|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|Any CPU.Build.0 = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|Any CPU.Deploy.0 = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|ARM64.ActiveCfg = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|ARM64.Build.0 = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|ARM64.Deploy.0 = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|x64.ActiveCfg = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|x64.Build.0 = Release|Any CPU - {7F7B3255-9EA0-4296-B690-14BE9E2204F3}.Release|x64.Deploy.0 = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|ARM64.Build.0 = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|x64.ActiveCfg = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Debug|x64.Build.0 = Debug|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|Any CPU.Build.0 = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|ARM64.ActiveCfg = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|ARM64.Build.0 = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|x64.ActiveCfg = Release|Any CPU - {BBFBE218-B123-9B87-6B83-C46602227A09}.Release|x64.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {FE1B81E3-59BE-4632-A1EB-12FF19F4B59A} = {AFB4071E-38D8-4C36-BFED-48AE0A4A3F42} - {F39D6B3E-4E1D-4211-B152-59F8F71C8544} = {14502F3B-7A88-4C48-8EA7-F44D1E4BA42B} - {7F7B3255-9EA0-4296-B690-14BE9E2204F3} = {5EA55853-597D-4ED0-BAF9-6B737EBC5AC1} - {BBFBE218-B123-9B87-6B83-C46602227A09} = {14502F3B-7A88-4C48-8EA7-F44D1E4BA42B} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {F7243EE6-BDF4-4C46-AEEB-057BC82B116E} - EndGlobalSection - GlobalSection(SharedMSBuildProjectFiles) = preSolution - Samples.Shared\ArcGIS.Samples.Shared.projitems*{0ad85845-0ba1-4dc9-8c32-e6fd7632e32d}*SharedItemsImports = 13 - Samples.Shared\ArcGIS.Samples.Shared.projitems*{7f7b3255-9ea0-4296-b690-14be9e2204f3}*SharedItemsImports = 5 - Samples.Shared\ArcGIS.Samples.Shared.projitems*{f39d6b3e-4e1d-4211-b152-59f8f71c8544}*SharedItemsImports = 5 - Samples.Shared\ArcGIS.Samples.Shared.projitems*{fe1b81e3-59be-4632-a1eb-12ff19f4b59a}*SharedItemsImports = 5 - EndGlobalSection -EndGlobal diff --git a/src/ArcGIS.AllSampleViewers.slnx b/src/ArcGIS.AllSampleViewers.slnx new file mode 100644 index 0000000000..8a015ac4bc --- /dev/null +++ b/src/ArcGIS.AllSampleViewers.slnx @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/MAUI/ArcGIS.Samples.Maui.sln b/src/MAUI/ArcGIS.Samples.Maui.sln deleted file mode 100644 index ccaefd71f3..0000000000 --- a/src/MAUI/ArcGIS.Samples.Maui.sln +++ /dev/null @@ -1,38 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.3.32505.426 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.Samples.Maui", "Maui.Samples\ArcGIS.Samples.Maui.csproj", "{E299EF97-AB8E-46D7-B402-7A386DAFC30F}" -EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ArcGIS.Samples.Shared", "..\Samples.Shared\ArcGIS.Samples.Shared.shproj", "{0AD85845-0BA1-4DC9-8C32-E6FD7632E32D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.CatalogGenerator", "..\Samples.CatalogGenerator\Samples.CatalogGenerator.csproj", "{462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Release|Any CPU.Build.0 = Release|Any CPU - {E299EF97-AB8E-46D7-B402-7A386DAFC30F}.Release|Any CPU.Deploy.0 = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|Any CPU.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|Any CPU.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {2EDBEB70-51D6-4642-9194-5D5793BF817D} - EndGlobalSection - GlobalSection(SharedMSBuildProjectFiles) = preSolution - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{0ad85845-0ba1-4dc9-8c32-e6fd7632e32d}*SharedItemsImports = 13 - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{e299ef97-ab8e-46d7-b402-7a386dafc30f}*SharedItemsImports = 5 - EndGlobalSection -EndGlobal diff --git a/src/MAUI/ArcGIS.Samples.Maui.slnx b/src/MAUI/ArcGIS.Samples.Maui.slnx new file mode 100644 index 0000000000..690bdbb10f --- /dev/null +++ b/src/MAUI/ArcGIS.Samples.Maui.slnx @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/WPF/ArcGIS.WPF.Viewer.Net.sln b/src/WPF/ArcGIS.WPF.Viewer.Net.sln deleted file mode 100644 index eb50c0012a..0000000000 --- a/src/WPF/ArcGIS.WPF.Viewer.Net.sln +++ /dev/null @@ -1,77 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31912.275 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.WPF.Viewer.Net", "WPF.Viewer\ArcGIS.WPF.Viewer.Net.csproj", "{5278F66E-D41F-45D2-8327-25EA13A11618}" -EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ArcGIS.Samples.Shared", "..\Samples.Shared\ArcGIS.Samples.Shared.shproj", "{0AD85845-0BA1-4DC9-8C32-E6FD7632E32D}" -EndProject -Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "ArcGIS.WPF.StorePackage", "WPF.StorePackage\ArcGIS.WPF.StorePackage.wapproj", "{13A60801-7B9A-4573-923F-9F2373E8BF84}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.CatalogGenerator", "..\Samples.CatalogGenerator\Samples.CatalogGenerator.csproj", "{462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|ARM64 = Debug|ARM64 - Debug|x64 = Debug|x64 - Release|Any CPU = Release|Any CPU - Release|ARM64 = Release|ARM64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|ARM64.Build.0 = Debug|ARM64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|x64.ActiveCfg = Debug|x64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Debug|x64.Build.0 = Debug|x64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|Any CPU.Build.0 = Release|Any CPU - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|ARM64.ActiveCfg = Release|ARM64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|ARM64.Build.0 = Release|ARM64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|x64.ActiveCfg = Release|x64 - {5278F66E-D41F-45D2-8327-25EA13A11618}.Release|x64.Build.0 = Release|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|Any CPU.Build.0 = Debug|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|ARM64.Build.0 = Debug|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|x64.ActiveCfg = Debug|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|x64.Build.0 = Debug|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Debug|x64.Deploy.0 = Debug|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|Any CPU.ActiveCfg = Release|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|Any CPU.Build.0 = Release|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|Any CPU.Deploy.0 = Release|Any CPU - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|ARM64.ActiveCfg = Release|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|ARM64.Build.0 = Release|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|ARM64.Deploy.0 = Release|ARM64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|x64.ActiveCfg = Release|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|x64.Build.0 = Release|x64 - {13A60801-7B9A-4573-923F-9F2373E8BF84}.Release|x64.Deploy.0 = Release|x64 - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|Any CPU.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|ARM64.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|x64.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|x64.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|Any CPU.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|Any CPU.Build.0 = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|ARM64.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|ARM64.Build.0 = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|x64.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|x64.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {9693CEF3-75BE-4780-9E94-29B970298B28} - EndGlobalSection - GlobalSection(SharedMSBuildProjectFiles) = preSolution - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{0ad85845-0ba1-4dc9-8c32-e6fd7632e32d}*SharedItemsImports = 13 - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{5278f66e-d41f-45d2-8327-25ea13a11618}*SharedItemsImports = 5 - EndGlobalSection -EndGlobal diff --git a/src/WPF/ArcGIS.WPF.Viewer.Net.slnx b/src/WPF/ArcGIS.WPF.Viewer.Net.slnx new file mode 100644 index 0000000000..c94c4d1cec --- /dev/null +++ b/src/WPF/ArcGIS.WPF.Viewer.Net.slnx @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/WinUI/ArcGIS.WinUI.Viewer.sln b/src/WinUI/ArcGIS.WinUI.Viewer.sln deleted file mode 100644 index 7d6ff73c96..0000000000 --- a/src/WinUI/ArcGIS.WinUI.Viewer.sln +++ /dev/null @@ -1,51 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArcGIS.WinUI.Viewer", "ArcGIS.WinUI.Viewer\ArcGIS.WinUI.Viewer.csproj", "{22859B00-B68B-43E8-A402-20DBA622A27A}" -EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ArcGIS.Samples.Shared", "..\Samples.Shared\ArcGIS.Samples.Shared.shproj", "{0AD85845-0BA1-4DC9-8C32-E6FD7632E32D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples.CatalogGenerator", "..\Samples.CatalogGenerator\Samples.CatalogGenerator.csproj", "{462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM64 = Debug|ARM64 - Debug|x64 = Debug|x64 - Release|ARM64 = Release|ARM64 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|ARM64.Build.0 = Debug|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|ARM64.Deploy.0 = Debug|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|x64.ActiveCfg = Debug|x64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|x64.Build.0 = Debug|x64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Debug|x64.Deploy.0 = Debug|x64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|ARM64.ActiveCfg = Release|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|ARM64.Build.0 = Release|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|ARM64.Deploy.0 = Release|ARM64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|x64.ActiveCfg = Release|x64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|x64.Build.0 = Release|x64 - {22859B00-B68B-43E8-A402-20DBA622A27A}.Release|x64.Deploy.0 = Release|x64 - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|ARM64.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|ARM64.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|x64.ActiveCfg = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Debug|x64.Build.0 = Debug|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|ARM64.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|ARM64.Build.0 = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|x64.ActiveCfg = Release|Any CPU - {462BC71C-3CB5-3F3B-15F1-CF200B4F1B94}.Release|x64.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {26B5AC88-3A51-40ED-8EB7-8AE5981A6E07} - EndGlobalSection - GlobalSection(SharedMSBuildProjectFiles) = preSolution - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{0ad85845-0ba1-4dc9-8c32-e6fd7632e32d}*SharedItemsImports = 13 - ..\Samples.Shared\ArcGIS.Samples.Shared.projitems*{22859b00-b68b-43e8-a402-20dba622a27a}*SharedItemsImports = 5 - EndGlobalSection -EndGlobal diff --git a/src/WinUI/ArcGIS.WinUI.Viewer.slnx b/src/WinUI/ArcGIS.WinUI.Viewer.slnx new file mode 100644 index 0000000000..8db8427d46 --- /dev/null +++ b/src/WinUI/ArcGIS.WinUI.Viewer.slnx @@ -0,0 +1,14 @@ + + + + + + + + + + + + + +