12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.4.32804.182
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleWebChat.ConHost", "SimpleWebChat.ConHost\SimpleWebChat.ConHost.csproj", "{4AE488F7-E3FD-4339-9C31-2BCC5AF83EDD}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleWebChat.BlazorWasm", "SimpleWebChat.BlazorWasm\SimpleWebChat.BlazorWasm.csproj", "{EEBDF24C-F814-44B2-A20C-812737AA313B}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4AE488F7-E3FD-4339-9C31-2BCC5AF83EDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4AE488F7-E3FD-4339-9C31-2BCC5AF83EDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4AE488F7-E3FD-4339-9C31-2BCC5AF83EDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4AE488F7-E3FD-4339-9C31-2BCC5AF83EDD}.Release|Any CPU.Build.0 = Release|Any CPU
- {EEBDF24C-F814-44B2-A20C-812737AA313B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EEBDF24C-F814-44B2-A20C-812737AA313B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EEBDF24C-F814-44B2-A20C-812737AA313B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EEBDF24C-F814-44B2-A20C-812737AA313B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C140867B-A0A0-4D30-A93B-8D18214D5031}
- EndGlobalSection
- EndGlobal
|