forked from paulh002/sdrberry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdrberry.sln
25 lines (25 loc) · 1.09 KB
/
sdrberry.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sdrberry", "sdrberry.vcxproj", "{612A62E0-B1F7-41E4-8AA5-2920B23D28CB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|VisualGDB = Debug|VisualGDB
Release|VisualGDB = Release|VisualGDB
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{612A62E0-B1F7-41E4-8AA5-2920B23D28CB}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB
{612A62E0-B1F7-41E4-8AA5-2920B23D28CB}.Debug|VisualGDB.Build.0 = Debug|VisualGDB
{612A62E0-B1F7-41E4-8AA5-2920B23D28CB}.Release|VisualGDB.ActiveCfg = Release|VisualGDB
{612A62E0-B1F7-41E4-8AA5-2920B23D28CB}.Release|VisualGDB.Build.0 = Release|VisualGDB
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A7E62C1-8666-4B04-9C0E-F03AB203BAFE}
EndGlobalSection
EndGlobal