-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathElasticsearch.Powershell.sln
67 lines (67 loc) · 4.85 KB
/
Elasticsearch.Powershell.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.V2", "src\Elasticsearch.Powershell.V2\Elasticsearch.Powershell.V2.csproj", "{8AADCAE0-6C3E-4043-BBBC-6836B5F287D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.Tests.V2", "src\Elasticsearch.Powershell.Tests.V2\Elasticsearch.Powershell.Tests.V2.csproj", "{7E53B638-0F5D-4773-BD38-1AF9C16B5114}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.V5", "src\Elasticsearch.Powershell.V5\Elasticsearch.Powershell.V5.csproj", "{80F98539-3D66-459C-B625-B219C3919E3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.Tests.V5", "src\Elasticsearch.Powershell.Tests.V5\Elasticsearch.Powershell.Tests.V5.csproj", "{0A53B22B-B778-48B5-A654-E00A7433CBCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.V6", "src\Elasticsearch.Powershell.V6\Elasticsearch.Powershell.V6.csproj", "{E0391470-6EBD-438A-A4FC-A04DE9E4C0B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.Tests.V6", "src\Elasticsearch.Powershell.Tests.V6\Elasticsearch.Powershell.Tests.V6.csproj", "{010CADB7-A9D9-47C6-8CF6-334BED20593A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.Tests.V7", "src\Elasticsearch.Powershell.Tests.V7\Elasticsearch.Powershell.Tests.V7.csproj", "{9B6C6CBA-6B3C-4676-BFE1-35AF777DBE78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch.Powershell.V7", "src\Elasticsearch.Powershell.V7\Elasticsearch.Powershell.V7.csproj", "{8C0837A3-5356-48AB-9E6A-8706BD858C77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AADCAE0-6C3E-4043-BBBC-6836B5F287D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AADCAE0-6C3E-4043-BBBC-6836B5F287D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AADCAE0-6C3E-4043-BBBC-6836B5F287D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AADCAE0-6C3E-4043-BBBC-6836B5F287D0}.Release|Any CPU.Build.0 = Release|Any CPU
{7E53B638-0F5D-4773-BD38-1AF9C16B5114}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E53B638-0F5D-4773-BD38-1AF9C16B5114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E53B638-0F5D-4773-BD38-1AF9C16B5114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E53B638-0F5D-4773-BD38-1AF9C16B5114}.Release|Any CPU.Build.0 = Release|Any CPU
{80F98539-3D66-459C-B625-B219C3919E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80F98539-3D66-459C-B625-B219C3919E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80F98539-3D66-459C-B625-B219C3919E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80F98539-3D66-459C-B625-B219C3919E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{0A53B22B-B778-48B5-A654-E00A7433CBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A53B22B-B778-48B5-A654-E00A7433CBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A53B22B-B778-48B5-A654-E00A7433CBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A53B22B-B778-48B5-A654-E00A7433CBCE}.Release|Any CPU.Build.0 = Release|Any CPU
{E0391470-6EBD-438A-A4FC-A04DE9E4C0B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0391470-6EBD-438A-A4FC-A04DE9E4C0B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0391470-6EBD-438A-A4FC-A04DE9E4C0B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0391470-6EBD-438A-A4FC-A04DE9E4C0B7}.Release|Any CPU.Build.0 = Release|Any CPU
{010CADB7-A9D9-47C6-8CF6-334BED20593A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{010CADB7-A9D9-47C6-8CF6-334BED20593A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{010CADB7-A9D9-47C6-8CF6-334BED20593A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{010CADB7-A9D9-47C6-8CF6-334BED20593A}.Release|Any CPU.Build.0 = Release|Any CPU
{9B6C6CBA-6B3C-4676-BFE1-35AF777DBE78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B6C6CBA-6B3C-4676-BFE1-35AF777DBE78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B6C6CBA-6B3C-4676-BFE1-35AF777DBE78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B6C6CBA-6B3C-4676-BFE1-35AF777DBE78}.Release|Any CPU.Build.0 = Release|Any CPU
{8C0837A3-5356-48AB-9E6A-8706BD858C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C0837A3-5356-48AB-9E6A-8706BD858C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C0837A3-5356-48AB-9E6A-8706BD858C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C0837A3-5356-48AB-9E6A-8706BD858C77}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE4AC736-BA17-473E-97F6-00F1B4DC0061}
EndGlobalSection
EndGlobal