-
Notifications
You must be signed in to change notification settings - Fork 8
/
opentuner.sln
33 lines (33 loc) · 1.75 KB
/
opentuner.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
29
30
31
32
33
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "opentuner", "opentuner.csproj", "{2E89E032-7250-4223-93EC-FBA2482988DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{252F1368-533A-4D22-9111-4A42F83B1470}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibUsbDotNet", "..\..\picotuner\LibUsbDotNet\src\LibUsbDotNet\LibUsbDotNet.csproj", "{165D23F3-FDC1-444A-B350-93CC5B5DD2FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E89E032-7250-4223-93EC-FBA2482988DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E89E032-7250-4223-93EC-FBA2482988DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E89E032-7250-4223-93EC-FBA2482988DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E89E032-7250-4223-93EC-FBA2482988DC}.Release|Any CPU.Build.0 = Release|Any CPU
{165D23F3-FDC1-444A-B350-93CC5B5DD2FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{165D23F3-FDC1-444A-B350-93CC5B5DD2FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{165D23F3-FDC1-444A-B350-93CC5B5DD2FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{165D23F3-FDC1-444A-B350-93CC5B5DD2FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D02E4FB-2FD1-43C0-9C9B-0E5266C0BA02}
EndGlobalSection
EndGlobal