-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPinnyNotes.sln
More file actions
55 lines (55 loc) · 2.96 KB
/
PinnyNotes.sln
File metadata and controls
55 lines (55 loc) · 2.96 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.2.11415.280
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinnyNotes.WpfUi", "PinnyNotes.WpfUi\PinnyNotes.WpfUi.csproj", "{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "PinnyNotes.Setup", "PinnyNotes.Setup\PinnyNotes.Setup.vdproj", "{EB322717-9351-4B06-B1C1-915EE8189ADE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{715897A6-A802-49B1-B6B6-BED86980B4AF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
TODO.md = TODO.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PinnyNotes.Core", "PinnyNotes.Core\PinnyNotes.Core.csproj", "{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Debug|x64.ActiveCfg = Debug|x64
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Debug|x64.Build.0 = Debug|x64
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Release|Any CPU.Build.0 = Release|Any CPU
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Release|x64.ActiveCfg = Release|x64
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Release|x64.Build.0 = Release|x64
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Debug|Any CPU.ActiveCfg = Debug
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Debug|x64.ActiveCfg = Debug
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Release|Any CPU.ActiveCfg = Release
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Release|x64.ActiveCfg = Release
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Debug|x64.ActiveCfg = Debug|x64
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Debug|x64.Build.0 = Debug|x64
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Release|Any CPU.Build.0 = Release|Any CPU
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Release|x64.ActiveCfg = Release|x64
{EF5F8C24-B2F0-41A1-B4B4-CECBF6704E3F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBA7FC1A-C74F-451E-BE79-B49E512880B9}
EndGlobalSection
EndGlobal