-
Notifications
You must be signed in to change notification settings - Fork 55
/
Grok.Net.sln
43 lines (43 loc) · 2.53 KB
/
Grok.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grok.Net", "src\Grok.Net\Grok.Net.csproj", "{80980CE7-4509-4CBC-BEE7-E3DFD2213AE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grok.Net.Tests", "src\Grok.Net.Tests\Grok.Net.Tests.csproj", "{F7A8D826-C853-4AB6-9DB9-EFD3D7C11D12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "benchmark\Benchmark.csproj", "{CF95387B-9D24-4AF1-9371-45BF8BAC6334}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grok.Net.PowerShell", "src\Grok.Net.PowerShell\Grok.Net.PowerShell.csproj", "{3932A61E-65E3-4BB2-BDF5-2BD440FE2CED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80980CE7-4509-4CBC-BEE7-E3DFD2213AE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80980CE7-4509-4CBC-BEE7-E3DFD2213AE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80980CE7-4509-4CBC-BEE7-E3DFD2213AE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80980CE7-4509-4CBC-BEE7-E3DFD2213AE5}.Release|Any CPU.Build.0 = Release|Any CPU
{F7A8D826-C853-4AB6-9DB9-EFD3D7C11D12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7A8D826-C853-4AB6-9DB9-EFD3D7C11D12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7A8D826-C853-4AB6-9DB9-EFD3D7C11D12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7A8D826-C853-4AB6-9DB9-EFD3D7C11D12}.Release|Any CPU.Build.0 = Release|Any CPU
{CF95387B-9D24-4AF1-9371-45BF8BAC6334}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF95387B-9D24-4AF1-9371-45BF8BAC6334}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF95387B-9D24-4AF1-9371-45BF8BAC6334}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF95387B-9D24-4AF1-9371-45BF8BAC6334}.Release|Any CPU.Build.0 = Release|Any CPU
{3932A61E-65E3-4BB2-BDF5-2BD440FE2CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3932A61E-65E3-4BB2-BDF5-2BD440FE2CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3932A61E-65E3-4BB2-BDF5-2BD440FE2CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3932A61E-65E3-4BB2-BDF5-2BD440FE2CED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A52A5871-807F-4CE3-96BD-3B5E245C2EFC}
EndGlobalSection
EndGlobal