-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMicroElements.sln
55 lines (55 loc) · 2.88 KB
/
MicroElements.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
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}") = "MicroElements", "src\MicroElements\MicroElements.csproj", "{D6894AB7-8160-42A4-8E59-C67D521DA133}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.Tests", "src\MicroElements.Tests\MicroElements.Tests.csproj", "{39457173-D963-44B4-906C-249735333679}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MicroElements.SampleWebApiService", "src\samples\MicroElements.SampleWebApiService\MicroElements.SampleWebApiService.csproj", "{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{CA60429E-6571-4F81-AD36-5E977BEA146C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA2450BF-7CF3-42DA-B18D-A8D7811A227F}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.cake = build.cake
build.sh = build.sh
cake.config = cake.config
CHANGELOG.md = CHANGELOG.md
build\common.props = build\common.props
src\Directory.Build.props = src\Directory.Build.props
README.md = README.md
version.props = version.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6894AB7-8160-42A4-8E59-C67D521DA133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6894AB7-8160-42A4-8E59-C67D521DA133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6894AB7-8160-42A4-8E59-C67D521DA133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6894AB7-8160-42A4-8E59-C67D521DA133}.Release|Any CPU.Build.0 = Release|Any CPU
{39457173-D963-44B4-906C-249735333679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39457173-D963-44B4-906C-249735333679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39457173-D963-44B4-906C-249735333679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39457173-D963-44B4-906C-249735333679}.Release|Any CPU.Build.0 = Release|Any CPU
{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6C3FA4D-19ED-4FF9-A237-8469AA5FA449} = {CA60429E-6571-4F81-AD36-5E977BEA146C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C3E060C-0524-4DF8-8103-2697E05A39F7}
EndGlobalSection
EndGlobal