-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathHVBackup.sln
72 lines (72 loc) · 3.74 KB
/
HVBackup.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HVBackup.Engine", "HyperVBackup.Engine\HVBackup.Engine.csproj", "{096F7CB1-EC67-4388-A7A4-1747EE09DB29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HVBackup.Console", "HyperVBackup.Console\HVBackup.Console.csproj", "{15A16478-D2E8-431C-99BA-EAABE878B450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{84AD2C1E-E2F3-4D47-8E90-1A9C2FC39A38}"
ProjectSection(SolutionItems) = preProject
Lib\SevenZipSharp.dll = Lib\SevenZipSharp.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x86", "x86", "{58B16447-86C0-49AC-A91E-A09102FA2FB7}"
ProjectSection(SolutionItems) = preProject
Lib\x86\7z.dll = Lib\x86\7z.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x64", "x64", "{D3B4C643-CC63-4E0A-86CF-7AB4F80D22C0}"
ProjectSection(SolutionItems) = preProject
Lib\x64\7z.dll = Lib\x64\7z.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{8ACEB569-DD44-4FF9-9BA5-4B8A2B33AAE7}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Debug|x64.ActiveCfg = Debug|x64
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Debug|x64.Build.0 = Debug|x64
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Debug|x86.ActiveCfg = Debug|Any CPU
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|Any CPU.Build.0 = Release|Any CPU
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|x64.ActiveCfg = Release|x64
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|x64.Build.0 = Release|x64
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|x86.ActiveCfg = Release|x86
{096F7CB1-EC67-4388-A7A4-1747EE09DB29}.Release|x86.Build.0 = Release|x86
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|x64.ActiveCfg = Debug|x64
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|x64.Build.0 = Debug|x64
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|x86.ActiveCfg = Debug|x86
{15A16478-D2E8-431C-99BA-EAABE878B450}.Debug|x86.Build.0 = Debug|x86
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|Any CPU.Build.0 = Release|Any CPU
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|x64.ActiveCfg = Release|x64
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|x64.Build.0 = Release|x64
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|x86.ActiveCfg = Release|x86
{15A16478-D2E8-431C-99BA-EAABE878B450}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{58B16447-86C0-49AC-A91E-A09102FA2FB7} = {84AD2C1E-E2F3-4D47-8E90-1A9C2FC39A38}
{D3B4C643-CC63-4E0A-86CF-7AB4F80D22C0} = {84AD2C1E-E2F3-4D47-8E90-1A9C2FC39A38}
EndGlobalSection
EndGlobal