-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathetcdcsharp.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
etcdcsharp.sln
File metadata and controls
37 lines (37 loc) · 2.04 KB
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.12.35707.178 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "etcd.v3", "src\etcd.v3\etcd.v3.csproj", "{1E98B05F-2C4C-459B-B44C-BB3228C8F9AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "test\Test\Test.csproj", "{1FC5AF67-2629-4563-ADAC-500D5006AA81}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "etcd.v3.Configuration", "src\etcd.v3.Configuration\etcd.v3.Configuration.csproj", "{238D25F8-18D7-40D1-919E-193EBDB3E55B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E98B05F-2C4C-459B-B44C-BB3228C8F9AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E98B05F-2C4C-459B-B44C-BB3228C8F9AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E98B05F-2C4C-459B-B44C-BB3228C8F9AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E98B05F-2C4C-459B-B44C-BB3228C8F9AE}.Release|Any CPU.Build.0 = Release|Any CPU
{1FC5AF67-2629-4563-ADAC-500D5006AA81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FC5AF67-2629-4563-ADAC-500D5006AA81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FC5AF67-2629-4563-ADAC-500D5006AA81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FC5AF67-2629-4563-ADAC-500D5006AA81}.Release|Any CPU.Build.0 = Release|Any CPU
{238D25F8-18D7-40D1-919E-193EBDB3E55B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238D25F8-18D7-40D1-919E-193EBDB3E55B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238D25F8-18D7-40D1-919E-193EBDB3E55B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238D25F8-18D7-40D1-919E-193EBDB3E55B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B717E2B7-7FFB-4661-86A5-57A7AC3AC7E5}
EndGlobalSection
EndGlobal