-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPostmanDelivers.sln
More file actions
56 lines (56 loc) · 3.28 KB
/
PostmanDelivers.sln
File metadata and controls
56 lines (56 loc) · 3.28 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TikTakToe.Engine", "TikTakToe.Engine\TikTakToe.Engine.csproj", "{B518E9EB-D9B5-460A-BB8F-07F2849F2612}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TikTakToe.Engine.Tests", "TikTakToe.Engine.Tests\TikTakToe.Engine.Tests.csproj", "{32A01C4D-654D-4A4E-A579-FDA9422069AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2E67A42-FE57-4B29-831D-376F569A87E8}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Auth.postman_collection.json = Auth.postman_collection.json
CustomScript.js = CustomScript.js
data.json = data.json
Database.sql = Database.sql
Echo.postman_collection.json = Echo.postman_collection.json
newman_script.txt = newman_script.txt
Postman Delivers.postman_globals.json = Postman Delivers.postman_globals.json
PostmandDelivers Azure.postman_environment.json = PostmandDelivers Azure.postman_environment.json
PostmandDelivers Debug VS.postman_environment.json = PostmandDelivers Debug VS.postman_environment.json
PostmandDelivers Local.postman_environment.json = PostmandDelivers Local.postman_environment.json
PostmandDelivers Prod.postman_environment.json = PostmandDelivers Prod.postman_environment.json
Script Order.postman_collection.json = Script Order.postman_collection.json
X Wins Manual.postman_collection.json = X Wins Manual.postman_collection.json
X Wins With Tests.postman_collection.json = X Wins With Tests.postman_collection.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostmanDelivers.API", "PostmanDelivers.API\PostmanDelivers.API.csproj", "{6EFA36C6-1508-4116-8012-6448D0168FDA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B518E9EB-D9B5-460A-BB8F-07F2849F2612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B518E9EB-D9B5-460A-BB8F-07F2849F2612}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B518E9EB-D9B5-460A-BB8F-07F2849F2612}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B518E9EB-D9B5-460A-BB8F-07F2849F2612}.Release|Any CPU.Build.0 = Release|Any CPU
{32A01C4D-654D-4A4E-A579-FDA9422069AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32A01C4D-654D-4A4E-A579-FDA9422069AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32A01C4D-654D-4A4E-A579-FDA9422069AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32A01C4D-654D-4A4E-A579-FDA9422069AC}.Release|Any CPU.Build.0 = Release|Any CPU
{6EFA36C6-1508-4116-8012-6448D0168FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EFA36C6-1508-4116-8012-6448D0168FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EFA36C6-1508-4116-8012-6448D0168FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EFA36C6-1508-4116-8012-6448D0168FDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5436ACD3-0736-4435-B989-1F7E93F12F8F}
EndGlobalSection
EndGlobal