-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGeekProto.sln
49 lines (49 loc) · 2.95 KB
/
GeekProto.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geek.Proto", "Geek.Proto\Geek.Proto.csproj", "{D20A9759-51E5-4507-9C21-3694107DE505}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geek.Tool", "Geek.Tool\Geek.Tool.csproj", "{924E6952-B1CD-41A0-9C0E-C85B4CD6460F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geek.Core", "Geek.Core\Geek.Core.csproj", "{81225E23-18B1-41E6-8C39-B364F0A5EE3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Geek.Generate", "Geek.Generate\Geek.Generate.csproj", "{46EB738F-ACE8-46E3-B403-78D6D33F370F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geek.Test", "Geek.Test\Geek.Test.csproj", "{2ED0B00E-1DE1-450D-8822-C072BCF69BFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D20A9759-51E5-4507-9C21-3694107DE505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D20A9759-51E5-4507-9C21-3694107DE505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D20A9759-51E5-4507-9C21-3694107DE505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D20A9759-51E5-4507-9C21-3694107DE505}.Release|Any CPU.Build.0 = Release|Any CPU
{924E6952-B1CD-41A0-9C0E-C85B4CD6460F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{924E6952-B1CD-41A0-9C0E-C85B4CD6460F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{924E6952-B1CD-41A0-9C0E-C85B4CD6460F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{924E6952-B1CD-41A0-9C0E-C85B4CD6460F}.Release|Any CPU.Build.0 = Release|Any CPU
{81225E23-18B1-41E6-8C39-B364F0A5EE3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81225E23-18B1-41E6-8C39-B364F0A5EE3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81225E23-18B1-41E6-8C39-B364F0A5EE3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81225E23-18B1-41E6-8C39-B364F0A5EE3B}.Release|Any CPU.Build.0 = Release|Any CPU
{46EB738F-ACE8-46E3-B403-78D6D33F370F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46EB738F-ACE8-46E3-B403-78D6D33F370F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46EB738F-ACE8-46E3-B403-78D6D33F370F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46EB738F-ACE8-46E3-B403-78D6D33F370F}.Release|Any CPU.Build.0 = Release|Any CPU
{2ED0B00E-1DE1-450D-8822-C072BCF69BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2ED0B00E-1DE1-450D-8822-C072BCF69BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2ED0B00E-1DE1-450D-8822-C072BCF69BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2ED0B00E-1DE1-450D-8822-C072BCF69BFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40C4792B-069E-4689-ADB8-A8F207718D19}
EndGlobalSection
EndGlobal