-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPowerFxCustomAPI.sln
31 lines (31 loc) · 1.5 KB
/
PowerFxCustomAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin", "Plugin\Plugin.csproj", "{A0E58C18-EE55-4DDC-9584-1AAD0A7DE20E}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "EarlyBindings", "EarlyBindings\EarlyBindings.shproj", "{2DEDA42A-8692-470B-BBC5-498327F7968C}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
EarlyBindings\EarlyBindings.projitems*{2deda42a-8692-470b-bbc5-498327f7968c}*SharedItemsImports = 13
EarlyBindings\EarlyBindings.projitems*{a0e58c18-ee55-4ddc-9584-1aad0a7de20e}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0E58C18-EE55-4DDC-9584-1AAD0A7DE20E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0E58C18-EE55-4DDC-9584-1AAD0A7DE20E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0E58C18-EE55-4DDC-9584-1AAD0A7DE20E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0E58C18-EE55-4DDC-9584-1AAD0A7DE20E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6DF2479B-D598-4F79-8365-57482D4D9E30}
EndGlobalSection
EndGlobal