This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathMeting4Net.sln
48 lines (48 loc) · 2.74 KB
/
Meting4Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4BF9BC47-1921-47E0-BD0E-485146F6EA19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meting4Net.Core", "src\Meting4Net.Core\Meting4Net.Core.csproj", "{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{D80DF260-743C-4446-B261-9ABD28F4B5BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreConsoleDemo", "examples\NetCoreConsoleDemo\NetCoreConsoleDemo.csproj", "{908C75FA-9BE0-4753-B915-BFD073FBFD9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D93DC5EF-29DA-449F-8E0E-FD8E85D78E12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCore.Tests", "test\NetCore.Tests\NetCore.Tests.csproj", "{AA9CE9E2-47FF-49BB-BE98-74F80596C58A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA}.Release|Any CPU.Build.0 = Release|Any CPU
{908C75FA-9BE0-4753-B915-BFD073FBFD9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{908C75FA-9BE0-4753-B915-BFD073FBFD9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{908C75FA-9BE0-4753-B915-BFD073FBFD9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{908C75FA-9BE0-4753-B915-BFD073FBFD9F}.Release|Any CPU.Build.0 = Release|Any CPU
{AA9CE9E2-47FF-49BB-BE98-74F80596C58A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA9CE9E2-47FF-49BB-BE98-74F80596C58A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA9CE9E2-47FF-49BB-BE98-74F80596C58A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA9CE9E2-47FF-49BB-BE98-74F80596C58A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99E5A7A9-BE10-4AE8-88C8-5170F8219BBA} = {4BF9BC47-1921-47E0-BD0E-485146F6EA19}
{908C75FA-9BE0-4753-B915-BFD073FBFD9F} = {D80DF260-743C-4446-B261-9ABD28F4B5BF}
{AA9CE9E2-47FF-49BB-BE98-74F80596C58A} = {D93DC5EF-29DA-449F-8E0E-FD8E85D78E12}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C21B01E7-DB2B-4CC8-8069-95FA968D6005}
EndGlobalSection
EndGlobal