-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatts.sln
40 lines (40 loc) · 2.17 KB
/
matts.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "matts", "matts.csproj", "{13C9383C-BEDA-4425-9A5A-5CC22B8245AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "matts.Tests", "matts.Tests\matts.Tests.csproj", "{76A2E3D7-DF69-4128-B475-CAEFDAC4E723}"
ProjectSection(ProjectDependencies) = postProject
{13C9383C-BEDA-4425-9A5A-5CC22B8245AE} = {13C9383C-BEDA-4425-9A5A-5CC22B8245AE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "matts.AzFunctions", "matts.AzFunctions\matts.AzFunctions.csproj", "{F87316C3-3031-43E9-AB20-CB1FB27B8236}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13C9383C-BEDA-4425-9A5A-5CC22B8245AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13C9383C-BEDA-4425-9A5A-5CC22B8245AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13C9383C-BEDA-4425-9A5A-5CC22B8245AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13C9383C-BEDA-4425-9A5A-5CC22B8245AE}.Release|Any CPU.Build.0 = Release|Any CPU
{76A2E3D7-DF69-4128-B475-CAEFDAC4E723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76A2E3D7-DF69-4128-B475-CAEFDAC4E723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76A2E3D7-DF69-4128-B475-CAEFDAC4E723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76A2E3D7-DF69-4128-B475-CAEFDAC4E723}.Release|Any CPU.Build.0 = Release|Any CPU
{F87316C3-3031-43E9-AB20-CB1FB27B8236}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F87316C3-3031-43E9-AB20-CB1FB27B8236}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F87316C3-3031-43E9-AB20-CB1FB27B8236}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F87316C3-3031-43E9-AB20-CB1FB27B8236}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4267655-4CBF-47B1-BA66-09FDF38D653A}
EndGlobalSection
EndGlobal