-
Notifications
You must be signed in to change notification settings - Fork 369
/
BetterNCMII.sln
31 lines (31 loc) · 1.47 KB
/
BetterNCMII.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 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BetterNCMII", "BetterNCMII.vcxproj", "{BCD79D10-988E-4A2C-BF59-D6225F3836AA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BetterNCMII86", "BetterNCMII.x86.vcxproj", "{7786D731-2A43-45A1-B17B-313043E31F0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|All = Debug|All
Release|All = Release|All
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCD79D10-988E-4A2C-BF59-D6225F3836AA}.Debug|All.ActiveCfg = Debug|x64
{BCD79D10-988E-4A2C-BF59-D6225F3836AA}.Debug|All.Build.0 = Debug|x64
{BCD79D10-988E-4A2C-BF59-D6225F3836AA}.Release|All.ActiveCfg = Release|x64
{BCD79D10-988E-4A2C-BF59-D6225F3836AA}.Release|All.Build.0 = Release|x64
{7786D731-2A43-45A1-B17B-313043E31F0A}.Debug|All.ActiveCfg = Debug|Win32
{7786D731-2A43-45A1-B17B-313043E31F0A}.Debug|All.Build.0 = Debug|Win32
{7786D731-2A43-45A1-B17B-313043E31F0A}.Release|All.ActiveCfg = Release|Win32
{7786D731-2A43-45A1-B17B-313043E31F0A}.Release|All.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C885971D-39AF-4F89-82C1-D015D4DFD2D0}
EndGlobalSection
EndGlobal