-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMmultitool.sln
More file actions
40 lines (40 loc) · 2.22 KB
/
Mmultitool.sln
File metadata and controls
40 lines (40 loc) · 2.22 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
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Mmultitool", "Mmultitool\Mmultitool.vbproj", "{733AC466-709A-482A-8C62-0B0C3B773FC6}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Test Mmultitool", "Test Mmultitool\Test Mmultitool.vbproj", "{DC7E7BB6-E11C-447B-8A7B-8E090AA6C46A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Test Mmultitool WinForms", "Test Mmultitool WinForms\Test Mmultitool WinForms.vbproj", "{6FB633CA-B4D0-4FF7-95E6-28D556CB1973}"
ProjectSection(ProjectDependencies) = postProject
{733AC466-709A-482A-8C62-0B0C3B773FC6} = {733AC466-709A-482A-8C62-0B0C3B773FC6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{733AC466-709A-482A-8C62-0B0C3B773FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{733AC466-709A-482A-8C62-0B0C3B773FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{733AC466-709A-482A-8C62-0B0C3B773FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{733AC466-709A-482A-8C62-0B0C3B773FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{DC7E7BB6-E11C-447B-8A7B-8E090AA6C46A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC7E7BB6-E11C-447B-8A7B-8E090AA6C46A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC7E7BB6-E11C-447B-8A7B-8E090AA6C46A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC7E7BB6-E11C-447B-8A7B-8E090AA6C46A}.Release|Any CPU.Build.0 = Release|Any CPU
{6FB633CA-B4D0-4FF7-95E6-28D556CB1973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FB633CA-B4D0-4FF7-95E6-28D556CB1973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FB633CA-B4D0-4FF7-95E6-28D556CB1973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FB633CA-B4D0-4FF7-95E6-28D556CB1973}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2DAF190-8EEB-4A88-B86F-638803B3C3E3}
EndGlobalSection
EndGlobal