forked from microsoft/Office365APIEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Office365APIEditor.sln
35 lines (35 loc) · 1.85 KB
/
Office365APIEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Office365APIEditor", "Office365APIEditor\Office365APIEditor.csproj", "{4E1EBFF7-7113-4B41-8B42-BCC7B12A467D}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{55B2F04A-B5B1-4DD3-9149-D10750198019}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PublishSite", "PublishSite\PublishSite.csproj", "{7D59CBD1-778D-4EBF-8A9D-B7C55CEA32FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E1EBFF7-7113-4B41-8B42-BCC7B12A467D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E1EBFF7-7113-4B41-8B42-BCC7B12A467D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E1EBFF7-7113-4B41-8B42-BCC7B12A467D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E1EBFF7-7113-4B41-8B42-BCC7B12A467D}.Release|Any CPU.Build.0 = Release|Any CPU
{55B2F04A-B5B1-4DD3-9149-D10750198019}.Debug|Any CPU.ActiveCfg = Debug
{55B2F04A-B5B1-4DD3-9149-D10750198019}.Release|Any CPU.ActiveCfg = Release
{7D59CBD1-778D-4EBF-8A9D-B7C55CEA32FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D59CBD1-778D-4EBF-8A9D-B7C55CEA32FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D59CBD1-778D-4EBF-8A9D-B7C55CEA32FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D59CBD1-778D-4EBF-8A9D-B7C55CEA32FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93F59BA9-575B-4D3E-8A90-8A0CDF398573}
EndGlobalSection
EndGlobal