-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZivGet.sln
70 lines (70 loc) · 3.77 KB
/
ZivGet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{46B04C8A-4869-4E93-A392-735A1BADA36C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DD7DDBE3-0EB0-46E1-A385-1A5272923B41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F3D9569A-D730-4CCE-9F3D-B6A2012C041F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZivGet.UnitTests", "test\ZivGet.UnitTests\ZivGet.UnitTests.csproj", "{FBDB6E95-D739-440D-818C-AB039A4F3434}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZivGet", "src\ZivGet\ZivGet.csproj", "{77855760-ACD9-411D-9EE4-503F8B0BC567}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|x64.ActiveCfg = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|x64.Build.0 = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|x86.ActiveCfg = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Debug|x86.Build.0 = Debug|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|Any CPU.Build.0 = Release|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|x64.ActiveCfg = Release|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|x64.Build.0 = Release|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|x86.ActiveCfg = Release|Any CPU
{FBDB6E95-D739-440D-818C-AB039A4F3434}.Release|x86.Build.0 = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|x64.ActiveCfg = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|x64.Build.0 = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|x86.ActiveCfg = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Debug|x86.Build.0 = Debug|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|Any CPU.Build.0 = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|x64.ActiveCfg = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|x64.Build.0 = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|x86.ActiveCfg = Release|Any CPU
{77855760-ACD9-411D-9EE4-503F8B0BC567}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBDB6E95-D739-440D-818C-AB039A4F3434} = {F3D9569A-D730-4CCE-9F3D-B6A2012C041F}
{77855760-ACD9-411D-9EE4-503F8B0BC567} = {DD7DDBE3-0EB0-46E1-A385-1A5272923B41}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {912A1557-065E-4C8D-A7B5-DA2D3F5B38FA}
EndGlobalSection
EndGlobal