-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaz-lazy.sln
40 lines (40 loc) · 1.89 KB
/
az-lazy.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 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "az-lazy", "az-lazy\az-lazy.csproj", "{AAC27867-8054-4917-9292-12A8833E0341}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "az-lazy.test", "az-lazy.test\az-lazy.test.csproj", "{16380B38-F7EC-449E-B2D1-27E0CE274476}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9DF641A3-CBD0-4A0E-84E8-CB048A572C14}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
docker-compose.yaml = docker-compose.yaml
LICENSE = LICENSE
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
{AAC27867-8054-4917-9292-12A8833E0341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC27867-8054-4917-9292-12A8833E0341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC27867-8054-4917-9292-12A8833E0341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC27867-8054-4917-9292-12A8833E0341}.Release|Any CPU.Build.0 = Release|Any CPU
{16380B38-F7EC-449E-B2D1-27E0CE274476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16380B38-F7EC-449E-B2D1-27E0CE274476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16380B38-F7EC-449E-B2D1-27E0CE274476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16380B38-F7EC-449E-B2D1-27E0CE274476}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {003B7F47-6FE1-46CC-9934-95BEF31CD24E}
EndGlobalSection
EndGlobal