forked from sander1095/munisio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Munisio.sln
65 lines (65 loc) · 3.58 KB
/
Munisio.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{D5BFB5F3-940D-4C60-9BE5-542BDEDECB83}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D21D2AA3-E997-4777-8A36-E27DB38A3098}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{33CB9DB3-C743-4A8A-ADBE-56CB6666746E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Munisio", "src\Munisio\Munisio.csproj", "{B1256B59-0E0D-4382-9F88-BE4BF7AA7A31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Munisio.Models", "src\Munisio.Models\Munisio.Models.csproj", "{A7A71E37-6062-487E-9B88-47DA482F3E46}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Munisio.Test", "test\Munisio.Test\Munisio.Test.csproj", "{559B11A9-DC8A-4545-BA09-2232485238B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Munisio.Samples.AspNetCoreWebApi", "samples\Munisio.Samples.AspNetCoreWebApi\Munisio.Samples.AspNetCoreWebApi.csproj", "{0668D607-5174-4BD2-89CB-1908382A655E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{18383FE3-0C09-4E4C-BDC5-88795866DFF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1256B59-0E0D-4382-9F88-BE4BF7AA7A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1256B59-0E0D-4382-9F88-BE4BF7AA7A31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1256B59-0E0D-4382-9F88-BE4BF7AA7A31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1256B59-0E0D-4382-9F88-BE4BF7AA7A31}.Release|Any CPU.Build.0 = Release|Any CPU
{A7A71E37-6062-487E-9B88-47DA482F3E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7A71E37-6062-487E-9B88-47DA482F3E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7A71E37-6062-487E-9B88-47DA482F3E46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7A71E37-6062-487E-9B88-47DA482F3E46}.Release|Any CPU.Build.0 = Release|Any CPU
{559B11A9-DC8A-4545-BA09-2232485238B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{559B11A9-DC8A-4545-BA09-2232485238B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{559B11A9-DC8A-4545-BA09-2232485238B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{559B11A9-DC8A-4545-BA09-2232485238B6}.Release|Any CPU.Build.0 = Release|Any CPU
{0668D607-5174-4BD2-89CB-1908382A655E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0668D607-5174-4BD2-89CB-1908382A655E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0668D607-5174-4BD2-89CB-1908382A655E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0668D607-5174-4BD2-89CB-1908382A655E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{559B11A9-DC8A-4545-BA09-2232485238B6} = {33CB9DB3-C743-4A8A-ADBE-56CB6666746E}
{0668D607-5174-4BD2-89CB-1908382A655E} = {18383FE3-0C09-4E4C-BDC5-88795866DFF8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {074F6723-9E3B-45EC-85FE-4469DC435396}
EndGlobalSection
EndGlobal