This commit is contained in:
2022-08-23 14:56:09 +10:00
parent cabe9ff31b
commit ac97876abc
36 changed files with 1925 additions and 0 deletions

25
PowerShellBlazor.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1703.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShellBlazor", "PowerShellBlazor\PowerShellBlazor.csproj", "{EBEAE5C2-C081-4D43-89B1-D11E450F1855}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBEAE5C2-C081-4D43-89B1-D11E450F1855}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBEAE5C2-C081-4D43-89B1-D11E450F1855}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBEAE5C2-C081-4D43-89B1-D11E450F1855}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBEAE5C2-C081-4D43-89B1-D11E450F1855}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {859F4D83-DEAA-4775-BB6F-365AE51DB6F5}
EndGlobalSection
EndGlobal