Add project files.

This commit is contained in:
2024-04-25 22:54:21 +02:00
parent 6275e70247
commit 81d129713e
8 changed files with 244 additions and 0 deletions

31
PostmanCloneApp.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostmanCloneLibrary", "PostmanCloneLibrary\PostmanCloneLibrary.csproj", "{6A37238D-6373-4077-B129-C587FF43E8E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostmanCloneUI", "PostmanCloneUI\PostmanCloneUI.csproj", "{9CB2A996-41BF-4D70-BD50-51FA80424A2B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A37238D-6373-4077-B129-C587FF43E8E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A37238D-6373-4077-B129-C587FF43E8E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A37238D-6373-4077-B129-C587FF43E8E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A37238D-6373-4077-B129-C587FF43E8E5}.Release|Any CPU.Build.0 = Release|Any CPU
{9CB2A996-41BF-4D70-BD50-51FA80424A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CB2A996-41BF-4D70-BD50-51FA80424A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CB2A996-41BF-4D70-BD50-51FA80424A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CB2A996-41BF-4D70-BD50-51FA80424A2B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D8CF901-49C4-4966-BDA4-23FF2D688FF4}
EndGlobalSection
EndGlobal