-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCustomNotes.sln
37 lines (37 loc) · 1.82 KB
/
CustomNotes.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomNotes", "CustomNotes\CustomNotes.csproj", "{9851DEDA-8719-4841-A8A7-2BC6E69FB033}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8ED3BCE1-A3DA-4F86-9BBB-AAB9962FFA73}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomNotes-Editor", "CustomNotes-Editor\CustomNotes-Editor.csproj", "{DCC7CAF7-51BE-4438-B2D6-0EAA9834117F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9851DEDA-8719-4841-A8A7-2BC6E69FB033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9851DEDA-8719-4841-A8A7-2BC6E69FB033}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9851DEDA-8719-4841-A8A7-2BC6E69FB033}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9851DEDA-8719-4841-A8A7-2BC6E69FB033}.Release|Any CPU.Build.0 = Release|Any CPU
{DCC7CAF7-51BE-4438-B2D6-0EAA9834117F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCC7CAF7-51BE-4438-B2D6-0EAA9834117F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCC7CAF7-51BE-4438-B2D6-0EAA9834117F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCC7CAF7-51BE-4438-B2D6-0EAA9834117F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7237CE7-96BE-4131-8991-7F688FFB7938}
EndGlobalSection
EndGlobal