Initial import
This commit is contained in:
37
PdbFind.sln
Normal file
37
PdbFind.sln
Normal file
@@ -0,0 +1,37 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.4.32912.340
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdbFind", "PdbFind\PdbFind.csproj", "{6A645585-5A87-4FBA-8487-8D309A3E6B37}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdbFind.Lib", "PdbFind.Lib\PdbFind.Lib.csproj", "{7A66B869-1636-4187-A372-51922CC7B25A}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PdbFind.Gui", "PdbFind.Gui\PdbFind.Gui.csproj", "{C61E7476-AE69-4885-A32D-982EAF42BC70}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{6A645585-5A87-4FBA-8487-8D309A3E6B37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6A645585-5A87-4FBA-8487-8D309A3E6B37}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6A645585-5A87-4FBA-8487-8D309A3E6B37}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6A645585-5A87-4FBA-8487-8D309A3E6B37}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7A66B869-1636-4187-A372-51922CC7B25A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7A66B869-1636-4187-A372-51922CC7B25A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7A66B869-1636-4187-A372-51922CC7B25A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7A66B869-1636-4187-A372-51922CC7B25A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C61E7476-AE69-4885-A32D-982EAF42BC70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C61E7476-AE69-4885-A32D-982EAF42BC70}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C61E7476-AE69-4885-A32D-982EAF42BC70}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C61E7476-AE69-4885-A32D-982EAF42BC70}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {13C06892-3C65-48DB-80B8-F150F18A6E30}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user