-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEsunnyTap.Net.sln
50 lines (50 loc) · 2.55 KB
/
EsunnyTap.Net.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
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}") = "src", "src", "{04CA2B22-2A45-4112-AFE2-0116B82F6C52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EsunnyTap.Net", "src\EsunnyTap.Net\EsunnyTap.Net.csproj", "{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{54D27233-BA18-4196-A014-695B20318B7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EsunnyTap.Demo", "tests\EsunnyTap.Demo\EsunnyTap.Demo.csproj", "{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{34CA88EC-79AF-4593-8F07-BB13DC31E606}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
.csharpierrc.json = .csharpierrc.json
ReadMe.md = ReadMe.md
Build.md = Build.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{52787EF6-DA7D-4E96-9CD7-D2CF592698E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52787EF6-DA7D-4E96-9CD7-D2CF592698E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52787EF6-DA7D-4E96-9CD7-D2CF592698E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A}.Release|Any CPU.Build.0 = Release|Any CPU
{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7BFCE514-5C6F-45C3-849A-DD2A21B3D20A} = {04CA2B22-2A45-4112-AFE2-0116B82F6C52}
{268E5BE3-6CC0-48B1-9BF2-42AFBBA9AF41} = {54D27233-BA18-4196-A014-695B20318B7C}
EndGlobalSection
EndGlobal