-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPolyusTestApp.sln
More file actions
61 lines (61 loc) · 4.14 KB
/
PolyusTestApp.sln
File metadata and controls
61 lines (61 loc) · 4.14 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
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.Receiver", "PolyusTestApp.Receiver\PolyusTestApp.Receiver.csproj", "{50DA6B53-C000-4DE3-82C0-CCEED6B8ADE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.Sender", "PolyusTestApp.Sender\PolyusTestApp.Sender.csproj", "{AAA648D0-2CFD-4756-82FF-D0503794515E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.Logger", "PolyusTestApp.Logger\PolyusTestApp.Logger.csproj", "{4ED22A9E-7F1F-4FED-B74D-EDEF08A2F021}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.Models", "PolyusTestApp.Models\PolyusTestApp.Models.csproj", "{FD05F978-5E2C-4FD7-A5FC-1E587896E89E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.Common", "PolyusTestApp.Common\PolyusTestApp.Common.csproj", "{38354FDE-2696-4297-8F20-EE4DD543E5E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.InstallClient", "PolyusTestApp.InstallClient\PolyusTestApp.InstallClient.csproj", "{B24934CD-B9D1-4B02-AD6D-EA87B52832F6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyusTestApp.InstallServer", "PolyusTestApp.InstallServer\PolyusTestApp.InstallServer.csproj", "{C347FBA0-629F-43DE-A132-AB51ADB9D0F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50DA6B53-C000-4DE3-82C0-CCEED6B8ADE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50DA6B53-C000-4DE3-82C0-CCEED6B8ADE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50DA6B53-C000-4DE3-82C0-CCEED6B8ADE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50DA6B53-C000-4DE3-82C0-CCEED6B8ADE9}.Release|Any CPU.Build.0 = Release|Any CPU
{AAA648D0-2CFD-4756-82FF-D0503794515E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAA648D0-2CFD-4756-82FF-D0503794515E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAA648D0-2CFD-4756-82FF-D0503794515E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAA648D0-2CFD-4756-82FF-D0503794515E}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED22A9E-7F1F-4FED-B74D-EDEF08A2F021}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED22A9E-7F1F-4FED-B74D-EDEF08A2F021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED22A9E-7F1F-4FED-B74D-EDEF08A2F021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED22A9E-7F1F-4FED-B74D-EDEF08A2F021}.Release|Any CPU.Build.0 = Release|Any CPU
{FD05F978-5E2C-4FD7-A5FC-1E587896E89E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD05F978-5E2C-4FD7-A5FC-1E587896E89E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD05F978-5E2C-4FD7-A5FC-1E587896E89E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD05F978-5E2C-4FD7-A5FC-1E587896E89E}.Release|Any CPU.Build.0 = Release|Any CPU
{38354FDE-2696-4297-8F20-EE4DD543E5E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38354FDE-2696-4297-8F20-EE4DD543E5E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38354FDE-2696-4297-8F20-EE4DD543E5E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38354FDE-2696-4297-8F20-EE4DD543E5E9}.Release|Any CPU.Build.0 = Release|Any CPU
{B24934CD-B9D1-4B02-AD6D-EA87B52832F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B24934CD-B9D1-4B02-AD6D-EA87B52832F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B24934CD-B9D1-4B02-AD6D-EA87B52832F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B24934CD-B9D1-4B02-AD6D-EA87B52832F6}.Release|Any CPU.Build.0 = Release|Any CPU
{C347FBA0-629F-43DE-A132-AB51ADB9D0F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C347FBA0-629F-43DE-A132-AB51ADB9D0F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C347FBA0-629F-43DE-A132-AB51ADB9D0F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C347FBA0-629F-43DE-A132-AB51ADB9D0F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D326743-9999-4E82-B7CE-C549613D8B04}
EndGlobalSection
EndGlobal