-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOneNoteAddIn.sln
39 lines (39 loc) · 2.12 KB
/
OneNoteAddIn.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneNoteAddIn", "OneNoteAddIn\OneNoteAddIn.csproj", "{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AddinSetup", "AddinSetup\AddinSetup.vdproj", "{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}"
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
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Debug|x64.ActiveCfg = Debug|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Debug|x64.Build.0 = Debug|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Debug|x64.Deploy.0 = Debug|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Release|Any CPU.Build.0 = Release|Any CPU
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Release|x64.ActiveCfg = Release|x64
{17EF41AF-F61D-4E2B-812F-1BAE47D3A534}.Release|x64.Build.0 = Release|x64
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Debug|Any CPU.ActiveCfg = Debug
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Debug|Any CPU.Build.0 = Debug
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Debug|x64.ActiveCfg = Debug
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Debug|x64.Build.0 = Debug
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Debug|x64.Deploy.0 = Debug
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Release|Any CPU.ActiveCfg = Release
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Release|x64.ActiveCfg = Release
{F85E04E2-F4D4-4B3F-B477-10012F7DB5B6}.Release|x64.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal