-
Notifications
You must be signed in to change notification settings - Fork 13
/
SimpleUpdater.sln
31 lines (31 loc) · 1.47 KB
/
SimpleUpdater.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{47A61814-D638-47ED-9F6E-A2F73731DB7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{0EEE48C8-22A8-4FFF-BD9D-CEE98C6228EC}"
ProjectSection(SolutionItems) = preProject
README = README
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApp", "ExampleApp\ExampleApp.csproj", "{F93F9BE7-1687-4E3B-A969-842F38F683A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47A61814-D638-47ED-9F6E-A2F73731DB7D}.Debug|x86.ActiveCfg = Debug|x86
{47A61814-D638-47ED-9F6E-A2F73731DB7D}.Debug|x86.Build.0 = Debug|x86
{47A61814-D638-47ED-9F6E-A2F73731DB7D}.Release|x86.ActiveCfg = Release|x86
{47A61814-D638-47ED-9F6E-A2F73731DB7D}.Release|x86.Build.0 = Release|x86
{F93F9BE7-1687-4E3B-A969-842F38F683A3}.Debug|x86.ActiveCfg = Debug|x86
{F93F9BE7-1687-4E3B-A969-842F38F683A3}.Debug|x86.Build.0 = Debug|x86
{F93F9BE7-1687-4E3B-A969-842F38F683A3}.Release|x86.ActiveCfg = Release|x86
{F93F9BE7-1687-4E3B-A969-842F38F683A3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal