-
Notifications
You must be signed in to change notification settings - Fork 0
/
BalsamicSolutions.AWSUtilities.sln
43 lines (43 loc) · 2.35 KB
/
BalsamicSolutions.AWSUtilities.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
41
42
43
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}") = "BalsamicSolutions.AWSUtilities", "BalsamicSolutions.AWSUtilities\BalsamicSolutions.AWSUtilities.csproj", "{C7EC3624-36E8-4312-8235-47C7D050EEDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D287C04-D705-4A50-8B31-44596856F27A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleCore.Demos", "ConsoleCore.Demos\ConsoleCore.Demos.csproj", "{12D58129-A166-4DF2-A3A2-CE72CADA7C47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.Data", "Demo.Data\Demo.Data.csproj", "{499BF68E-42B9-4861-BC14-2C1E27748EB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C7EC3624-36E8-4312-8235-47C7D050EEDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7EC3624-36E8-4312-8235-47C7D050EEDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7EC3624-36E8-4312-8235-47C7D050EEDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7EC3624-36E8-4312-8235-47C7D050EEDC}.Release|Any CPU.Build.0 = Release|Any CPU
{12D58129-A166-4DF2-A3A2-CE72CADA7C47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12D58129-A166-4DF2-A3A2-CE72CADA7C47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12D58129-A166-4DF2-A3A2-CE72CADA7C47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12D58129-A166-4DF2-A3A2-CE72CADA7C47}.Release|Any CPU.Build.0 = Release|Any CPU
{499BF68E-42B9-4861-BC14-2C1E27748EB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499BF68E-42B9-4861-BC14-2C1E27748EB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499BF68E-42B9-4861-BC14-2C1E27748EB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499BF68E-42B9-4861-BC14-2C1E27748EB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8768010-582E-4805-9435-22917F1DD5CE}
EndGlobalSection
EndGlobal