-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHPOSCheck_PoC.sln
31 lines (31 loc) · 1.56 KB
/
HPOSCheck_PoC.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.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonUtils", "CommonUtils\CommonUtils.vcxproj", "{2AA6AB5E-18A8-49F4-B25D-587E8C3E4432}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HPOSCheck_PoC", "CreateMountPoint\CreateMountPoint.vcxproj", "{B16F4829-F9F5-4917-8690-4FE8543D2852}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AA6AB5E-18A8-49F4-B25D-587E8C3E4432}.Debug|Win32.ActiveCfg = Debug|Win32
{2AA6AB5E-18A8-49F4-B25D-587E8C3E4432}.Debug|Win32.Build.0 = Debug|Win32
{2AA6AB5E-18A8-49F4-B25D-587E8C3E4432}.Release|Win32.ActiveCfg = Release|Win32
{2AA6AB5E-18A8-49F4-B25D-587E8C3E4432}.Release|Win32.Build.0 = Release|Win32
{B16F4829-F9F5-4917-8690-4FE8543D2852}.Debug|Win32.ActiveCfg = Debug|Win32
{B16F4829-F9F5-4917-8690-4FE8543D2852}.Debug|Win32.Build.0 = Debug|Win32
{B16F4829-F9F5-4917-8690-4FE8543D2852}.Release|Win32.ActiveCfg = Release|Win32
{B16F4829-F9F5-4917-8690-4FE8543D2852}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D09C48B-C609-42F1-9BFD-AFB05F2EE408}
EndGlobalSection
EndGlobal