-
Notifications
You must be signed in to change notification settings - Fork 1
/
MiniExplorer.sln
30 lines (30 loc) · 1.38 KB
/
MiniExplorer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{0acc9e78-87cc-4129-a6f3-f9170fdead64}") = "MiniExplorer", "MiniExplorer.vcxproj", "{3997771f-6840-40b4-a5b3-9b546952de0d}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3997771f-6840-40b4-a5b3-9b546952de0d}.Debug|x64.ActiveCfg = Debug|x64
{3997771f-6840-40b4-a5b3-9b546952de0d}.Debug|x64.Build.0 = Debug|x64
{3997771f-6840-40b4-a5b3-9b546952de0d}.Debug|x86.ActiveCfg = Debug|Win32
{3997771f-6840-40b4-a5b3-9b546952de0d}.Debug|x86.Build.0 = Debug|Win32
{3997771f-6840-40b4-a5b3-9b546952de0d}.Release|x64.ActiveCfg = Release|x64
{3997771f-6840-40b4-a5b3-9b546952de0d}.Release|x64.Build.0 = Release|x64
{3997771f-6840-40b4-a5b3-9b546952de0d}.Release|x86.ActiveCfg = Release|Win32
{3997771f-6840-40b4-a5b3-9b546952de0d}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DA44040-4807-4FFB-A5CA-3A410F4668A3}
EndGlobalSection
EndGlobal