-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotePadApp.sln
More file actions
41 lines (41 loc) · 2.33 KB
/
NotePadApp.sln
File metadata and controls
41 lines (41 loc) · 2.33 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
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NotePadApp", "NotePadApp\NotePadApp.csproj", "{E31FBB8A-51EC-4670-8782-8B4BFFB2451E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{F3412FF2-6C53-4BE0-9F7C-A8603B2F3059}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WPF.Window.Support", "WPF.Window.Support\WPF.Window.Support.csproj", "{8B87CEA5-ED4A-4BCF-A0E9-405AD6A185C4}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "NotePad", "NotePad\NotePad.vdproj", "{3CE7FF93-B9E4-4025-B7F9-0748695A59CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E31FBB8A-51EC-4670-8782-8B4BFFB2451E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E31FBB8A-51EC-4670-8782-8B4BFFB2451E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E31FBB8A-51EC-4670-8782-8B4BFFB2451E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E31FBB8A-51EC-4670-8782-8B4BFFB2451E}.Release|Any CPU.Build.0 = Release|Any CPU
{F3412FF2-6C53-4BE0-9F7C-A8603B2F3059}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3412FF2-6C53-4BE0-9F7C-A8603B2F3059}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3412FF2-6C53-4BE0-9F7C-A8603B2F3059}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3412FF2-6C53-4BE0-9F7C-A8603B2F3059}.Release|Any CPU.Build.0 = Release|Any CPU
{8B87CEA5-ED4A-4BCF-A0E9-405AD6A185C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B87CEA5-ED4A-4BCF-A0E9-405AD6A185C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B87CEA5-ED4A-4BCF-A0E9-405AD6A185C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B87CEA5-ED4A-4BCF-A0E9-405AD6A185C4}.Release|Any CPU.Build.0 = Release|Any CPU
{3CE7FF93-B9E4-4025-B7F9-0748695A59CD}.Debug|Any CPU.ActiveCfg = Debug
{3CE7FF93-B9E4-4025-B7F9-0748695A59CD}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C39308F-B76A-4CFE-A390-688B614821E7}
EndGlobalSection
EndGlobal