forked from cubika/OneCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVBOneNoteRibbonAddIn.sln
More file actions
25 lines (25 loc) · 1.31 KB
/
VBOneNoteRibbonAddIn.sln
File metadata and controls
25 lines (25 loc) · 1.31 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VBOneNoteRibbonAddIn", "VBOneNoteRibbonAddIn\VBOneNoteRibbonAddIn.vbproj", "{B0065D9D-4E70-46FF-AFCC-B8468E566154}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "VBOneNoteRibbonAddInSetup", "VBOneNoteRibbonAddInSetup\VBOneNoteRibbonAddInSetup.vdproj", "{488BE766-CC4E-4214-AF56-B49992BE70A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0065D9D-4E70-46FF-AFCC-B8468E566154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0065D9D-4E70-46FF-AFCC-B8468E566154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0065D9D-4E70-46FF-AFCC-B8468E566154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0065D9D-4E70-46FF-AFCC-B8468E566154}.Release|Any CPU.Build.0 = Release|Any CPU
{488BE766-CC4E-4214-AF56-B49992BE70A2}.Debug|Any CPU.ActiveCfg = Debug
{488BE766-CC4E-4214-AF56-B49992BE70A2}.Debug|Any CPU.Build.0 = Debug
{488BE766-CC4E-4214-AF56-B49992BE70A2}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal