-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMtf.MessageBoxes.sln
More file actions
31 lines (31 loc) · 1.59 KB
/
Mtf.MessageBoxes.sln
File metadata and controls
31 lines (31 loc) · 1.59 KB
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.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageBoxSender", "MessageBoxSender\MessageBoxSender.csproj", "{9A4CD484-2917-478C-9C17-930C6D4C4C21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mtf.MessageBoxes", "Mtf.MessageBoxes\Mtf.MessageBoxes.csproj", "{E5A17636-88F6-4209-BC72-8F5A36AD9701}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A4CD484-2917-478C-9C17-930C6D4C4C21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4CD484-2917-478C-9C17-930C6D4C4C21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4CD484-2917-478C-9C17-930C6D4C4C21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4CD484-2917-478C-9C17-930C6D4C4C21}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A17636-88F6-4209-BC72-8F5A36AD9701}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A17636-88F6-4209-BC72-8F5A36AD9701}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5A17636-88F6-4209-BC72-8F5A36AD9701}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A17636-88F6-4209-BC72-8F5A36AD9701}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F309555B-A7DF-44EF-A48A-F04FFFBA56D8}
EndGlobalSection
EndGlobal