-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMsgPackTool.sln
37 lines (37 loc) · 2.09 KB
/
MsgPackTool.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
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", "{164803AF-38B2-424E-860B-64A79364BB60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessagePack.GeneratorCore", "MessagePack.GeneratorCore\MessagePack.GeneratorCore.csproj", "{3F3285C6-A8AD-4244-B442-30B0E97752D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MessagePack.Generator", "MessagePack.Generator\MessagePack.Generator.csproj", "{E9B310A7-2C32-4F5C-884B-176FCACD4A40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{164803AF-38B2-424E-860B-64A79364BB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{164803AF-38B2-424E-860B-64A79364BB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{164803AF-38B2-424E-860B-64A79364BB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{164803AF-38B2-424E-860B-64A79364BB60}.Release|Any CPU.Build.0 = Release|Any CPU
{3F3285C6-A8AD-4244-B442-30B0E97752D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F3285C6-A8AD-4244-B442-30B0E97752D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F3285C6-A8AD-4244-B442-30B0E97752D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F3285C6-A8AD-4244-B442-30B0E97752D8}.Release|Any CPU.Build.0 = Release|Any CPU
{E9B310A7-2C32-4F5C-884B-176FCACD4A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9B310A7-2C32-4F5C-884B-176FCACD4A40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9B310A7-2C32-4F5C-884B-176FCACD4A40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9B310A7-2C32-4F5C-884B-176FCACD4A40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9564F935-9737-443D-91C4-9D5FB6DC8926}
EndGlobalSection
EndGlobal