-
Notifications
You must be signed in to change notification settings - Fork 1
/
ApplyUpdate.sln
31 lines (31 loc) · 1.52 KB
/
ApplyUpdate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33927.210
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplyUpdate-Core", "ApplyUpdate-Core\ApplyUpdate-Core.csproj", "{12964818-0F31-440E-8F07-9926B77B8B1E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplyUpdate-Desktop", "ApplyUpdate-Desktop\ApplyUpdate-Desktop.csproj", "{3A566CEC-FB86-49FD-B7A4-E9BE23D15425}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12964818-0F31-440E-8F07-9926B77B8B1E}.Debug|x64.ActiveCfg = Debug|x64
{12964818-0F31-440E-8F07-9926B77B8B1E}.Debug|x64.Build.0 = Debug|x64
{12964818-0F31-440E-8F07-9926B77B8B1E}.Release|x64.ActiveCfg = Release|x64
{12964818-0F31-440E-8F07-9926B77B8B1E}.Release|x64.Build.0 = Release|x64
{3A566CEC-FB86-49FD-B7A4-E9BE23D15425}.Debug|x64.ActiveCfg = Debug|x64
{3A566CEC-FB86-49FD-B7A4-E9BE23D15425}.Debug|x64.Build.0 = Debug|x64
{3A566CEC-FB86-49FD-B7A4-E9BE23D15425}.Release|x64.ActiveCfg = Release|x64
{3A566CEC-FB86-49FD-B7A4-E9BE23D15425}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8E87D08-FCF4-46A2-9936-9B8C74DCE932}
EndGlobalSection
EndGlobal