forked from iolevel/peachpie-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
peachpie-wordpress.sln
37 lines (37 loc) · 1.84 KB
/
peachpie-wordpress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E1CEF7D-93BD-45D8-92AE-CDA550BAB928}"
ProjectSection(SolutionItems) = preProject
appsettings.json = appsettings.json
README.MD = README.MD
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "app", "app\app.csproj", "{371840CB-3D6C-43EE-8E73-B74710F4CDE7}"
EndProject
Project("{13B669BE-BB05-4DDF-9536-439F39A36129}") = "PeachPied.WordPress.MyPlugin", "PeachPied.WordPress.MyPlugin\PeachPied.WordPress.MyPlugin.msbuildproj", "{0E51D101-0992-4AA6-A134-26EA3F2E3935}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{371840CB-3D6C-43EE-8E73-B74710F4CDE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{371840CB-3D6C-43EE-8E73-B74710F4CDE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{371840CB-3D6C-43EE-8E73-B74710F4CDE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{371840CB-3D6C-43EE-8E73-B74710F4CDE7}.Release|Any CPU.Build.0 = Release|Any CPU
{0E51D101-0992-4AA6-A134-26EA3F2E3935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E51D101-0992-4AA6-A134-26EA3F2E3935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E51D101-0992-4AA6-A134-26EA3F2E3935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E51D101-0992-4AA6-A134-26EA3F2E3935}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {884DD553-858C-49BB-B4FB-AE2635EF7643}
EndGlobalSection
EndGlobal