-
Notifications
You must be signed in to change notification settings - Fork 1
/
pip-services3-aws-dotnet.sln
43 lines (43 loc) · 2.23 KB
/
pip-services3-aws-dotnet.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 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{911A1A18-42DB-426E-9F73-55FE2E0587AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "src", "src\src.csproj", "{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6668D4CD-376F-4E49-B179-1C914A721670}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
component.json = component.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example", "example\example.csproj", "{C5B9293C-5367-4224-8B36-F004A176A8A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911A1A18-42DB-426E-9F73-55FE2E0587AB}.Release|Any CPU.Build.0 = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDBD7E67-F5EE-4444-B803-9D98F6FA98B3}.Release|Any CPU.Build.0 = Release|Any CPU
{C5B9293C-5367-4224-8B36-F004A176A8A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B9293C-5367-4224-8B36-F004A176A8A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B9293C-5367-4224-8B36-F004A176A8A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B9293C-5367-4224-8B36-F004A176A8A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF82B04D-BB36-4189-8A05-7EBC60C2F381}
EndGlobalSection
EndGlobal