This repository was archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReplicate.sln
More file actions
52 lines (52 loc) · 3.4 KB
/
Replicate.sln
File metadata and controls
52 lines (52 loc) · 3.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replicate", "Replicate\Replicate.csproj", "{68589F80-F3BB-45B1-923B-ED1650298907}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{5EA80A21-F886-4999-9179-004D542AE938}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{30AB91EC-CF63-4DF4-800B-EA6D16EE38BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utils", "Utils\Utils.csproj", "{20976BAB-F9DA-4430-A032-346FD0BC7C29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FTPStore", "FTPStore\FTPStore.csproj", "{F22EFC9D-E9B1-4C9D-8872-A01176B29E4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileStore", "FileStore\FileStore.csproj", "{A73F67A9-BE1B-4454-976B-8E566BA3A252}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreAPI", "StoreAPI\StoreAPI.csproj", "{6F9BDBF3-AA0F-4C75-B1DB-95FFCD6E056E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68589F80-F3BB-45B1-923B-ED1650298907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68589F80-F3BB-45B1-923B-ED1650298907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68589F80-F3BB-45B1-923B-ED1650298907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68589F80-F3BB-45B1-923B-ED1650298907}.Release|Any CPU.Build.0 = Release|Any CPU
{5EA80A21-F886-4999-9179-004D542AE938}.Debug|Any CPU.ActiveCfg = Debug
{5EA80A21-F886-4999-9179-004D542AE938}.Release|Any CPU.ActiveCfg = Release
{30AB91EC-CF63-4DF4-800B-EA6D16EE38BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30AB91EC-CF63-4DF4-800B-EA6D16EE38BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30AB91EC-CF63-4DF4-800B-EA6D16EE38BC}.Release|Any CPU.Build.0 = Release|Any CPU
{20976BAB-F9DA-4430-A032-346FD0BC7C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20976BAB-F9DA-4430-A032-346FD0BC7C29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20976BAB-F9DA-4430-A032-346FD0BC7C29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20976BAB-F9DA-4430-A032-346FD0BC7C29}.Release|Any CPU.Build.0 = Release|Any CPU
{F22EFC9D-E9B1-4C9D-8872-A01176B29E4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F22EFC9D-E9B1-4C9D-8872-A01176B29E4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F22EFC9D-E9B1-4C9D-8872-A01176B29E4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F22EFC9D-E9B1-4C9D-8872-A01176B29E4C}.Release|Any CPU.Build.0 = Release|Any CPU
{A73F67A9-BE1B-4454-976B-8E566BA3A252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A73F67A9-BE1B-4454-976B-8E566BA3A252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A73F67A9-BE1B-4454-976B-8E566BA3A252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A73F67A9-BE1B-4454-976B-8E566BA3A252}.Release|Any CPU.Build.0 = Release|Any CPU
{6F9BDBF3-AA0F-4C75-B1DB-95FFCD6E056E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F9BDBF3-AA0F-4C75-B1DB-95FFCD6E056E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F9BDBF3-AA0F-4C75-B1DB-95FFCD6E056E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F9BDBF3-AA0F-4C75-B1DB-95FFCD6E056E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal