-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pinny Notes.sln
36 lines (36 loc) · 1.68 KB
/
Pinny Notes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pinny Notes", "Pinny Notes\Pinny Notes.csproj", "{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Pinny Notes Setup", "Pinny Notes Setup\Pinny Notes 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
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34E73A9-41C3-4895-9E6E-246CFCFE81E1}.Release|Any CPU.Build.0 = Release|Any CPU
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Debug|Any CPU.ActiveCfg = Debug
{EB322717-9351-4B06-B1C1-915EE8189ADE}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBA7FC1A-C74F-451E-BE79-B49E512880B9}
EndGlobalSection
EndGlobal