forked from aloneguid/parquet-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParquet.sln
95 lines (95 loc) · 4.49 KB
/
Parquet.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parquet", "Parquet\Parquet.csproj", "{A0507D42-940E-4EF9-BD33-46BB6561A2F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parquet.Test", "Parquet.Test\Parquet.Test.csproj", "{8B0A6566-6722-4550-8EF2-1D91DF188F9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{9B670DE1-D2C6-4F18-81C8-EC0E6A583E53}"
ProjectSection(SolutionItems) = preProject
..\scripts\thriftgen.ps1 = ..\scripts\thriftgen.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60294E19-6F8D-4D78-9A62-C50489095484}"
ProjectSection(SolutionItems) = preProject
..\.editorconfig = ..\.editorconfig
..\docs\README.md = ..\docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{3F47B841-9074-4317-8ACA-0F2EEA34FA62}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{AB829BBB-EF87-4038-8D32-E1C1629F357C}"
ProjectSection(SolutionItems) = preProject
..\.github\CONTRIBUTING.md = ..\.github\CONTRIBUTING.md
..\.github\ISSUE_TEMPLATE.md = ..\.github\ISSUE_TEMPLATE.md
..\.github\PULL_REQUEST_TEMPLATE.md = ..\.github\PULL_REQUEST_TEMPLATE.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F28C5308-5410-4066-9DA8-4DDC8ACB0B5B}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\full.yml = ..\.github\workflows\full.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parquet.PerfRunner", "Parquet.PerfRunner\Parquet.PerfRunner.csproj", "{6325A9B7-32B4-464C-84F4-9B62BE630E90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0507D42-940E-4EF9-BD33-46BB6561A2F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0507D42-940E-4EF9-BD33-46BB6561A2F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0507D42-940E-4EF9-BD33-46BB6561A2F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0507D42-940E-4EF9-BD33-46BB6561A2F5}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0A6566-6722-4550-8EF2-1D91DF188F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0A6566-6722-4550-8EF2-1D91DF188F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0A6566-6722-4550-8EF2-1D91DF188F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0A6566-6722-4550-8EF2-1D91DF188F9B}.Release|Any CPU.Build.0 = Release|Any CPU
{6325A9B7-32B4-464C-84F4-9B62BE630E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6325A9B7-32B4-464C-84F4-9B62BE630E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6325A9B7-32B4-464C-84F4-9B62BE630E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6325A9B7-32B4-464C-84F4-9B62BE630E90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8B0A6566-6722-4550-8EF2-1D91DF188F9B} = {3F47B841-9074-4317-8ACA-0F2EEA34FA62}
{AB829BBB-EF87-4038-8D32-E1C1629F357C} = {60294E19-6F8D-4D78-9A62-C50489095484}
{F28C5308-5410-4066-9DA8-4DDC8ACB0B5B} = {AB829BBB-EF87-4038-8D32-E1C1629F357C}
{6325A9B7-32B4-464C-84F4-9B62BE630E90} = {3F47B841-9074-4317-8ACA-0F2EEA34FA62}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5C12140-A3BF-47C9-A4AD-91F7C4682804}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal