[Build] Use "XenkoPlatforms" to specify which platforms to build

This commit is contained in:
Virgile Bello 2018-11-16 15:05:25 +09:00
Родитель 785ba220e7
Коммит 784b9c988f
67 изменённых файлов: 35 добавлений и 22164 удалений

Просмотреть файл

@ -0,0 +1,2 @@
set XenkoPlatforms=Windows;UWP;Android;iOS;Linux
Xenko.sln

Просмотреть файл

@ -1,12 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGLES</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Android</XenkoPlatform>
</PropertyGroup>
</Project>

2
build/Xenko.Android.bat Normal file
Просмотреть файл

@ -0,0 +1,2 @@
set XenkoPlatforms=Windows;Android
Xenko.sln

Просмотреть файл

@ -1,759 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "11-CoreRuntime.Tests", "11-CoreRuntime.Tests", "{22ADD4CD-092E-4ADC-A21E-64CF42230152}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Engine.Tests.Android", "..\sources\engine\Xenko.Engine.Tests\Xenko.Engine.Tests.Android.csproj", "{A8F8D125-7A22-489F-99BC-9A02F545A17F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Input.Tests.Android", "..\sources\engine\Xenko.Input.Tests\Xenko.Input.Tests.Android.csproj", "{01700344-CF44-482C-BEBC-60213B0F844C}"
ProjectSection(ProjectDependencies) = postProject
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {1320F627-EE43-4115-8E89-19D1753E51F2}
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {0E916AB7-5A6C-4820-8AB1-AA492FE66D68}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {42780CBD-3FE7-48E3-BD5B-59945EA20137}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.Tests.Android", "..\sources\core\Xenko.Core.Tests\Xenko.Core.Tests.Android.csproj", "{5AA408BA-E766-453E-B661-E3D7EC46E2A6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Audio.Tests.Android", "..\sources\engine\Xenko.Audio.Tests\Xenko.Audio.Tests.Android.csproj", "{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.UI.Tests.Android", "..\sources\engine\Xenko.UI.Tests\Xenko.UI.Tests.Android.csproj", "{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.Android", "..\sources\engine\Xenko.Graphics.Tests\Xenko.Graphics.Tests.Android.csproj", "{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.10_0.Android", "..\sources\engine\Xenko.Graphics.Tests.10_0\Xenko.Graphics.Tests.10_0.Android.csproj", "{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.11_0.Android", "..\sources\engine\Xenko.Graphics.Tests.11_0\Xenko.Graphics.Tests.11_0.Android.csproj", "{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Particles.Tests.Android", "..\sources\engine\Xenko.Particles.Tests\Xenko.Particles.Tests.Android.csproj", "{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Physics.Tests.Android", "..\sources\engine\Xenko.Physics.Tests\Xenko.Physics.Tests.Android.csproj", "{4F0E7E04-F067-4CE8-B8C8-1105F319D123}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Android = AppStore|Android
CoreCLR_Debug|Android = CoreCLR_Debug|Android
CoreCLR_Release|Android = CoreCLR_Release|Android
Debug|Android = Debug|Android
Release|Android = Release|Android
Testing|Android = Testing|Android
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Android.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Android.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Android.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Android.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Android.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Android.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Android.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Android.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Android.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Android.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Android.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Android.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Android.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Android.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Android.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Android.Build.0 = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Android.ActiveCfg = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Android.Build.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Android.Deploy.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Release|Android.Build.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Android.ActiveCfg = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Android.Build.0 = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Android.Deploy.0 = Debug|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Android.ActiveCfg = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Android.Build.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Android.Deploy.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Android.ActiveCfg = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Android.Build.0 = Release|Android
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Android.Deploy.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Android.ActiveCfg = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Android.Build.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Android.Deploy.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Release|Android.Build.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Android.ActiveCfg = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Android.Build.0 = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Android.Deploy.0 = Debug|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Android.ActiveCfg = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Android.Build.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Android.Deploy.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Android.ActiveCfg = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Android.Build.0 = Release|Android
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Android.Deploy.0 = Release|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Android.Deploy.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Release|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Release|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.CoreCLR_Release|Android.Deploy.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Android.Deploy.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Android.Deploy.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Android.ActiveCfg = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Android.Build.0 = Debug|Android
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Android.Deploy.0 = Debug|Android
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Android.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Android.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Android.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Android.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Android.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Android.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Android.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Android.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Android.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Android.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Android.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Android.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Android.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Android.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Android.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Android.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Android.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Android.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Android.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Android.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Android.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Android.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Android.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Android.Build.0 = Debug|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Android.ActiveCfg = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Android.Build.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Android.Deploy.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Release|Android.Build.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Android.ActiveCfg = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Android.Build.0 = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Android.Deploy.0 = Debug|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Android.ActiveCfg = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Android.Build.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Android.Deploy.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Android.ActiveCfg = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Android.Build.0 = Release|Android
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Android.Deploy.0 = Release|Android
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Android.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Android.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Android.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Android.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Android.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Android.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Android.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Android.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Android.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Android.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Android.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Android.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Android.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Android.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Android.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Android.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Android.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Android.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Android.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Android.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Android.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Android.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Android.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Android.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Android.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Android.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Android.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Android.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Android.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Android.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Android.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Android.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Android.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Android.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Android.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Android.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Android.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Android.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Android.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Android.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Android.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Android.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Android.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Android.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Android.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Android.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Android.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Android.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Android.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Android.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Android.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Android.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Android.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Android.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Android.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Android.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Android.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Android.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Android.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Android.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Android.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Android.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Android.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Android.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Android.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Android.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Android.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Android.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Android.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Android.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Android.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Android.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Android.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Android.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Android.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Android.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Android.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Android.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Android.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Android.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Android.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Android.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Android.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Android.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Android.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Android.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Android.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Android.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Android.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Android.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Android.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Android.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Android.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Android.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Android.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Android.Build.0 = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Android.ActiveCfg = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Android.Build.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Android.Deploy.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Release|Android.Build.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Android.ActiveCfg = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Android.Build.0 = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Android.Deploy.0 = Debug|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Android.ActiveCfg = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Android.Build.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Android.Deploy.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Android.ActiveCfg = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Android.Build.0 = Release|Android
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Android.Deploy.0 = Release|Android
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Android.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Android.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Android.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Android.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Android.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Android.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Android.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Android.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Android.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Android.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Android.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Android.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Android.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Android.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Android.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Android.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Android.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Android.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Android.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Android.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Android.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Android.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Android.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Android.Build.0 = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Android.ActiveCfg = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Android.Build.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Android.Deploy.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Release|Android.Build.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Android.ActiveCfg = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Android.Build.0 = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Android.Deploy.0 = Debug|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Android.ActiveCfg = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Android.Build.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Android.Deploy.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Android.ActiveCfg = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Android.Build.0 = Release|Android
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Android.Deploy.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Android.ActiveCfg = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Android.Build.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Android.Deploy.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Release|Android.Build.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Android.ActiveCfg = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Android.Build.0 = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Android.Deploy.0 = Debug|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Android.ActiveCfg = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Android.Build.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Android.Deploy.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Android.ActiveCfg = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Android.Build.0 = Release|Android
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Android.Deploy.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Android.ActiveCfg = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Android.Build.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Android.Deploy.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Release|Android.Build.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Android.ActiveCfg = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Android.Build.0 = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Android.Deploy.0 = Debug|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Android.ActiveCfg = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Android.Build.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Android.Deploy.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Android.ActiveCfg = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Android.Build.0 = Release|Android
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Android.Deploy.0 = Release|Android
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Android.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Android.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Android.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Android.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Android.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Android.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Android.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Android.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Android.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Android.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Android.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Android.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Android.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Android.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Android.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Android.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Android.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Android.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Android.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Android.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Android.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Android.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Android.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Android.Build.0 = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Android.ActiveCfg = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Android.Build.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Android.Deploy.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Release|Android.Build.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Android.ActiveCfg = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Android.Build.0 = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Android.Deploy.0 = Debug|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Android.ActiveCfg = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Android.Build.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Android.Deploy.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Android.ActiveCfg = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Android.Build.0 = Release|Android
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Android.Deploy.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.AppStore|Android.ActiveCfg = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.AppStore|Android.Build.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.AppStore|Android.Deploy.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Debug|Android.ActiveCfg = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Debug|Android.Build.0 = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Debug|Android.Deploy.0 = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Release|Android.ActiveCfg = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Release|Android.Build.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.CoreCLR_Release|Android.Deploy.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Debug|Android.ActiveCfg = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Debug|Android.Build.0 = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Debug|Android.Deploy.0 = Debug|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Release|Android.ActiveCfg = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Release|Android.Build.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Release|Android.Deploy.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Testing|Android.ActiveCfg = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Testing|Android.Build.0 = Release|Android
{4F0E7E04-F067-4CE8-B8C8-1105F319D123}.Testing|Android.Deploy.0 = Release|Android
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Android.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Android.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Android.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Android.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Android.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Android.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Android.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Android.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Android.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Android.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Android.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Android.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Android.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Android.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Android.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Android.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Android.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Android.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Android.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Android.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Android.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Android.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Android.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Android.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Android.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Android.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Android.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Android.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{A8F8D125-7A22-489F-99BC-9A02F545A17F} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{01700344-CF44-482C-BEBC-60213B0F844C} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{5AA408BA-E766-453E-B661-E3D7EC46E2A6} = {22ADD4CD-092E-4ADC-A21E-64CF42230152}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{4F0E7E04-F067-4CE8-B8C8-1105F319D123} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=A96ED9924B3760C758AE4B2F40058EC5/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=A96ED9924B3760C758AE4B2F40058EC5/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileA96ED9924B3760C758AE4B2F40058EC5/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileA96ED9924B3760C758AE4B2F40058EC5/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,16 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Direct3D11</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoNETRuntime Condition=" '$(XenkoNETRuntime)' == '' ">CoreCLR</XenkoNETRuntime>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">CoreCLR</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL</XenkoUI>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ED2E3066DBF5DE951015FE0B780275CD/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ED2E3066DBF5DE951015FE0B780275CD/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileED2E3066DBF5DE951015FE0B780275CD/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileED2E3066DBF5DE951015FE0B780275CD/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Direct3D11</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Direct3D11</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">SDL</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL</XenkoUI>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=E085FB8D1A093F3CA1EE5EF5581AA19D/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=E085FB8D1A093F3CA1EE5EF5581AA19D/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileE085FB8D1A093F3CA1EE5EF5581AA19D/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileE085FB8D1A093F3CA1EE5EF5581AA19D/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=58BD8E51A59EF75ED5C4C3E3A45020FC/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=58BD8E51A59EF75ED5C4C3E3A45020FC/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File58BD8E51A59EF75ED5C4C3E3A45020FC/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File58BD8E51A59EF75ED5C4C3E3A45020FC/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Direct3D12</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=BCA6329A6B4CF39970436DB65AB9A6D5/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=BCA6329A6B4CF39970436DB65AB9A6D5/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileBCA6329A6B4CF39970436DB65AB9A6D5/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileBCA6329A6B4CF39970436DB65AB9A6D5/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,14 +0,0 @@
<!-- From http://www.hanselman.com/blog/MixingLanguagesInASingleAssemblyInVisualStudioSeamlesslyWithILMergeAndMSBuild.aspx -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<!-- and '%(ReferencePath.IlMerge)'=='true' -->
<CreateItem Include="@(ReferencePath)" Condition="'%(CopyLocal)'=='true'">
<Output TaskParameter="Include" ItemName="IlmergeAssemblies"/>
</CreateItem>
<Message Text="MERGING: @(IlmergeAssemblies->'%(Filename)')" Importance="High" />
<Exec Command="&quot;$(SolutionDir)\deps\Ilmerge\Ilmerge.exe&quot; /targetplatform:v4,&quot;$(ProgramFiles)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0&quot; /out:@(MainAssembly) &quot;@(IntermediateAssembly)&quot; @(IlmergeAssemblies->'&quot;%(FullPath)&quot;', ' ')" />
</Target>
<Target Name="_CopyFilesMarkedCopyLocal"/>
</Project>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Linux</XenkoPlatform>
<XenkoNETRuntime Condition=" '$(XenkoNETRuntime)' == '' ">CoreCLR</XenkoNETRuntime>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">CoreCLR</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Linux = AppStore|Linux
CoreCLR_Debug|Linux = CoreCLR_Debug|Linux
CoreCLR_Release|Linux = CoreCLR_Release|Linux
Debug|Linux = Debug|Linux
Release|Linux = Release|Linux
Testing|Linux = Testing|Linux
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=B41C830C6F85C639E234292C08DD294D/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=B41C830C6F85C639E234292C08DD294D/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileB41C830C6F85C639E234292C08DD294D/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileB41C830C6F85C639E234292C08DD294D/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Linux</XenkoPlatform>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Vulkan</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Linux</XenkoPlatform>
<XenkoNETRuntime Condition=" '$(XenkoNETRuntime)' == '' ">CoreCLR</XenkoNETRuntime>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">CoreCLR</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Linux = AppStore|Linux
CoreCLR_Debug|Linux = CoreCLR_Debug|Linux
CoreCLR_Release|Linux = CoreCLR_Release|Linux
Debug|Linux = Debug|Linux
Release|Linux = Release|Linux
Testing|Linux = Testing|Linux
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=5034F3EF0C9182FBDCAD865E5EDFCF2D/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=5034F3EF0C9182FBDCAD865E5EDFCF2D/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File5034F3EF0C9182FBDCAD865E5EDFCF2D/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File5034F3EF0C9182FBDCAD865E5EDFCF2D/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Vulkan</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Linux</XenkoPlatform>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Linux = AppStore|Linux
CoreCLR_Debug|Linux = CoreCLR_Debug|Linux
CoreCLR_Release|Linux = CoreCLR_Release|Linux
Debug|Linux = Debug|Linux
Release|Linux = Release|Linux
Testing|Linux = Testing|Linux
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ADAC8F321BDBFEE7F2F5E7EA90BFAD2E/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ADAC8F321BDBFEE7F2F5E7EA90BFAD2E/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileADAC8F321BDBFEE7F2F5E7EA90BFAD2E/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileADAC8F321BDBFEE7F2F5E7EA90BFAD2E/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

2
build/Xenko.Linux.bat Normal file
Просмотреть файл

@ -0,0 +1,2 @@
set XenkoPlatforms=Windows;iOS
Xenko.sln

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Linux = AppStore|Linux
CoreCLR_Debug|Linux = CoreCLR_Debug|Linux
CoreCLR_Release|Linux = CoreCLR_Release|Linux
Debug|Linux = Debug|Linux
Release|Linux = Release|Linux
Testing|Linux = Testing|Linux
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Linux.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Linux.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Linux.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Linux.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Linux.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Linux.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Linux.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Linux.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Linux.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Linux.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Linux.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Linux.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Linux.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Linux.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Linux.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Linux.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Linux.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Linux.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Linux.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Linux.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Linux.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Linux.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Linux.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Linux.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Linux.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Linux.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Linux.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Linux.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Linux.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Linux.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Linux.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Linux.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Linux.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Linux.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Linux.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|Linux.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|Linux.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|Linux.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|Linux.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|Linux.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|Linux.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|Linux.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=96962E5F4EA64A40CE2ABBC812F9BC09/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=96962E5F4EA64A40CE2ABBC812F9BC09/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File96962E5F4EA64A40CE2ABBC812F9BC09/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File96962E5F4EA64A40CE2ABBC812F9BC09/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,12 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Null</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/WindowsStore/WindowsPhone/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=99EC3A76E1484A0D67222DE06D4897AB/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=99EC3A76E1484A0D67222DE06D4897AB/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File99EC3A76E1484A0D67222DE06D4897AB/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File99EC3A76E1484A0D67222DE06D4897AB/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoNETRuntime Condition=" '$(XenkoNETRuntime)' == '' ">CoreCLR</XenkoNETRuntime>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">CoreCLR</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=FC34019D20F698FFE9E5F7C3E17F19A9/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=FC34019D20F698FFE9E5F7C3E17F19A9/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileFC34019D20F698FFE9E5F7C3E17F19A9/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileFC34019D20F698FFE9E5F7C3E17F19A9/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;WINFORMS;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=5790DACD09A21867C39C659405BD8435/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=5790DACD09A21867C39C659405BD8435/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File5790DACD09A21867C39C659405BD8435/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File5790DACD09A21867C39C659405BD8435/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGLES</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;WINFORMS;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=B562A2346A9F06E4A38E95FF1C3B6669/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=B562A2346A9F06E4A38E95FF1C3B6669/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileB562A2346A9F06E4A38E95FF1C3B6669/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileB562A2346A9F06E4A38E95FF1C3B6669/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -2,9 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoPlatforms Condition="'$(XenkoPlatforms)' == ''">Windows</XenkoPlatforms>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Use custom project lock file (only if platform is not overriden to Windows like for Assembly processor) -->
<ProjectLockFile Condition="'$(ProjectLockFile)' == '' And '$(XenkoPlatform)' == 'UWP'">$(MSBuildThisFileDirectory)project.lock.json</ProjectLockFile>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<XenkoPlatform Condition="'$(XenkoPlatform)' == ''">UWP</XenkoPlatform>
<XenkoGraphicsApi Condition="'$(XenkoGraphicsApi)' == ''">Direct3D11</XenkoGraphicsApi>
</PropertyGroup>
</Project>

2
build/Xenko.UWP.bat Normal file
Просмотреть файл

@ -0,0 +1,2 @@
set XenkoPlatforms=Windows;UWP
Xenko.sln

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|UWP = AppStore|UWP
CoreCLR_Debug|UWP = CoreCLR_Debug|UWP
CoreCLR_Release|UWP = CoreCLR_Release|UWP
Debug|UWP = Debug|UWP
Release|UWP = Release|UWP
Testing|UWP = Testing|UWP
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|UWP.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|UWP.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|UWP.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|UWP.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|UWP.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|UWP.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|UWP.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|UWP.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|UWP.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|UWP.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|UWP.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|UWP.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|UWP.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|UWP.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|UWP.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|UWP.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|UWP.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|UWP.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|UWP.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|UWP.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|UWP.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|UWP.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|UWP.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|UWP.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|UWP.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|UWP.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|UWP.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|UWP.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|UWP.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|UWP.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|UWP.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|UWP.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|UWP.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|UWP.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|UWP.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|UWP.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|UWP.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|UWP.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|UWP.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|UWP.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|UWP.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|UWP.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|UWP.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|UWP.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|UWP.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|UWP.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|UWP.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|UWP.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|UWP.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|UWP.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|UWP.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|UWP.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|UWP.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|UWP.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|UWP.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|UWP.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|UWP.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|UWP.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|UWP.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|UWP.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|UWP.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|UWP.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|UWP.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|UWP.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|UWP.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|UWP.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|UWP.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|UWP.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|UWP.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|UWP.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|UWP.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|UWP.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|UWP.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|UWP.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|UWP.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|UWP.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|UWP.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|UWP.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|UWP.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|UWP.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|UWP.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|UWP.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|UWP.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|UWP.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|UWP.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|UWP.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|UWP.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|UWP.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|UWP.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|UWP.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|UWP.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|UWP.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|UWP.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|UWP.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|UWP.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|UWP.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|UWP.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|UWP.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|UWP.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|UWP.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|UWP.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|UWP.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|UWP.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|UWP.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|UWP.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|UWP.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|UWP.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|UWP.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|UWP.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|UWP.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|UWP.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|UWP.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|UWP.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|UWP.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|UWP.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|UWP.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|UWP.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|UWP.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|UWP.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|UWP.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|UWP.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|UWP.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|UWP.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|UWP.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|UWP.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|UWP.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|UWP.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|UWP.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|UWP.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|UWP.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|UWP.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|UWP.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|UWP.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|UWP.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|UWP.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|UWP.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|UWP.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|UWP.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|UWP.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|UWP.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|UWP.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|UWP.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|UWP.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|UWP.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|UWP.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|UWP.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|UWP.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|UWP.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|UWP.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|UWP.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|UWP.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|UWP.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|UWP.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|UWP.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|UWP.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|UWP.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|UWP.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|UWP.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|UWP.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|UWP.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|UWP.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|UWP.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|UWP.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|UWP.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|UWP.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|UWP.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|UWP.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|UWP.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|UWP.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|UWP.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|UWP.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|UWP.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|UWP.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|UWP.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|UWP.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|UWP.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|UWP.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|UWP.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|UWP.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|UWP.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|UWP.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|UWP.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|UWP.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|UWP.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|UWP.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|UWP.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|UWP.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|UWP.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|UWP.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|UWP.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|UWP.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|UWP.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|UWP.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|UWP.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|UWP.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|UWP.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|UWP.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|UWP.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|UWP.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|UWP.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|UWP.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|UWP.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|UWP.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|UWP.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|UWP.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|UWP.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|UWP.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|UWP.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|UWP.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|UWP.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|UWP.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|UWP.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|UWP.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|UWP.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|UWP.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|UWP.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|UWP.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|UWP.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|UWP.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|UWP.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|UWP.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|UWP.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|UWP.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|UWP.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|UWP.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|UWP.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|UWP.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|UWP.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|UWP.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|UWP.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|UWP.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|UWP.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|UWP.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|UWP.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|UWP.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|UWP.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|UWP.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|UWP.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|UWP.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|UWP.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|UWP.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|UWP.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|UWP.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|UWP.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|UWP.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|UWP.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|UWP.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|UWP.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|UWP.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|UWP.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|UWP.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|UWP.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|UWP.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|UWP.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|UWP.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|UWP.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|UWP.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|UWP.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|UWP.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|UWP.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|UWP.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|UWP.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|UWP.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|UWP.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|UWP.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|UWP.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|UWP.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|UWP.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|UWP.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|UWP.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|UWP.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|UWP.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|UWP.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|UWP.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|UWP.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|UWP.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|UWP.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|UWP.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|UWP.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|UWP.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|UWP.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|UWP.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|UWP.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|UWP.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|UWP.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|UWP.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|UWP.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|UWP.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|UWP.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|UWP.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|UWP.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|UWP.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|UWP.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|UWP.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|UWP.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|UWP.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|UWP.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|UWP.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|UWP.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|UWP.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|UWP.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|UWP.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|UWP.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|UWP.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|UWP.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|UWP.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|UWP.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|UWP.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|UWP.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|UWP.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|UWP.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|UWP.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|UWP.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|UWP.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|UWP.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|UWP.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|UWP.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|UWP.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=7FA582E69704245BF3046DD4877FD21B/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=7FA582E69704245BF3046DD4877FD21B/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File7FA582E69704245BF3046DD4877FD21B/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File7FA582E69704245BF3046DD4877FD21B/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Vulkan</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">Vulkan</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">SDL</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,880 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "30-Core", "30-Core", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "50-Engine", "50-Engine", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets", "00-Targets", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\doc\ReleaseNotes\ReleaseNotes.md = ..\doc\ReleaseNotes\ReleaseNotes.md
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\core\Xenko.Core.PostSettings.Local.targets = ..\sources\core\Xenko.Core.PostSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.Windows.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.Windows.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.Windows.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.Windows.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Windows.Cpp.targets = ..\sources\targets\Xenko.Core.Windows.Cpp.targets
..\sources\targets\Xenko.Core.Windows.CSharp.targets = ..\sources\targets\Xenko.Core.Windows.CSharp.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\store.config = ..\store.config
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "70-Shaders", "70-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{D2A80DA7-3C1A-4A73-BE85-0B28847EA44C}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-UserTargets", "00-UserTargets", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.Windows.CoreCLR.targets = ..\Targets\Xenko.Windows.CoreCLR.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Engine.Tests.Windows", "..\sources\engine\Xenko.Engine.Tests\Xenko.Engine.Tests.Windows.csproj", "{A8F8D125-7A22-489F-99BC-9A02F545A17F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Input.Tests.Windows", "..\sources\engine\Xenko.Input.Tests\Xenko.Input.Tests.Windows.csproj", "{01700344-CF44-482C-BEBC-60213B0F844C}"
ProjectSection(ProjectDependencies) = postProject
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {1320F627-EE43-4115-8E89-19D1753E51F2}
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {0E916AB7-5A6C-4820-8AB1-AA492FE66D68}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {42780CBD-3FE7-48E3-BD5B-59945EA20137}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.Tests", "..\sources\core\Xenko.Core.Tests\Xenko.Core.Tests.csproj", "{5AA408BA-E766-453E-B661-E3D7EC46E2A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Audio.Tests.Windows", "..\sources\engine\Xenko.Audio.Tests\Xenko.Audio.Tests.Windows.csproj", "{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.UI.Tests.Windows", "..\sources\engine\Xenko.UI.Tests\Xenko.UI.Tests.Windows.csproj", "{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.Windows", "..\sources\engine\Xenko.Graphics.Tests\Xenko.Graphics.Tests.Windows.csproj", "{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.10_0.Windows", "..\sources\engine\Xenko.Graphics.Tests.10_0\Xenko.Graphics.Tests.10_0.Windows.csproj", "{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Graphics.Tests.11_0.Windows", "..\sources\engine\Xenko.Graphics.Tests.11_0\Xenko.Graphics.Tests.11_0.Windows.csproj", "{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xenko.Particles.Tests.Windows", "..\sources\engine\Xenko.Particles.Tests\Xenko.Particles.Tests.Windows.csproj", "{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{7af4b563-aad3-42ff-b91e-84b9d34d904a}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|Any CPU = AppStore|Any CPU
AppStore|Mixed Platforms = AppStore|Mixed Platforms
AppStore|Win32 = AppStore|Win32
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Testing|Any CPU = Testing|Any CPU
Testing|Mixed Platforms = Testing|Mixed Platforms
Testing|Win32 = Testing|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Any CPU.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|Win32.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|Win32.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Any CPU.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|Win32.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Any CPU.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|Win32.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Any CPU.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|Win32.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|Win32.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Any CPU.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|Win32.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Any CPU.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|Win32.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Any CPU.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.AppStore|Win32.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Any CPU.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Release|Win32.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Any CPU.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{A8F8D125-7A22-489F-99BC-9A02F545A17F}.Testing|Win32.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.AppStore|Win32.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Any CPU.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Release|Win32.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Any CPU.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{01700344-CF44-482C-BEBC-60213B0F844C}.Testing|Win32.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Any CPU.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.AppStore|Win32.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Debug|Win32.ActiveCfg = Debug|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Any CPU.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Release|Win32.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Any CPU.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{5AA408BA-E766-453E-B661-E3D7EC46E2A6}.Testing|Win32.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Any CPU.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|Win32.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|Win32.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Any CPU.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|Win32.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|Win32.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Any CPU.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|Win32.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Any CPU.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|Win32.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Any CPU.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|Win32.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|Win32.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Any CPU.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|Win32.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Any CPU.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|Win32.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.AppStore|Win32.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Debug|Win32.ActiveCfg = Debug|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Release|Win32.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Any CPU.Build.0 = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A}.Testing|Win32.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Any CPU.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|Win32.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|Win32.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Any CPU.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|Win32.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Any CPU.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|Win32.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|Win32.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|Win32.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|Win32.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Any CPU.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|Win32.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Any CPU.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|Win32.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|Win32.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Any CPU.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|Win32.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Any CPU.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|Win32.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Any CPU.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|Win32.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|Win32.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Any CPU.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|Win32.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Any CPU.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|Win32.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Any CPU.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|Win32.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|Win32.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|Win32.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Any CPU.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|Win32.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|Win32.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Any CPU.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|Win32.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Any CPU.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|Win32.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Any CPU.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|Win32.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|Win32.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Any CPU.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|Win32.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Any CPU.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|Win32.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Any CPU.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|Win32.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|Win32.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Any CPU.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|Win32.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Any CPU.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|Win32.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Any CPU.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|Win32.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|Win32.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Any CPU.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|Win32.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Any CPU.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|Win32.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|Win32.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Any CPU.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|Win32.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Any CPU.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|Win32.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Any CPU.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|Win32.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|Win32.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Any CPU.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|Win32.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Any CPU.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|Win32.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Any CPU.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|Win32.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|Win32.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Any CPU.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|Win32.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Any CPU.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|Win32.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Any CPU.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.AppStore|Win32.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Debug|Win32.ActiveCfg = Debug|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Any CPU.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Release|Win32.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Any CPU.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9}.Testing|Win32.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Any CPU.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|Win32.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Any CPU.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|Win32.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Any CPU.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|Win32.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Any CPU.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|Win32.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|Win32.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Any CPU.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|Win32.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Any CPU.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|Win32.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Win32.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|Win32.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Win32.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|Win32.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Any CPU.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Win32.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|Win32.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Any CPU.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Win32.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|Win32.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Any CPU.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Win32.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.AppStore|Win32.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Win32.ActiveCfg = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Debug|Win32.Build.0 = Debug|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Any CPU.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Win32.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Release|Win32.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Any CPU.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Win32.ActiveCfg = Release|Any CPU
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC}.Testing|Win32.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Any CPU.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Win32.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.AppStore|Win32.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Win32.ActiveCfg = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Debug|Win32.Build.0 = Debug|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Any CPU.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Win32.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Release|Win32.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Any CPU.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Win32.ActiveCfg = Release|Any CPU
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9}.Testing|Win32.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Any CPU.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Win32.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.AppStore|Win32.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Win32.ActiveCfg = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Debug|Win32.Build.0 = Debug|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Win32.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Release|Win32.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Any CPU.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Win32.ActiveCfg = Release|Any CPU
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7}.Testing|Win32.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Any CPU.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Win32.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|Win32.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|Win32.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Any CPU.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Win32.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|Win32.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Any CPU.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Win32.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|Win32.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Any CPU.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Win32.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|Win32.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Win32.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|Win32.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Any CPU.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Win32.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|Win32.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Any CPU.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Win32.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|Win32.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Any CPU.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Win32.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|Win32.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Win32.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|Win32.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Any CPU.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Win32.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|Win32.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Any CPU.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Win32.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|Win32.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Any CPU.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Win32.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.AppStore|Win32.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Win32.ActiveCfg = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Debug|Win32.Build.0 = Debug|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Any CPU.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Win32.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Release|Win32.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Any CPU.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Any CPU.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Mixed Platforms.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Mixed Platforms.Build.0 = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Win32.ActiveCfg = Release|Any CPU
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713}.Testing|Win32.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2A80DA7-3C1A-4A73-BE85-0B28847EA44C} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{A8F8D125-7A22-489F-99BC-9A02F545A17F} = {4C142567-C42B-40F5-B092-798882190209}
{01700344-CF44-482C-BEBC-60213B0F844C} = {4C142567-C42B-40F5-B092-798882190209}
{5AA408BA-E766-453E-B661-E3D7EC46E2A6} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{7AF4B563-AAD3-42FF-B91E-84B9D34D904A} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{E7B1B17F-D04B-4978-B504-A6BB3EE846C9} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {4C142567-C42B-40F5-B092-798882190209}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{9DE0AA56-0DE7-4ADC-BAAC-CD38B7139EBC} = {4C142567-C42B-40F5-B092-798882190209}
{570B0FF9-246F-4C6C-8384-F6BE1887A4A9} = {4C142567-C42B-40F5-B092-798882190209}
{7CA99C7B-E3A2-4DE6-9D6C-314AE39BBBB7} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {4C142567-C42B-40F5-B092-798882190209}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{33CC6216-3F30-4B5A-BB29-C5B47EFFA713} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
EndGlobal

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=0EBDBF4EC508677E08CD0083C63D657B/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=0EBDBF4EC508677E08CD0083C63D657B/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File0EBDBF4EC508677E08CD0083C63D657B/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File0EBDBF4EC508677E08CD0083C63D657B/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -11,7 +11,7 @@ Example of use:
<XenkoPackage>$(XenkoRoot)Xenko.xkpkg</XenkoPackage>
<XenkoSolution>$(XenkoRoot)build\Xenko</XenkoSolution>
<XenkoSolutionLauncher>$(XenkoRoot)build\Xenko.Launcher</XenkoSolutionLauncher>
<BuildProperties>Configuration=Release;NoWarn=1591;DeployExtension=false</BuildProperties>
<BuildProperties>Configuration=Release;NoWarn=1591;DeployExtension=false;XenkoPlatforms=$(XenkoPlatforms)</BuildProperties>
<BuildProperties Condition="'$(XenkoSign)' != ''">$(BuildProperties);XenkoSign=$(XenkoSign)</BuildProperties>
<BuildProperties Condition="'$(XenkoOfficialBuild)' != ''">$(BuildProperties);XenkoOfficialBuild=$(XenkoOfficialBuild)</BuildProperties>
<NuGetPath>$(MSBuildThisFileDirectory).nuget\NuGet.exe</NuGetPath>
@ -115,8 +115,7 @@ Example of use:
<PackageUpdateVersionTask Condition="'$(XenkoOfficialBuild)' == 'true'" PackageFile="$(XenkoPackage)" VersionFile="$(XenkoRoot)sources\shared\SharedAssemblyInfo.cs" GeneratedVersionFile="$(XenkoRoot)sources\shared\SharedAssemblyInfo.NuGet.cs" />
<PackageUpdateVersionTask Condition="'$(XenkoOfficialBuild)' != 'true'" PackageFile="$(XenkoPackage)" VersionFile="$(XenkoRoot)sources\shared\SharedAssemblyInfo.cs" GeneratedVersionFile="$(XenkoRoot)sources\shared\SharedAssemblyInfo.NuGet.cs" SpecialVersion="beta" SpecialVersionGitHeight="true" SpecialVersionGitCommit="true" />
</Target>
<Target Name="BuildForPackageMinimal" DependsOnTargets="PreparePackageBuild;BuildWindows;BuildEditorShaders;VSIXPlugin"/>
<Target Name="BuildForPackage" DependsOnTargets="PreparePackageBuild;BuildWindows;BuildWindowsDirect3D12;BuildWindowsOpenGL;BuildWindowsOpenGLES;BuildEditorShaders;BuildAndroid;BuildiOS;BuildUWP;BuildWindowsVulkan;BuildLinux;BuildLinuxVulkan;VSIXPlugin"/>
<Target Name="BuildForPackage" DependsOnTargets="PreparePackageBuild;BuildWindows;BuildEditorShaders;VSIXPlugin"/>
<Target Name="GeneratePackage" DependsOnTargets="PreparePackageBuild;PrerequisitesInstaller;Package;WritePackageVersionToFile"/>
<Target Name="CopyXenkoKey">
@ -128,7 +127,13 @@ Example of use:
</Target>
<Target Name="RestoreWindows">
<Exec Command='"$(NuGetPath)" restore "$(XenkoSolution).sln"' />
<PropertyGroup>
<RestoreExec><![CDATA[
set XenkoPlatforms=$(XenkoPlatforms)
"$(NuGetPath)" restore "$(XenkoSolution).sln"
]]></RestoreExec>
</PropertyGroup>
<Exec Command="$(RestoreExec)" />
</Target>
<Target Name="BuildWindows" DependsOnTargets="CopyXenkoKey;RestoreWindows">

Просмотреть файл

@ -1,12 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGLES</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">iOS</XenkoPlatform>
</PropertyGroup>
</Project>

2
build/Xenko.iOS.bat Normal file
Просмотреть файл

@ -0,0 +1,2 @@
set XenkoPlatforms=Windows;Linux
Xenko.sln

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=741C7D8F1A8423ED3F341AD5B8A7434C/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=741C7D8F1A8423ED3F341AD5B8A7434C/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File741C7D8F1A8423ED3F341AD5B8A7434C/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File741C7D8F1A8423ED3F341AD5B8A7434C/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,15 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">macOS</XenkoPlatform>
<XenkoNETRuntime Condition=" '$(XenkoNETRuntime)' == '' ">CoreCLR</XenkoNETRuntime>
<XenkoBuildDirExtension Condition=" '$(XenkoBuildDirExtension)' == '' ">CoreCLR</XenkoBuildDirExtension>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|macOS = AppStore|macOS
CoreCLR_Debug|macOS = CoreCLR_Debug|macOS
CoreCLR_Release|macOS = CoreCLR_Release|macOS
Debug|macOS = Debug|macOS
Release|macOS = Release|macOS
Testing|macOS = Testing|macOS
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=CE4963025FCBE9B4B5A59EB74CD568D0/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=CE4963025FCBE9B4B5A59EB74CD568D0/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileCE4963025FCBE9B4B5A59EB74CD568D0/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=FileCE4963025FCBE9B4B5A59EB74CD568D0/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -1,13 +0,0 @@
<!-- Build file pre-included by all Xenko projects -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<XenkoCommonPreSettingsName>Xenko</XenkoCommonPreSettingsName>
<!-- Defines the API used by Xenko - Values are Direct3D/Null/OpenGL/OpenGLES -->
<XenkoGraphicsApi Condition=" '$(XenkoGraphicsApi)' == '' ">OpenGL</XenkoGraphicsApi>
<!-- Defines the platform used by Xenko - Values are Windows/Android/iOS...etc. -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">macOS</XenkoPlatform>
<XenkoUI Condition=" '$(XenkoUI)' == '' ">SDL;OPENTK</XenkoUI>
</PropertyGroup>
</Project>

Просмотреть файл

@ -1,695 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 14.0.23107.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10-CoreRuntime", "10-CoreRuntime", "{2E93E2B5-4500-4E47-9B65-E705218AB578}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "20-XenkoRuntime", "20-XenkoRuntime", "{4C142567-C42B-40F5-B092-798882190209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Private", "00-Targets.Private", "{97978864-95DD-43A6-9159-AA1C881BE99F}"
ProjectSection(SolutionItems) = preProject
..\store.config = ..\store.config
..\sources\targets\Xenko.Core.Android.CSharp.targets = ..\sources\targets\Xenko.Core.Android.CSharp.targets
..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets = ..\sources\targets\Xenko.Core.CoreCLR.Cpp.targets
..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets = ..\sources\targets\Xenko.Core.CoreCLR.CSharp.targets
..\sources\targets\Xenko.Core.Cpp.targets = ..\sources\targets\Xenko.Core.Cpp.targets
..\sources\targets\Xenko.Core.CSharp.targets = ..\sources\targets\Xenko.Core.CSharp.targets
..\sources\targets\Xenko.Core.GlobalSettings.targets = ..\sources\targets\Xenko.Core.GlobalSettings.targets
..\sources\targets\Xenko.Core.iOS.CSharp.targets = ..\sources\targets\Xenko.Core.iOS.CSharp.targets
..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets = ..\sources\targets\Xenko.Core.PostSettings.Dependencies.targets
..\sources\targets\Xenko.Core.PostSettings.targets = ..\sources\targets\Xenko.Core.PostSettings.targets
..\sources\targets\Xenko.Core.PreSettings.targets = ..\sources\targets\Xenko.Core.PreSettings.targets
..\sources\targets\Xenko.Core.UWP.Cpp.targets = ..\sources\targets\Xenko.Core.UWP.Cpp.targets
..\sources\targets\Xenko.Core.UWP.CSharp.targets = ..\sources\targets\Xenko.Core.UWP.CSharp.targets
..\sources\targets\Xenko.GlobalSettings.targets = ..\sources\targets\Xenko.GlobalSettings.targets
..\sources\targets\Xenko.InternalReferences.targets = ..\sources\targets\Xenko.InternalReferences.targets
..\sources\native\Xenko.Native.targets = ..\sources\native\Xenko.Native.targets
..\sources\targets\Xenko.PostSettings.References.targets = ..\sources\targets\Xenko.PostSettings.References.targets
..\sources\targets\Xenko.PostSettings.targets = ..\sources\targets\Xenko.PostSettings.targets
..\sources\targets\Xenko.PostSettings.User.targets = ..\sources\targets\Xenko.PostSettings.User.targets
..\sources\targets\Xenko.PreSettings.targets = ..\sources\targets\Xenko.PreSettings.targets
..\sources\targets\Xenko.PreSettings.UnitTests.targets = ..\sources\targets\Xenko.PreSettings.UnitTests.targets
..\sources\targets\Xenko.PreSettings.User.targets = ..\sources\targets\Xenko.PreSettings.User.targets
..\sources\targets\Xenko.UnitTests.DisableBuild.targets = ..\sources\targets\Xenko.UnitTests.DisableBuild.targets
..\sources\targets\Xenko.UnitTests.targets = ..\sources\targets\Xenko.UnitTests.targets
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "80-Shaders", "80-Shaders", "{10D145AF-C8AE-428F-A80F-CA1B591D0DB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.User", "00-Targets.User", "{BB2D1F96-E184-4EE2-8677-3EA5E059E1A6}"
ProjectSection(SolutionItems) = preProject
..\Targets\Xenko.Android.targets = ..\Targets\Xenko.Android.targets
..\Targets\Xenko.Common.targets = ..\Targets\Xenko.Common.targets
..\Targets\Xenko.CoreCLR.targets = ..\Targets\Xenko.CoreCLR.targets
..\Targets\Xenko.iOS.targets = ..\Targets\Xenko.iOS.targets
..\Targets\Xenko.Linux.targets = ..\Targets\Xenko.Linux.targets
..\Targets\Xenko.macOS.targets = ..\Targets\Xenko.macOS.targets
..\Targets\Xenko.targets = ..\Targets\Xenko.targets
..\Targets\Xenko.UWP.targets = ..\Targets\Xenko.UWP.targets
..\Targets\Xenko.Windows.targets = ..\Targets\Xenko.Windows.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Config", "00-Config", "{7662CECF-2A3D-4DBA-AB3D-77FD8536E7A3}"
ProjectSection(SolutionItems) = preProject
..\sources\shared\SharedAssemblyInfo.cs = ..\sources\shared\SharedAssemblyInfo.cs
..\Xenko.xkpkg = ..\Xenko.xkpkg
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Xenko.Shared", "Xenko.Shared", "{1AC70118-C90F-4EC6-9D8B-C628BDF900F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "21-XenkoRuntime.Tests", "21-XenkoRuntime.Tests", "{A7ED9F01-7D78-4381-90A6-D50E51C17250}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Targets.Build", "00-Targets.Build", "{0B81090E-4066-4723-A658-8AEDBEADE619}"
ProjectSection(SolutionItems) = preProject
Xenko.Android.PreSettings.Local.targets = Xenko.Android.PreSettings.Local.targets
Xenko.build = Xenko.build
Xenko.Core.GlobalSettings.Local.targets = Xenko.Core.GlobalSettings.Local.targets
Xenko.Core.PostSettings.Local.targets = Xenko.Core.PostSettings.Local.targets
Xenko.Core.PreSettings.Local.targets = Xenko.Core.PreSettings.Local.targets
Xenko.Direct3D.CoreCLR.PreSettings.Local.targets = Xenko.Direct3D.CoreCLR.PreSettings.Local.targets
Xenko.Direct3D.PreSettings.Local.targets = Xenko.Direct3D.PreSettings.Local.targets
Xenko.Direct3D.SDL.PreSettings.Local.targets = Xenko.Direct3D.SDL.PreSettings.Local.targets
Xenko.Direct3D12.PreSettings.Local.targets = Xenko.Direct3D12.PreSettings.Local.targets
Xenko.ILMerge.CSharp.targets = Xenko.ILMerge.CSharp.targets
Xenko.iOS.PreSettings.Local.targets = Xenko.iOS.PreSettings.Local.targets
Xenko.Linux.CoreCLR.PreSettings.Local.targets = Xenko.Linux.CoreCLR.PreSettings.Local.targets
Xenko.Linux.PreSettings.Local.targets = Xenko.Linux.PreSettings.Local.targets
Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets = Xenko.Linux.Vulkan.CoreCLR.PreSettings.Local.targets
Xenko.Linux.Vulkan.PreSettings.Local.targets = Xenko.Linux.Vulkan.PreSettings.Local.targets
Xenko.macOS.CoreCLR.PreSettings.Local.targets = Xenko.macOS.CoreCLR.PreSettings.Local.targets
Xenko.macOS.PreSettings.Local.targets = Xenko.macOS.PreSettings.Local.targets
Xenko.OpenGL.CoreCLR.PreSettings.Local.targets = Xenko.OpenGL.CoreCLR.PreSettings.Local.targets
Xenko.OpenGL.PreSettings.Local.targets = Xenko.OpenGL.PreSettings.Local.targets
Xenko.OpenGLES.PreSettings.Local.targets = Xenko.OpenGLES.PreSettings.Local.targets
Xenko.PreSettings.Local.targets = Xenko.PreSettings.Local.targets
Xenko.UWP.GlobalSettings.Local.targets = Xenko.UWP.GlobalSettings.Local.targets
Xenko.UWP.PreSettings.Local.targets = Xenko.UWP.PreSettings.Local.targets
Xenko.Vulkan.PreSettings.Local.targets = Xenko.Vulkan.PreSettings.Local.targets
Xenko.Vulkan.SDL.PreSettings.Local.targets = Xenko.Vulkan.SDL.PreSettings.Local.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Engine", "..\sources\engine\Xenko.Engine\Xenko.Engine.csproj", "{C121A566-555E-42B9-9B0A-1696529A9088}"
ProjectSection(ProjectDependencies) = postProject
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {F2D52EDB-BC17-4243-B06D-33CD20F87A7F}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics", "..\sources\engine\Xenko.Graphics\Xenko.Graphics.csproj", "{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Shaders", "..\sources\shaders\Xenko.Core.Shaders\Xenko.Core.Shaders.csproj", "{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Irony", "..\sources\shaders\Irony\Irony.csproj", "{D81F5C91-D7DB-46E5-BC99-49488FB6814C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games", "..\sources\engine\Xenko.Games\Xenko.Games.csproj", "{42780CBD-3FE7-48E3-BD5B-59945EA20137}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core", "..\sources\core\Xenko.Core\Xenko.Core.csproj", "{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Mathematics", "..\sources\core\Xenko.Core.Mathematics\Xenko.Core.Mathematics.csproj", "{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}"
ProjectSection(ProjectDependencies) = postProject
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {5210FB81-B807-49BB-AF0D-31FB6A83A572}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.Serialization", "..\sources\core\Xenko.Core.Serialization\Xenko.Core.Serialization.csproj", "{5210FB81-B807-49BB-AF0D-31FB6A83A572}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.MicroThreading", "..\sources\core\Xenko.Core.MicroThreading\Xenko.Core.MicroThreading.csproj", "{1320F627-EE43-4115-8E89-19D1753E51F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Core.IO", "..\sources\core\Xenko.Core.IO\Xenko.Core.IO.csproj", "{1DE01410-22C9-489B-9796-1ADDAB1F64E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Parser", "..\sources\engine\Xenko.Shaders.Parser\Xenko.Shaders.Parser.csproj", "{14A47447-2A24-4ECD-B24D-6571499DCD4C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders", "..\sources\engine\Xenko.Shaders\Xenko.Shaders.csproj", "{273BDD15-7392-4078-91F0-AF23594A3D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Audio", "..\sources\engine\Xenko.Audio\Xenko.Audio.csproj", "{DE042125-C270-4D1D-9270-0759C167567A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko", "..\sources\engine\Xenko\Xenko.csproj", "{72390339-B2A1-4F61-A800-31ED0975B515}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Shaders.Compiler", "..\sources\engine\Xenko.Shaders.Compiler\Xenko.Shaders.Compiler.csproj", "{E8B3553F-A79F-4E50-B75B-ACEE771C320C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Input", "..\sources\engine\Xenko.Input\Xenko.Input.csproj", "{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.UI", "..\sources\engine\Xenko.UI\Xenko.UI.csproj", "{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}"
ProjectSection(ProjectDependencies) = postProject
{C121A566-555E-42B9-9B0A-1696529A9088} = {C121A566-555E-42B9-9B0A-1696529A9088}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Graphics.Regression", "..\sources\engine\Xenko.Graphics.Regression\Xenko.Graphics.Regression.csproj", "{D002FEB1-00A6-4AB1-A83F-1F253465E64D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Physics", "..\sources\engine\Xenko.Physics\Xenko.Physics.csproj", "{DD592516-B341-40FE-9100-1B0FA784A060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.SpriteStudio.Runtime", "..\sources\engine\Xenko.SpriteStudio.Runtime\Xenko.SpriteStudio.Runtime.csproj", "{9BC63BEC-F305-451D-BB31-262938EA964D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Particles", "..\sources\engine\Xenko.Particles\Xenko.Particles.csproj", "{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Games.Testing", "..\sources\engine\Xenko.Games.Testing\Xenko.Games.Testing.csproj", "{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Native", "..\sources\engine\Xenko.Native\Xenko.Native.csproj", "{1DBBC150-F085-43EF-B41D-27C72D133770}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Xenko.Refactor", "..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.shproj", "{B33E576F-2279-4BFC-A438-D9B84343B56B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.VirtualReality", "..\sources\engine\Xenko.VirtualReality\Xenko.VirtualReality.csproj", "{53782603-3096-40C2-ABD3-F8F311BAE4BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Navigation", "..\sources\engine\Xenko.Navigation\Xenko.Navigation.csproj", "{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00-Localization", "00-Localization", "{FC791F56-C1F1-4C41-A193-868D8197F8E2}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\Xenko.Assets.Presentation.pot = ..\sources\localization\Xenko.Assets.Presentation.pot
..\sources\localization\Xenko.Core.Assets.Editor.pot = ..\sources\localization\Xenko.Core.Assets.Editor.pot
..\sources\localization\Xenko.Core.Presentation.pot = ..\sources\localization\Xenko.Core.Presentation.pot
..\sources\localization\Xenko.GameStudio.pot = ..\sources\localization\Xenko.GameStudio.pot
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ja", "ja", "{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5}"
ProjectSection(SolutionItems) = preProject
..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po = ..\sources\localization\ja\Xenko.Core.Assets.Editor.ja.po
..\sources\localization\ja\Xenko.GameStudio.ja.po = ..\sources\localization\ja\Xenko.GameStudio.ja.po
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xenko.Video", "..\sources\engine\Xenko.Video\Xenko.Video.csproj", "{DA355C86-866F-4843-9B4D-63A173C750FB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{b33e576f-2279-4bfc-a438-d9b84343b56b}*SharedItemsImports = 13
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{c121a566-555e-42b9-9b0a-1696529a9088}*SharedItemsImports = 4
..\sources\shared\Xenko.Core.ShellHelper\Xenko.Core.ShellHelper.projitems*{e8b3553f-a79f-4e50-b75b-acee771c320c}*SharedItemsImports = 4
..\sources\engine\Xenko.Shared\Refactor\Xenko.Refactor.projitems*{fb06c76a-6bb7-40be-9afa-fec13b045fb5}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppStore|macOS = AppStore|macOS
CoreCLR_Debug|macOS = CoreCLR_Debug|macOS
CoreCLR_Release|macOS = CoreCLR_Release|macOS
Debug|macOS = Debug|macOS
Release|macOS = Release|macOS
Testing|macOS = Testing|macOS
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.AppStore|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.ActiveCfg = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.Build.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Debug|macOS.Deploy.0 = Debug|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Release|macOS.Deploy.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.ActiveCfg = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.Build.0 = Release|Any CPU
{C121A566-555E-42B9-9B0A-1696529A9088}.Testing|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.AppStore|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.ActiveCfg = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.Build.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Debug|macOS.Deploy.0 = Debug|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Release|macOS.Deploy.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.ActiveCfg = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.Build.0 = Release|Any CPU
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5}.Testing|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.AppStore|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.ActiveCfg = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.Build.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Debug|macOS.Deploy.0 = Debug|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Release|macOS.Deploy.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.ActiveCfg = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.Build.0 = Release|Any CPU
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F}.Testing|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.Build.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Release|macOS.Deploy.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.ActiveCfg = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.Build.0 = Release|Any CPU
{D81F5C91-D7DB-46E5-BC99-49488FB6814C}.Testing|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.AppStore|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.ActiveCfg = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.Build.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Debug|macOS.Deploy.0 = Debug|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Release|macOS.Deploy.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.ActiveCfg = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.Build.0 = Release|Any CPU
{42780CBD-3FE7-48E3-BD5B-59945EA20137}.Testing|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.AppStore|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.ActiveCfg = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.Build.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Debug|macOS.Deploy.0 = Debug|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Release|macOS.Deploy.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.ActiveCfg = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.Build.0 = Release|Any CPU
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68}.Testing|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.Build.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Release|macOS.Deploy.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.ActiveCfg = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.Build.0 = Release|Any CPU
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A}.Testing|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.AppStore|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.ActiveCfg = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.Build.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Debug|macOS.Deploy.0 = Debug|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Release|macOS.Deploy.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.ActiveCfg = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.Build.0 = Release|Any CPU
{5210FB81-B807-49BB-AF0D-31FB6A83A572}.Testing|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.Build.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Release|macOS.Deploy.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.ActiveCfg = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.Build.0 = Release|Any CPU
{1320F627-EE43-4115-8E89-19D1753E51F2}.Testing|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.Build.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Release|macOS.Deploy.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.ActiveCfg = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.Build.0 = Release|Any CPU
{1DE01410-22C9-489B-9796-1ADDAB1F64E5}.Testing|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.Build.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Release|macOS.Deploy.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.ActiveCfg = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.Build.0 = Release|Any CPU
{14A47447-2A24-4ECD-B24D-6571499DCD4C}.Testing|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.AppStore|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.ActiveCfg = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.Build.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Debug|macOS.Deploy.0 = Debug|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Release|macOS.Deploy.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.ActiveCfg = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.Build.0 = Release|Any CPU
{273BDD15-7392-4078-91F0-AF23594A3D7B}.Testing|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.Build.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Release|macOS.Deploy.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.ActiveCfg = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.Build.0 = Release|Any CPU
{DE042125-C270-4D1D-9270-0759C167567A}.Testing|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.AppStore|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.ActiveCfg = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.Build.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Debug|macOS.Deploy.0 = Debug|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Release|macOS.Deploy.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.ActiveCfg = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.Build.0 = Release|Any CPU
{72390339-B2A1-4F61-A800-31ED0975B515}.Testing|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.AppStore|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.ActiveCfg = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.Build.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Debug|macOS.Deploy.0 = Debug|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Release|macOS.Deploy.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.ActiveCfg = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.Build.0 = Release|Any CPU
{E8B3553F-A79F-4E50-B75B-ACEE771C320C}.Testing|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.AppStore|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.ActiveCfg = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.Build.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Debug|macOS.Deploy.0 = Debug|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Release|macOS.Deploy.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.ActiveCfg = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.Build.0 = Release|Any CPU
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E}.Testing|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.AppStore|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.ActiveCfg = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.Build.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Debug|macOS.Deploy.0 = Debug|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Release|macOS.Deploy.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.ActiveCfg = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.Build.0 = Release|Any CPU
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3}.Testing|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.AppStore|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.ActiveCfg = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.Build.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Debug|macOS.Deploy.0 = Debug|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Release|macOS.Deploy.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.ActiveCfg = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.Build.0 = Release|Any CPU
{D002FEB1-00A6-4AB1-A83F-1F253465E64D}.Testing|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.Build.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Release|macOS.Deploy.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.ActiveCfg = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.Build.0 = Release|Any CPU
{DD592516-B341-40FE-9100-1B0FA784A060}.Testing|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.AppStore|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.ActiveCfg = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.Build.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Debug|macOS.Deploy.0 = Debug|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Release|macOS.Deploy.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.ActiveCfg = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.Build.0 = Release|Any CPU
{9BC63BEC-F305-451D-BB31-262938EA964D}.Testing|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.AppStore|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.ActiveCfg = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.Build.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Debug|macOS.Deploy.0 = Debug|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Release|macOS.Deploy.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.ActiveCfg = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.Build.0 = Release|Any CPU
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31}.Testing|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.AppStore|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.ActiveCfg = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.Build.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Debug|macOS.Deploy.0 = Debug|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Release|macOS.Deploy.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.ActiveCfg = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.Build.0 = Release|Any CPU
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9}.Testing|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.AppStore|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.ActiveCfg = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.Build.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Debug|macOS.Deploy.0 = Debug|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Release|macOS.Deploy.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.ActiveCfg = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.Build.0 = Release|Any CPU
{1DBBC150-F085-43EF-B41D-27C72D133770}.Testing|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.AppStore|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.ActiveCfg = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.Build.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Debug|macOS.Deploy.0 = Debug|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Release|macOS.Deploy.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.ActiveCfg = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.Build.0 = Release|Any CPU
{53782603-3096-40C2-ABD3-F8F311BAE4BE}.Testing|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.AppStore|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.ActiveCfg = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.Build.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Debug|macOS.Deploy.0 = Debug|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Release|macOS.Deploy.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.ActiveCfg = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.Build.0 = Release|Any CPU
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088}.Testing|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.AppStore|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Debug|macOS.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.CoreCLR_Release|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.ActiveCfg = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.Build.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Debug|macOS.Deploy.0 = Debug|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Release|macOS.Deploy.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.ActiveCfg = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.Build.0 = Release|Any CPU
{DA355C86-866F-4843-9B4D-63A173C750FB}.Testing|macOS.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AC70118-C90F-4EC6-9D8B-C628BDF900F7} = {4C142567-C42B-40F5-B092-798882190209}
{C121A566-555E-42B9-9B0A-1696529A9088} = {4C142567-C42B-40F5-B092-798882190209}
{FB06C76A-6BB7-40BE-9AFA-FEC13B045FB5} = {4C142567-C42B-40F5-B092-798882190209}
{F2D52EDB-BC17-4243-B06D-33CD20F87A7F} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{D81F5C91-D7DB-46E5-BC99-49488FB6814C} = {10D145AF-C8AE-428F-A80F-CA1B591D0DB2}
{42780CBD-3FE7-48E3-BD5B-59945EA20137} = {4C142567-C42B-40F5-B092-798882190209}
{0E916AB7-5A6C-4820-8AB1-AA492FE66D68} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1677B922-CCF0-44DE-B57E-1CDD3D2B8E8A} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{5210FB81-B807-49BB-AF0D-31FB6A83A572} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1320F627-EE43-4115-8E89-19D1753E51F2} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{1DE01410-22C9-489B-9796-1ADDAB1F64E5} = {2E93E2B5-4500-4E47-9B65-E705218AB578}
{14A47447-2A24-4ECD-B24D-6571499DCD4C} = {4C142567-C42B-40F5-B092-798882190209}
{273BDD15-7392-4078-91F0-AF23594A3D7B} = {4C142567-C42B-40F5-B092-798882190209}
{DE042125-C270-4D1D-9270-0759C167567A} = {4C142567-C42B-40F5-B092-798882190209}
{72390339-B2A1-4F61-A800-31ED0975B515} = {4C142567-C42B-40F5-B092-798882190209}
{E8B3553F-A79F-4E50-B75B-ACEE771C320C} = {4C142567-C42B-40F5-B092-798882190209}
{84DEB606-77ED-49CD-9AED-D2B13C1F5A1E} = {4C142567-C42B-40F5-B092-798882190209}
{BB9DEEEF-F18C-40D8-B016-6434CC71B8C3} = {4C142567-C42B-40F5-B092-798882190209}
{D002FEB1-00A6-4AB1-A83F-1F253465E64D} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{DD592516-B341-40FE-9100-1B0FA784A060} = {4C142567-C42B-40F5-B092-798882190209}
{9BC63BEC-F305-451D-BB31-262938EA964D} = {4C142567-C42B-40F5-B092-798882190209}
{F32FDA80-B6DD-47A8-8681-437E2C0D3F31} = {4C142567-C42B-40F5-B092-798882190209}
{B84ECB15-5E3F-4BD1-AB87-333BAE9B70F9} = {A7ED9F01-7D78-4381-90A6-D50E51C17250}
{1DBBC150-F085-43EF-B41D-27C72D133770} = {4C142567-C42B-40F5-B092-798882190209}
{B33E576F-2279-4BFC-A438-D9B84343B56B} = {1AC70118-C90F-4EC6-9D8B-C628BDF900F7}
{53782603-3096-40C2-ABD3-F8F311BAE4BE} = {4C142567-C42B-40F5-B092-798882190209}
{FBE1FA7B-E699-4BB2-9C8F-41F4C9F3F088} = {4C142567-C42B-40F5-B092-798882190209}
{B4EABB0D-E495-405C-B7B1-E2A7A3711AF5} = {FC791F56-C1F1-4C41-A193-868D8197F8E2}
{DA355C86-866F-4843-9B4D-63A173C750FB} = {4C142567-C42B-40F5-B092-798882190209}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF877973-604D-4EA7-B5F5-A129961F9EF2}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,5 +0,0 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=89F0CE68C526970D145EC60FDD9D50D7/RelativePath/@EntryValue">..\Xenko.sln.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=89F0CE68C526970D145EC60FDD9D50D7/@KeyIndexDefined">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File89F0CE68C526970D145EC60FDD9D50D7/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File89F0CE68C526970D145EC60FDD9D50D7/RelativePriority/@EntryValue">1</s:Double></wpf:ResourceDictionary>

Просмотреть файл

@ -39,11 +39,22 @@
<TargetFrameworkTool>net472</TargetFrameworkTool>
<TargetFrameworkVersionTool>v4.7.2</TargetFrameworkVersionTool>
<XenkoPlatformDefines>XENKO_PLATFORM_WINDOWS;XENKO_PLATFORM_WINDOWS_DESKTOP;NET45</XenkoPlatformDefines>
<!-- Note: ideally we would split using ItemGroup but then PropertyGroup are not properly evaluated if they contain ItemGroup (unless using Targets) -->
<XenkoPlatforms Condition="'$(XenkoPlatforms)' == ''">Windows</XenkoPlatforms>
<_XenkoPlatforms>;$(XenkoPlatforms);</_XenkoPlatforms>
<XenkoRuntimeTargetFrameworks Condition="$(_XenkoPlatforms.Contains(';Windows;'))">$(XenkoRuntimeTargetFrameworks);net45</XenkoRuntimeTargetFrameworks>
<XenkoRuntimeTargetFrameworks Condition="$(_XenkoPlatforms.Contains(';UWP;'))">$(XenkoRuntimeTargetFrameworks);uap10.0</XenkoRuntimeTargetFrameworks>
<XenkoRuntimeTargetFrameworks Condition="$(_XenkoPlatforms.Contains(';Android;'))">$(XenkoRuntimeTargetFrameworks);monoandroid50</XenkoRuntimeTargetFrameworks>
<XenkoRuntimeTargetFrameworks Condition="$(_XenkoPlatforms.Contains(';iOS;'))">$(XenkoRuntimeTargetFrameworks);xamarinios10</XenkoRuntimeTargetFrameworks>
<XenkoRuntimeTargetFrameworks Condition="$(_XenkoPlatforms.Contains(';Linux;'))">$(XenkoRuntimeTargetFrameworks);netstandard2.0</XenkoRuntimeTargetFrameworks>
<XenkoRuntimeTargetFrameworks>$([MSBuild]::Unescape($(XenkoRuntimeTargetFrameworks.Trim(';'))))</XenkoRuntimeTargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(XenkoRuntime)' == 'true' ">
<XenkoRuntimeTargetFrameworks Condition="'$(XenkoRuntimeTargetFrameworks)' == ''">net45;uap10.0;monoandroid50;xamarinios10</XenkoRuntimeTargetFrameworks>
<TargetFrameworks>$(XenkoRuntimeTargetFrameworks)</TargetFrameworks>
<TargetFrameworks Condition="$(XenkoRuntimeTargetFrameworks.Contains(';'))">$(XenkoRuntimeTargetFrameworks)</TargetFrameworks>
<TargetFramework Condition="!$(XenkoRuntimeTargetFrameworks.Contains(';'))">$(XenkoRuntimeTargetFrameworks)</TargetFramework>
<!-- UpToDate check doesn't work with multi-TFM projects! https://github.com/dotnet/project-system/issues/2487 -->
<DisableFastUpToDateCheck Condition="$(TargetFrameworks.Contains(';'))">true</DisableFastUpToDateCheck>
<!--<TargetFrameworks>net45;uap10.0;monoandroid50;xamarinios10;netstandard2.0</TargetFrameworks>-->

Просмотреть файл

@ -28,6 +28,8 @@
<XenkoPlatform Condition=" '$(TargetFramework)' == 'uap10.0' ">UWP</XenkoPlatform>
<XenkoPlatform Condition=" '$(TargetFramework)' == 'monoandroid50' ">Android</XenkoPlatform>
<XenkoPlatform Condition=" '$(TargetFramework)' == 'xamarinios10' ">iOS</XenkoPlatform>
<!-- Default fallback -->
<XenkoPlatform Condition=" '$(XenkoPlatform)' == '' ">Windows</XenkoPlatform>
<XenkoPlatformFullName Condition="'$(XenkoPlatformFullName)' == ''">$(XenkoPlatform)</XenkoPlatformFullName>