-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMessageBoxMVVM.sln
45 lines (45 loc) · 2.45 KB
/
MessageBoxMVVM.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
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34205.153
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxMVVM", "MessageBoxMVVM\MessageBoxMVVM.csproj", "{C3CB8D02-8F6B-4F98-9B15-02EE4FE46FFB}"
ProjectSection(ProjectDependencies) = postProject
{19BE8719-719A-4BC1-8D44-81BE5CC79176} = {19BE8719-719A-4BC1-8D44-81BE5CC79176}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxUtilities", "MessageBoxUtilities\MessageBoxUtilities.csproj", "{19BE8719-719A-4BC1-8D44-81BE5CC79176}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02E4864F-B631-4804-B0BB-69415C463388}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxUnitTests", "MessageBoxUnitTests\MessageBoxUnitTests.csproj", "{1E8B47C5-5963-4155-A5F7-D4783F26765A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3CB8D02-8F6B-4F98-9B15-02EE4FE46FFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3CB8D02-8F6B-4F98-9B15-02EE4FE46FFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3CB8D02-8F6B-4F98-9B15-02EE4FE46FFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3CB8D02-8F6B-4F98-9B15-02EE4FE46FFB}.Release|Any CPU.Build.0 = Release|Any CPU
{19BE8719-719A-4BC1-8D44-81BE5CC79176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19BE8719-719A-4BC1-8D44-81BE5CC79176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19BE8719-719A-4BC1-8D44-81BE5CC79176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19BE8719-719A-4BC1-8D44-81BE5CC79176}.Release|Any CPU.Build.0 = Release|Any CPU
{1E8B47C5-5963-4155-A5F7-D4783F26765A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E8B47C5-5963-4155-A5F7-D4783F26765A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E8B47C5-5963-4155-A5F7-D4783F26765A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E8B47C5-5963-4155-A5F7-D4783F26765A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8400C74D-3E18-47A2-8877-98B3A40113F0}
EndGlobalSection
EndGlobal