-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBackupSystem.sln
28 lines (28 loc) · 1.45 KB
/
BackupSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{656346D9-4656-40DA-A068-22D5425D4639}") = "Zip", "Zip\Zip.oxygene", "{3BD83E9D-9E9D-40E9-992C-B94FF41078F7}"
EndProject
Project("{656346D9-4656-40DA-A068-22D5425D4639}") = "S3Sync", "S3Sync\S3Sync.oxygene", "{94CBB4F3-EACA-499B-8443-2CDCBB1B66BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3BD83E9D-9E9D-40E9-992C-B94FF41078F7}.Debug|Mixed Platforms.ActiveCfg = Debug
{3BD83E9D-9E9D-40E9-992C-B94FF41078F7}.Debug|Mixed Platforms.Build.0 = Debug
{3BD83E9D-9E9D-40E9-992C-B94FF41078F7}.Release|Mixed Platforms.ActiveCfg = Release
{3BD83E9D-9E9D-40E9-992C-B94FF41078F7}.Release|Mixed Platforms.Build.0 = Release
{94CBB4F3-EACA-499B-8443-2CDCBB1B66BB}.Debug|Mixed Platforms.ActiveCfg = Debug
{94CBB4F3-EACA-499B-8443-2CDCBB1B66BB}.Debug|Mixed Platforms.Build.0 = Debug
{94CBB4F3-EACA-499B-8443-2CDCBB1B66BB}.Release|Mixed Platforms.ActiveCfg = Release
{94CBB4F3-EACA-499B-8443-2CDCBB1B66BB}.Release|Mixed Platforms.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal