OLD | NEW |
(Empty) | |
| 1 |
| 2 Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 # Visual Studio 14 |
| 4 VisualStudioVersion = 14.0.25420.1 |
| 5 MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShowThreadNames", "ShowThre
adNames.vcxproj", "{49B5C5D6-4C69-4C38-B559-DF27E2A48302}" |
| 7 EndProject |
| 8 Global |
| 9 GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 10 Debug|x64 = Debug|x64 |
| 11 Debug|x86 = Debug|x86 |
| 12 Release|x64 = Release|x64 |
| 13 Release|x86 = Release|x86 |
| 14 EndGlobalSection |
| 15 GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 16 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x64.ActiveCfg = Deb
ug|x64 |
| 17 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x64.Build.0 = Debug
|x64 |
| 18 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x86.ActiveCfg = Deb
ug|Win32 |
| 19 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Debug|x86.Build.0 = Debug
|Win32 |
| 20 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x64.ActiveCfg = R
elease|x64 |
| 21 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x64.Build.0 = Rel
ease|x64 |
| 22 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x86.ActiveCfg = R
elease|Win32 |
| 23 {49B5C5D6-4C69-4C38-B559-DF27E2A48302}.Release|x86.Build.0 = Rel
ease|Win32 |
| 24 EndGlobalSection |
| 25 GlobalSection(SolutionProperties) = preSolution |
| 26 HideSolutionNode = FALSE |
| 27 EndGlobalSection |
| 28 EndGlobal |
OLD | NEW |