-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAM.E3DC.sln
74 lines (74 loc) · 4.29 KB
/
AM.E3DC.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
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31005.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF555924-FAEC-48F6-8303-97F631D0EF17}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{79379C07-4C1E-4419-A88D-122F94AB773C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Folder Items", "Folder Items", "{B43F774B-B7D7-4F26-9DDA-F085A7A6989F}"
ProjectSection(SolutionItems) = preProject
Tests\.editorconfig = Tests\.editorconfig
Tests\Directory.Build.props = Tests\Directory.Build.props
Tests\Tests.ruleset = Tests\Tests.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.E3dc.Rscp.Data", "Source\AM.E3dc.Rscp.Data\AM.E3dc.Rscp.Data.csproj", "{003A5070-6C19-418F-B244-B2ED50C27A2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.E3dc.Rscp.Data.Tests", "Tests\AM.E3dc.Rscp.Data.Tests\AM.E3dc.Rscp.Data.Tests.csproj", "{A0C00EE1-EE84-432C-A8FC-27014185E9EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.E3dc.Rscp", "Source\AM.E3dc.Rscp\AM.E3dc.Rscp.csproj", "{0FB9D9DD-1EE5-4D43-965A-DA2B9FEFF48E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.E3dc.Rscp.Tests", "Tests\AM.E3dc.Rscp.Tests\AM.E3dc.Rscp.Tests.csproj", "{F819DFE7-84E1-4A77-9FF1-CF28382F0350}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AM.E3dc.Rscp.Example", "Source\AM.E3dc.Rscp.Example\AM.E3dc.Rscp.Example.csproj", "{33DB9492-4E34-4DE0-BB04-216A388D7848}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{003A5070-6C19-418F-B244-B2ED50C27A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{003A5070-6C19-418F-B244-B2ED50C27A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{003A5070-6C19-418F-B244-B2ED50C27A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{003A5070-6C19-418F-B244-B2ED50C27A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C00EE1-EE84-432C-A8FC-27014185E9EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C00EE1-EE84-432C-A8FC-27014185E9EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C00EE1-EE84-432C-A8FC-27014185E9EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C00EE1-EE84-432C-A8FC-27014185E9EE}.Release|Any CPU.Build.0 = Release|Any CPU
{0FB9D9DD-1EE5-4D43-965A-DA2B9FEFF48E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB9D9DD-1EE5-4D43-965A-DA2B9FEFF48E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB9D9DD-1EE5-4D43-965A-DA2B9FEFF48E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB9D9DD-1EE5-4D43-965A-DA2B9FEFF48E}.Release|Any CPU.Build.0 = Release|Any CPU
{F819DFE7-84E1-4A77-9FF1-CF28382F0350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F819DFE7-84E1-4A77-9FF1-CF28382F0350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F819DFE7-84E1-4A77-9FF1-CF28382F0350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F819DFE7-84E1-4A77-9FF1-CF28382F0350}.Release|Any CPU.Build.0 = Release|Any CPU
{33DB9492-4E34-4DE0-BB04-216A388D7848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33DB9492-4E34-4DE0-BB04-216A388D7848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33DB9492-4E34-4DE0-BB04-216A388D7848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33DB9492-4E34-4DE0-BB04-216A388D7848}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B43F774B-B7D7-4F26-9DDA-F085A7A6989F} = {79379C07-4C1E-4419-A88D-122F94AB773C}
{A0C00EE1-EE84-432C-A8FC-27014185E9EE} = {79379C07-4C1E-4419-A88D-122F94AB773C}
{F819DFE7-84E1-4A77-9FF1-CF28382F0350} = {79379C07-4C1E-4419-A88D-122F94AB773C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DF840C7-E39E-4D91-9C9E-E30C4D1AD97A}
EndGlobalSection
EndGlobal