-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPostmanCollectionManager.sln
More file actions
38 lines (38 loc) · 1.92 KB
/
PostmanCollectionManager.sln
File metadata and controls
38 lines (38 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostmanManager", "PostmanManager\PostmanManager.csproj", "{8904E6EF-4A09-4A87-B542-CA713009E9F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{68F87C72-6668-47A9-9659-F149D88C4410}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{FE84962E-194D-4916-96E1-A3A2776D0D07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC828299-3C27-445F-8000-CB9CD47AAD82}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8904E6EF-4A09-4A87-B542-CA713009E9F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8904E6EF-4A09-4A87-B542-CA713009E9F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8904E6EF-4A09-4A87-B542-CA713009E9F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8904E6EF-4A09-4A87-B542-CA713009E9F5}.Release|Any CPU.Build.0 = Release|Any CPU
{68F87C72-6668-47A9-9659-F149D88C4410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F87C72-6668-47A9-9659-F149D88C4410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F87C72-6668-47A9-9659-F149D88C4410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F87C72-6668-47A9-9659-F149D88C4410}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A91329D9-FEF1-419F-91C8-F9BFF441C096}
EndGlobalSection
EndGlobal