|
| 1 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | +# Visual Studio 14 |
| 3 | +VisualStudioVersion = 14.0.23107.0 |
| 4 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 5 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{95C16AED-FD57-42A0-86C3-2CF4300A4817}" |
| 6 | +EndProject |
| 7 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ResourceManager.Common", "..\Common\Commands.ResourceManager.Common\Commands.ResourceManager.Common.csproj", "{3819D8A7-C62C-4C47-8DDD-0332D9CE1252}" |
| 8 | +EndProject |
| 9 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Profile", "..\Profile\Commands.Profile\Commands.Profile.csproj", "{142D7B0B-388A-4CEB-A228-7F6D423C5C2E}" |
| 10 | +EndProject |
| 11 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.ScenarioTests.ResourceManager.Common", "..\Common\Commands.ScenarioTests.ResourceManager.Common\Commands.ScenarioTests.ResourceManager.Common.csproj", "{3436A126-EDC9-4060-8952-9A1BE34CDD95}" |
| 12 | +EndProject |
| 13 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.Common", "..\..\Common\Commands.Common\Commands.Common.csproj", "{5EE72C53-1720-4309-B54B-5FB79703195F}" |
| 14 | +EndProject |
| 15 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{73CD233D-7CEC-4BBE-8BA4-1BB83627BD61}" |
| 16 | + ProjectSection(SolutionItems) = preProject |
| 17 | + .nuget\packages.config = .nuget\packages.config |
| 18 | + EndProjectSection |
| 19 | +EndProject |
| 20 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.NotificationHubs.Test", "Commands.NotificationHubs.Test\Commands.NotificationHubs.Test.csproj", "{EA66BF2C-4E5F-42FE-912C-B62AEB588308}" |
| 21 | +EndProject |
| 22 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commands.NotificationHubs", "Commands.NotificationHubs\Commands.NotificationHubs.csproj", "{0C90F837-86C9-4205-858B-4D8DA5CB0352}" |
| 23 | +EndProject |
| 24 | +Global |
| 25 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 26 | + Debug|Any CPU = Debug|Any CPU |
| 27 | + Release|Any CPU = Release|Any CPU |
| 28 | + EndGlobalSection |
| 29 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 30 | + {3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 31 | + {3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 32 | + {3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 33 | + {3819D8A7-C62C-4C47-8DDD-0332D9CE1252}.Release|Any CPU.Build.0 = Release|Any CPU |
| 34 | + {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 35 | + {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 36 | + {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 37 | + {142D7B0B-388A-4CEB-A228-7F6D423C5C2E}.Release|Any CPU.Build.0 = Release|Any CPU |
| 38 | + {3436A126-EDC9-4060-8952-9A1BE34CDD95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 39 | + {3436A126-EDC9-4060-8952-9A1BE34CDD95}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 40 | + {3436A126-EDC9-4060-8952-9A1BE34CDD95}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 41 | + {3436A126-EDC9-4060-8952-9A1BE34CDD95}.Release|Any CPU.Build.0 = Release|Any CPU |
| 42 | + {5EE72C53-1720-4309-B54B-5FB79703195F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 43 | + {5EE72C53-1720-4309-B54B-5FB79703195F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 44 | + {5EE72C53-1720-4309-B54B-5FB79703195F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 45 | + {5EE72C53-1720-4309-B54B-5FB79703195F}.Release|Any CPU.Build.0 = Release|Any CPU |
| 46 | + {EA66BF2C-4E5F-42FE-912C-B62AEB588308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 47 | + {EA66BF2C-4E5F-42FE-912C-B62AEB588308}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 48 | + {EA66BF2C-4E5F-42FE-912C-B62AEB588308}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 49 | + {EA66BF2C-4E5F-42FE-912C-B62AEB588308}.Release|Any CPU.Build.0 = Release|Any CPU |
| 50 | + {0C90F837-86C9-4205-858B-4D8DA5CB0352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 51 | + {0C90F837-86C9-4205-858B-4D8DA5CB0352}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 52 | + {0C90F837-86C9-4205-858B-4D8DA5CB0352}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 53 | + {0C90F837-86C9-4205-858B-4D8DA5CB0352}.Release|Any CPU.Build.0 = Release|Any CPU |
| 54 | + EndGlobalSection |
| 55 | + GlobalSection(SolutionProperties) = preSolution |
| 56 | + HideSolutionNode = FALSE |
| 57 | + EndGlobalSection |
| 58 | + GlobalSection(NestedProjects) = preSolution |
| 59 | + {3436A126-EDC9-4060-8952-9A1BE34CDD95} = {95C16AED-FD57-42A0-86C3-2CF4300A4817} |
| 60 | + {EA66BF2C-4E5F-42FE-912C-B62AEB588308} = {95C16AED-FD57-42A0-86C3-2CF4300A4817} |
| 61 | + EndGlobalSection |
| 62 | +EndGlobal |
0 commit comments