-
Notifications
You must be signed in to change notification settings - Fork 20
/
ScmBackup.sln
43 lines (43 loc) · 2.51 KB
/
ScmBackup.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 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A94B6E7D-6E9E-4277-93B0-7D0686AA7CE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F5B5055F-0568-41E5-A10D-4611FD268D44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScmBackup", "src\ScmBackup\ScmBackup.csproj", "{430B8951-BC74-40F9-8A7D-D3FE5CA361E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScmBackup.Tests", "src\ScmBackup.Tests\ScmBackup.Tests.csproj", "{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScmBackup.Tests.Integration", "src\ScmBackup.Tests.Integration\ScmBackup.Tests.Integration.csproj", "{6E03432D-9856-4699-BC7A-BE60B615F720}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{430B8951-BC74-40F9-8A7D-D3FE5CA361E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{430B8951-BC74-40F9-8A7D-D3FE5CA361E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{430B8951-BC74-40F9-8A7D-D3FE5CA361E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{430B8951-BC74-40F9-8A7D-D3FE5CA361E2}.Release|Any CPU.Build.0 = Release|Any CPU
{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9}.Release|Any CPU.Build.0 = Release|Any CPU
{6E03432D-9856-4699-BC7A-BE60B615F720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E03432D-9856-4699-BC7A-BE60B615F720}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E03432D-9856-4699-BC7A-BE60B615F720}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E03432D-9856-4699-BC7A-BE60B615F720}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{430B8951-BC74-40F9-8A7D-D3FE5CA361E2} = {A94B6E7D-6E9E-4277-93B0-7D0686AA7CE3}
{52B54DBD-5A6F-4E5A-A0C7-B30BCF5A85F9} = {A94B6E7D-6E9E-4277-93B0-7D0686AA7CE3}
{6E03432D-9856-4699-BC7A-BE60B615F720} = {A94B6E7D-6E9E-4277-93B0-7D0686AA7CE3}
EndGlobalSection
EndGlobal