-
Notifications
You must be signed in to change notification settings - Fork 14
/
Notes.sln
43 lines (43 loc) · 2.21 KB
/
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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Notes", "Notes\Notes.csproj", "{D9582F5B-7986-4342-994C-1DC17DE8D87D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|Any CPU.ActiveCfg = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|Any CPU.Build.0 = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|Any CPU.Deploy.0 = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|ARM64.ActiveCfg = Debug|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|ARM64.Build.0 = Debug|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|ARM64.Deploy.0 = Debug|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|x64.ActiveCfg = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|x64.Build.0 = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Debug|x64.Deploy.0 = Debug|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|Any CPU.ActiveCfg = Release|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|Any CPU.Build.0 = Release|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|Any CPU.Deploy.0 = Release|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|ARM64.ActiveCfg = Release|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|ARM64.Build.0 = Release|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|ARM64.Deploy.0 = Release|ARM64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|x64.ActiveCfg = Release|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|x64.Build.0 = Release|x64
{D9582F5B-7986-4342-994C-1DC17DE8D87D}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C14D211A-EC35-4B9A-A233-C7BAC1E4CF29}
EndGlobalSection
EndGlobal