| 123456789101112131415161718192021222324252627282930 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.1.32210.238
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MailFromWho", "MailFromWho\MailFromWho.csproj", "{6400D60C-AF84-4412-B2FE-4C0F8456BCC2}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{014291FE-557C-4220-81B7-92582660308A}"
- ProjectSection(SolutionItems) = preProject
- README.md = README.md
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {6400D60C-AF84-4412-B2FE-4C0F8456BCC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {6400D60C-AF84-4412-B2FE-4C0F8456BCC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {6400D60C-AF84-4412-B2FE-4C0F8456BCC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {6400D60C-AF84-4412-B2FE-4C0F8456BCC2}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {129EAE46-9F94-4727-ACE7-3F9CD4F8C560}
- EndGlobalSection
- EndGlobal
|