This repository was archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathOneNoteApiSample.sln
41 lines (41 loc) · 2.09 KB
/
OneNoteApiSample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC896BD6-D89B-4004-B497-B4869FF0D129}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04A4BFDA-C5FD-4D44-8633-81C3498707FC}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE = LICENSE
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OneNoteApiSample", "src\OneNoteApiSample\OneNoteApiSample.xproj", "{0FF4A78E-A7AA-456A-8E5F-453A93599A6D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OneNoteApiSampleUnitTests", "src\OneNoteApiSampleUnitTests\OneNoteApiSampleUnitTests.xproj", "{CAED2DCB-4870-40F1-AEB0-408A0FA718BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FF4A78E-A7AA-456A-8E5F-453A93599A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FF4A78E-A7AA-456A-8E5F-453A93599A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FF4A78E-A7AA-456A-8E5F-453A93599A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FF4A78E-A7AA-456A-8E5F-453A93599A6D}.Release|Any CPU.Build.0 = Release|Any CPU
{CAED2DCB-4870-40F1-AEB0-408A0FA718BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAED2DCB-4870-40F1-AEB0-408A0FA718BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAED2DCB-4870-40F1-AEB0-408A0FA718BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAED2DCB-4870-40F1-AEB0-408A0FA718BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0FF4A78E-A7AA-456A-8E5F-453A93599A6D} = {BC896BD6-D89B-4004-B497-B4869FF0D129}
{CAED2DCB-4870-40F1-AEB0-408A0FA718BB} = {BC896BD6-D89B-4004-B497-B4869FF0D129}
EndGlobalSection
EndGlobal