-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNotepad Light.sln
More file actions
29 lines (29 loc) · 1.41 KB
/
Notepad Light.sln
File metadata and controls
29 lines (29 loc) · 1.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Notepad Light", "Notepad Light\Notepad Light.csproj", "{AD5708BF-3192-490B-B50F-BE9A0F23EA9C}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NotepadLightSetup", "NotepadLightSetup\NotepadLightSetup.vdproj", "{65120E55-3A53-ED15-0A3B-36F696ED0D9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD5708BF-3192-490B-B50F-BE9A0F23EA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD5708BF-3192-490B-B50F-BE9A0F23EA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD5708BF-3192-490B-B50F-BE9A0F23EA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD5708BF-3192-490B-B50F-BE9A0F23EA9C}.Release|Any CPU.Build.0 = Release|Any CPU
{65120E55-3A53-ED15-0A3B-36F696ED0D9A}.Debug|Any CPU.ActiveCfg = Debug
{65120E55-3A53-ED15-0A3B-36F696ED0D9A}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3F489DC-D74A-4723-924A-ADA3784F6D05}
EndGlobalSection
EndGlobal