-
Notifications
You must be signed in to change notification settings - Fork 0
/
file-compressor.sln
43 lines (43 loc) · 2.52 KB
/
file-compressor.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.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSender", "src\FileSender\FileSender.csproj", "{B1F2CDDE-4D92-4C7C-9FE5-4C43AB1D617C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compression", "src\Compression\Compression.csproj", "{4E52B560-34FC-44A0-ABD9-993059A25FE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compression.Tests", "src\Compression.Tests\Compression.Tests.csproj", "{4F3A1228-1EB6-4CC6-A40E-1A1F643488E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileReceiver", "src\FileReceiver\FileReceiver.csproj", "{5B17A367-3A21-46EE-8F63-EA571E969111}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1F2CDDE-4D92-4C7C-9FE5-4C43AB1D617C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1F2CDDE-4D92-4C7C-9FE5-4C43AB1D617C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1F2CDDE-4D92-4C7C-9FE5-4C43AB1D617C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1F2CDDE-4D92-4C7C-9FE5-4C43AB1D617C}.Release|Any CPU.Build.0 = Release|Any CPU
{4E52B560-34FC-44A0-ABD9-993059A25FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E52B560-34FC-44A0-ABD9-993059A25FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E52B560-34FC-44A0-ABD9-993059A25FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E52B560-34FC-44A0-ABD9-993059A25FE4}.Release|Any CPU.Build.0 = Release|Any CPU
{4F3A1228-1EB6-4CC6-A40E-1A1F643488E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F3A1228-1EB6-4CC6-A40E-1A1F643488E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F3A1228-1EB6-4CC6-A40E-1A1F643488E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F3A1228-1EB6-4CC6-A40E-1A1F643488E1}.Release|Any CPU.Build.0 = Release|Any CPU
{5B17A367-3A21-46EE-8F63-EA571E969111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B17A367-3A21-46EE-8F63-EA571E969111}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B17A367-3A21-46EE-8F63-EA571E969111}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B17A367-3A21-46EE-8F63-EA571E969111}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A7A8E1A-A918-4D41-BE48-DBF1030A2909}
EndGlobalSection
EndGlobal