-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathUsbRelayNet.sln
44 lines (43 loc) · 2.3 KB
/
UsbRelayNet.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
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsbRelayNet", "UsbRelayNet\UsbRelayNet.csproj", "{69029457-A599-493C-83E8-0241CDE6A234}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsbRelayNetTests", "UsbRelayNetTests\UsbRelayNetTests.csproj", "{27A88221-A479-411F-9E50-4E518E0E6D1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C8BA3200-2A3E-4704-9FDB-5F4E0FBA791C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DemoUI", "DemoUI\DemoUI.csproj", "{1CCBF6AA-AB31-41F7-B5E5-FBF32DF082E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69029457-A599-493C-83E8-0241CDE6A234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69029457-A599-493C-83E8-0241CDE6A234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69029457-A599-493C-83E8-0241CDE6A234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69029457-A599-493C-83E8-0241CDE6A234}.Release|Any CPU.Build.0 = Release|Any CPU
{27A88221-A479-411F-9E50-4E518E0E6D1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27A88221-A479-411F-9E50-4E518E0E6D1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27A88221-A479-411F-9E50-4E518E0E6D1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27A88221-A479-411F-9E50-4E518E0E6D1D}.Release|Any CPU.Build.0 = Release|Any CPU
{1CCBF6AA-AB31-41F7-B5E5-FBF32DF082E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CCBF6AA-AB31-41F7-B5E5-FBF32DF082E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CCBF6AA-AB31-41F7-B5E5-FBF32DF082E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CCBF6AA-AB31-41F7-B5E5-FBF32DF082E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {980BB8F8-67A6-4FE3-9E41-B60030BAA224}
EndGlobalSection
EndGlobal