forked from dansiegel/Prism.Plugin.PageDialogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Prism.Plugin.PageDialogs.sln
39 lines (39 loc) · 1.85 KB
/
Prism.Plugin.PageDialogs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2048
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Prism.Plugin.PageDialogs", "src\Prism.Plugin.PageDialogs\Prism.Plugin.PageDialogs.csproj", "{A7722F7D-4596-4F94-94CD-B60CFBF057D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB6520C8-5315-47EF-998D-F194D553CF58}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
azure-pipelines.yml = azure-pipelines.yml
Directory.build.props = Directory.build.props
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{837DCFE1-3D36-4AA5-8732-E92F6970D201}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7722F7D-4596-4F94-94CD-B60CFBF057D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7722F7D-4596-4F94-94CD-B60CFBF057D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7722F7D-4596-4F94-94CD-B60CFBF057D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7722F7D-4596-4F94-94CD-B60CFBF057D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A7722F7D-4596-4F94-94CD-B60CFBF057D0} = {837DCFE1-3D36-4AA5-8732-E92F6970D201}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF2668EE-7D4C-4B74-A505-013B2D1EFA19}
SolutionGuid = {D5F8880C-463C-4E43-A6A6-CCE1C4649620}
EndGlobalSection
EndGlobal