-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKeepNotesWebApp.sln
34 lines (34 loc) · 1.94 KB
/
KeepNotesWebApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeepNotesWebApp", "KeepNotesWebApp\KeepNotesWebApp.csproj", "{F4565309-1CBF-44A3-AF6F-73BD0C46B8EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBEAECFC-581B-4DDD-997D-1A260C31B299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBEAECFC-581B-4DDD-997D-1A260C31B299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBEAECFC-581B-4DDD-997D-1A260C31B299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBEAECFC-581B-4DDD-997D-1A260C31B299}.Release|Any CPU.Build.0 = Release|Any CPU
{DFAC89F4-9040-4C15-9BC2-458D701C4C93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAC89F4-9040-4C15-9BC2-458D701C4C93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAC89F4-9040-4C15-9BC2-458D701C4C93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAC89F4-9040-4C15-9BC2-458D701C4C93}.Release|Any CPU.Build.0 = Release|Any CPU
{0150827F-81A3-44F0-8F2A-2271DC82A003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0150827F-81A3-44F0-8F2A-2271DC82A003}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0150827F-81A3-44F0-8F2A-2271DC82A003}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0150827F-81A3-44F0-8F2A-2271DC82A003}.Release|Any CPU.Build.0 = Release|Any CPU
{F4565309-1CBF-44A3-AF6F-73BD0C46B8EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4565309-1CBF-44A3-AF6F-73BD0C46B8EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4565309-1CBF-44A3-AF6F-73BD0C46B8EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4565309-1CBF-44A3-AF6F-73BD0C46B8EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal