forked from LBHackney-IT/mat-process-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmat-process-api.sln
More file actions
36 lines (36 loc) · 1.84 KB
/
Copy pathmat-process-api.sln
File metadata and controls
36 lines (36 loc) · 1.84 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mat-process-api", "mat-process-api\mat-process-api.csproj", "{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mat-process-api.Tests", "mat-process-api.Tests\mat-process-api.Tests.csproj", "{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Terraform", "Terraform", "{6F3EA021-1E61-4F8E-A663-D4D90953865A}"
ProjectSection(SolutionItems) = preProject
..\..\mat-terraform\main.tf = ..\..\mat-terraform\main.tf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F482163-3F51-487F-8F7D-37A1D4DAEA8B}.Release|Any CPU.Build.0 = Release|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE8E4E61-EB76-416B-8417-E8F2F6A0C0D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E65E24D6-9486-4D85-B371-4673A56AE837}
EndGlobalSection
EndGlobal