forked from MFCer/AutoUpdate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoUpdate.sln.old
32 lines (32 loc) · 1.81 KB
/
AutoUpdate.sln.old
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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoUpdateConfig", "AutoUpdateConfig\AutoUpdateConfig.vcproj", "{17FDFCEE-7E04-4662-9D80-12A7324B9BDA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoUpdate", "AutoUpdate\AutoUpdate.vcproj", "{F8F770E6-DA65-484F-A48F-F623AD56640D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoUpdateImplClass", "AutoUpdateImplClass\AutoUpdateImplClass.vcproj", "{F2526C27-61D9-46F8-8A71-3AC7D3FC2C87}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{17FDFCEE-7E04-4662-9D80-12A7324B9BDA}.Debug|Win32.ActiveCfg = Debug|Win32
{17FDFCEE-7E04-4662-9D80-12A7324B9BDA}.Debug|Win32.Build.0 = Debug|Win32
{17FDFCEE-7E04-4662-9D80-12A7324B9BDA}.Release|Win32.ActiveCfg = Release|Win32
{17FDFCEE-7E04-4662-9D80-12A7324B9BDA}.Release|Win32.Build.0 = Release|Win32
{F8F770E6-DA65-484F-A48F-F623AD56640D}.Debug|Win32.ActiveCfg = Debug|Win32
{F8F770E6-DA65-484F-A48F-F623AD56640D}.Debug|Win32.Build.0 = Debug|Win32
{F8F770E6-DA65-484F-A48F-F623AD56640D}.Release|Win32.ActiveCfg = Release|Win32
{F8F770E6-DA65-484F-A48F-F623AD56640D}.Release|Win32.Build.0 = Release|Win32
{F2526C27-61D9-46F8-8A71-3AC7D3FC2C87}.Debug|Win32.ActiveCfg = Release|Win32
{F2526C27-61D9-46F8-8A71-3AC7D3FC2C87}.Debug|Win32.Build.0 = Release|Win32
{F2526C27-61D9-46F8-8A71-3AC7D3FC2C87}.Release|Win32.ActiveCfg = Release|Win32
{F2526C27-61D9-46F8-8A71-3AC7D3FC2C87}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal