mirror of
https://github.com/wbenny/pdbex
synced 2026-06-08 18:13:37 +00:00
37 lines
1.6 KiB
Plaintext
37 lines
1.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29009.5
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pdbex", "Source\pdbex.vcxproj", "{06FB1AF7-647C-4BA4-860A-4533763440F9}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78A7B3FB-BF7E-43E4-A30F-561CE706AA75}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
.editorconfig = .editorconfig
|
|
EndProjectSection
|
|
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
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Debug|x64.ActiveCfg = Debug|x64
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Debug|x64.Build.0 = Debug|x64
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Debug|x86.Build.0 = Debug|Win32
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Release|x64.ActiveCfg = Release|x64
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Release|x64.Build.0 = Release|x64
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Release|x86.ActiveCfg = Release|Win32
|
|
{06FB1AF7-647C-4BA4-860A-4533763440F9}.Release|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {A795AFE6-4B0A-497C-B0E6-9BD142AF1088}
|
|
EndGlobalSection
|
|
EndGlobal
|