-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmss32.sln
28 lines (28 loc) · 1.21 KB
/
mss32.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mss32", "mss32.vcxproj", "{E5E0EC0F-B28E-4899-A788-80430630F507}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Dev|x86 = Dev|x86
EXE|x86 = EXE|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5E0EC0F-B28E-4899-A788-80430630F507}.Debug|x86.ActiveCfg = Debug|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.Debug|x86.Build.0 = Debug|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.Dev|x86.ActiveCfg = Dev|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.Dev|x86.Build.0 = Dev|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.EXE|x86.ActiveCfg = EXE|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.EXE|x86.Build.0 = EXE|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.Release|x86.ActiveCfg = Release|Win32
{E5E0EC0F-B28E-4899-A788-80430630F507}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal