-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOneNoteMLO.sln
51 lines (51 loc) · 2.57 KB
/
OneNoteMLO.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
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneNoteMLO", "VanillaAddIn\OneNoteMLO.csproj", "{D874E185-08FE-48C5-BADE-0FE84060C978}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C86141C0-AB99-4075-80B4-C96AA9BD7A1F}"
ProjectSection(SolutionItems) = preProject
Binaries\setup.exe = Binaries\setup.exe
Binaries\Setupx86.msi = Binaries\Setupx86.msi
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D874E185-08FE-48C5-BADE-0FE84060C978}.Debug|Any CPU.ActiveCfg = Debug|x86
{D874E185-08FE-48C5-BADE-0FE84060C978}.Debug|x64.ActiveCfg = Debug|x64
{D874E185-08FE-48C5-BADE-0FE84060C978}.Debug|x64.Build.0 = Debug|x64
{D874E185-08FE-48C5-BADE-0FE84060C978}.Debug|x86.ActiveCfg = Debug|x86
{D874E185-08FE-48C5-BADE-0FE84060C978}.Debug|x86.Build.0 = Debug|x86
{D874E185-08FE-48C5-BADE-0FE84060C978}.Release|Any CPU.ActiveCfg = Release|x86
{D874E185-08FE-48C5-BADE-0FE84060C978}.Release|x64.ActiveCfg = Release|x64
{D874E185-08FE-48C5-BADE-0FE84060C978}.Release|x64.Build.0 = Release|x64
{D874E185-08FE-48C5-BADE-0FE84060C978}.Release|x86.ActiveCfg = Release|x86
{D874E185-08FE-48C5-BADE-0FE84060C978}.Release|x86.Build.0 = Release|x86
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Debug|Any CPU.ActiveCfg = Debug
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Debug|x64.ActiveCfg = Debug
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Debug|x86.ActiveCfg = Debug
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Debug|x86.Build.0 = Debug
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Release|Any CPU.ActiveCfg = Release
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Release|x64.ActiveCfg = Release
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Release|x86.ActiveCfg = Release
{288265D6-3A52-46A9-9B15-2BAD1B9F3C02}.Release|x86.Build.0 = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4163D2C-AF92-47DC-9346-4E788B725190}
EndGlobalSection
EndGlobal