-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PrismCommands.sln
34 lines (34 loc) · 1.73 KB
/
PrismCommands.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrismCommands.Fody", "PrismCommands.Fody\PrismCommands.Fody.csproj", "{369AF6F6-AF88-445A-B090-5898B43D6F6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrismCommands", "PrismCommands\PrismCommands.csproj", "{305DF6E1-9FF5-42A0-8DD3-2C9FAC0E2C2A}"
ProjectSection(ProjectDependencies) = postProject
{369AF6F6-AF88-445A-B090-5898B43D6F6D} = {369AF6F6-AF88-445A-B090-5898B43D6F6D}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{369AF6F6-AF88-445A-B090-5898B43D6F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{369AF6F6-AF88-445A-B090-5898B43D6F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{369AF6F6-AF88-445A-B090-5898B43D6F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{369AF6F6-AF88-445A-B090-5898B43D6F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{305DF6E1-9FF5-42A0-8DD3-2C9FAC0E2C2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{305DF6E1-9FF5-42A0-8DD3-2C9FAC0E2C2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{305DF6E1-9FF5-42A0-8DD3-2C9FAC0E2C2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{305DF6E1-9FF5-42A0-8DD3-2C9FAC0E2C2A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58D518D3-D6D7-4D1B-87D1-ED94F079E905}
EndGlobalSection
EndGlobal