-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdate Manager Library.sln
40 lines (40 loc) · 2.21 KB
/
Update Manager Library.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{084F96BE-2F22-4D42-9B91-93E779D170B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Update Manager Worker", "Update Manager Worker\Update Manager Worker.csproj", "{AF06A79A-F84E-43B9-A591-F8ADE5526F55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Update Manager Library", "Update Manager Library\Update Manager Library.csproj", "{E6EB5FCA-0778-4914-A0BE-8D2397132528}"
ProjectSection(ProjectDependencies) = postProject
{AF06A79A-F84E-43B9-A591-F8ADE5526F55} = {AF06A79A-F84E-43B9-A591-F8ADE5526F55}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E6EB5FCA-0778-4914-A0BE-8D2397132528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6EB5FCA-0778-4914-A0BE-8D2397132528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6EB5FCA-0778-4914-A0BE-8D2397132528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6EB5FCA-0778-4914-A0BE-8D2397132528}.Release|Any CPU.Build.0 = Release|Any CPU
{AF06A79A-F84E-43B9-A591-F8ADE5526F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF06A79A-F84E-43B9-A591-F8ADE5526F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF06A79A-F84E-43B9-A591-F8ADE5526F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF06A79A-F84E-43B9-A591-F8ADE5526F55}.Release|Any CPU.Build.0 = Release|Any CPU
{084F96BE-2F22-4D42-9B91-93E779D170B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{084F96BE-2F22-4D42-9B91-93E779D170B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{084F96BE-2F22-4D42-9B91-93E779D170B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{084F96BE-2F22-4D42-9B91-93E779D170B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A1302E6A-F89C-4F61-AC1C-F15E9B08AAA3}
EndGlobalSection
EndGlobal