-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOP.Notes.sln
More file actions
40 lines (40 loc) · 2 KB
/
Copy pathOP.Notes.sln
File metadata and controls
40 lines (40 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OP.Notes", "OP.Notes\OP.Notes.csproj", "{0B6DAF76-8A02-4D01-BC5D-EAE95AC214B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OP.Notes.Controls", "OP.Notes.Controls\OP.Notes.Controls.csproj", "{A74CE1C3-AC9E-4D6E-94FF-13B82468BA98}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89DA11F6-9936-46B1-BA21-358B8D83C708}"
ProjectSection(SolutionItems) = preProject
DLL\AvalonEdit Documentation.chm = DLL\AvalonEdit Documentation.chm
DLL\ICSharpCode.AvalonEdit.dll = DLL\ICSharpCode.AvalonEdit.dll
DLL\ICSharpCode.AvalonEdit.xml = DLL\ICSharpCode.AvalonEdit.xml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6DAF76-8A02-4D01-BC5D-EAE95AC214B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B6DAF76-8A02-4D01-BC5D-EAE95AC214B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B6DAF76-8A02-4D01-BC5D-EAE95AC214B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B6DAF76-8A02-4D01-BC5D-EAE95AC214B5}.Release|Any CPU.Build.0 = Release|Any CPU
{A74CE1C3-AC9E-4D6E-94FF-13B82468BA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A74CE1C3-AC9E-4D6E-94FF-13B82468BA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A74CE1C3-AC9E-4D6E-94FF-13B82468BA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A74CE1C3-AC9E-4D6E-94FF-13B82468BA98}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED20FC23-97A2-4D9D-B351-50A654FED0AB}
EndGlobalSection
EndGlobal