-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathZML.sln
31 lines (31 loc) · 1.53 KB
/
ZML.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "ZML", "ZML\ZML.vbproj", "{0A511272-6E1F-4307-9B2A-B1B86D941FA8}"
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "ZML.Test", "ZML.Test\ZML.Test.vbproj", "{F3F4A778-F6F8-4A69-9B94-93DA23261C3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A511272-6E1F-4307-9B2A-B1B86D941FA8}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{0A511272-6E1F-4307-9B2A-B1B86D941FA8}.Debug|Any CPU.Build.0 = Release|Any CPU
{0A511272-6E1F-4307-9B2A-B1B86D941FA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A511272-6E1F-4307-9B2A-B1B86D941FA8}.Release|Any CPU.Build.0 = Release|Any CPU
{F3F4A778-F6F8-4A69-9B94-93DA23261C3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3F4A778-F6F8-4A69-9B94-93DA23261C3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3F4A778-F6F8-4A69-9B94-93DA23261C3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3F4A778-F6F8-4A69-9B94-93DA23261C3C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6997D79-919A-4F88-BC43-B1E87410FF13}
EndGlobalSection
EndGlobal