-
-
Notifications
You must be signed in to change notification settings - Fork 232
/
usbipd-win.sln
73 lines (73 loc) · 3.98 KB
/
usbipd-win.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usbipd", "Usbipd\Usbipd.csproj", "{5CE75792-6F4F-4B16-83E6-29052C6E0D8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DF1A44E-CAFC-4543-AB76-76239FBEDF03}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
codecov.yml = codecov.yml
COPYING.md = COPYING.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Fake_GitVersionInformation.cs = Fake_GitVersionInformation.cs
GitVersion.yml = GitVersion.yml
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{B7DD6F7E-DEF8-4E67-B5B7-07EF123DB6F0}") = "Installer", "Installer\Installer.wixproj", "{080EF94C-A8EC-4975-A697-BBF8C1A56055}"
ProjectSection(ProjectDependencies) = postProject
{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20} = {3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}
{5CE75792-6F4F-4B16-83E6-29052C6E0D8D} = {5CE75792-6F4F-4B16-83E6-29052C6E0D8D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{03DA15B4-7F40-4EF3-814B-9050C7A671B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usbipd.PowerShell", "Usbipd.PowerShell\Usbipd.PowerShell.csproj", "{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Usbipd.Automation", "Usbipd.Automation\Usbipd.Automation.csproj", "{934A2FBC-4EEB-4CE7-88A4-E3336E89DAEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsbIds", "UsbIds\UsbIds.csproj", "{FC600539-9D82-4822-B2A0-7157D166A444}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CE75792-6F4F-4B16-83E6-29052C6E0D8D}.Debug|x64.ActiveCfg = Debug|x64
{5CE75792-6F4F-4B16-83E6-29052C6E0D8D}.Debug|x64.Build.0 = Debug|x64
{5CE75792-6F4F-4B16-83E6-29052C6E0D8D}.Release|x64.ActiveCfg = Release|x64
{5CE75792-6F4F-4B16-83E6-29052C6E0D8D}.Release|x64.Build.0 = Release|x64
{080EF94C-A8EC-4975-A697-BBF8C1A56055}.Debug|x64.ActiveCfg = Debug|x64
{080EF94C-A8EC-4975-A697-BBF8C1A56055}.Release|x64.ActiveCfg = Release|x64
{03DA15B4-7F40-4EF3-814B-9050C7A671B5}.Debug|x64.ActiveCfg = Debug|x64
{03DA15B4-7F40-4EF3-814B-9050C7A671B5}.Debug|x64.Build.0 = Debug|x64
{03DA15B4-7F40-4EF3-814B-9050C7A671B5}.Release|x64.ActiveCfg = Release|x64
{03DA15B4-7F40-4EF3-814B-9050C7A671B5}.Release|x64.Build.0 = Release|x64
{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}.Debug|x64.ActiveCfg = Debug|Any CPU
{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}.Debug|x64.Build.0 = Debug|Any CPU
{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}.Release|x64.ActiveCfg = Release|Any CPU
{3C3ED2C8-54D0-48D4-8BF4-78220D4A9E20}.Release|x64.Build.0 = Release|Any CPU
{934A2FBC-4EEB-4CE7-88A4-E3336E89DAEB}.Debug|x64.ActiveCfg = Debug|Any CPU
{934A2FBC-4EEB-4CE7-88A4-E3336E89DAEB}.Debug|x64.Build.0 = Debug|Any CPU
{934A2FBC-4EEB-4CE7-88A4-E3336E89DAEB}.Release|x64.ActiveCfg = Release|Any CPU
{934A2FBC-4EEB-4CE7-88A4-E3336E89DAEB}.Release|x64.Build.0 = Release|Any CPU
{FC600539-9D82-4822-B2A0-7157D166A444}.Debug|x64.ActiveCfg = Debug|Any CPU
{FC600539-9D82-4822-B2A0-7157D166A444}.Debug|x64.Build.0 = Debug|Any CPU
{FC600539-9D82-4822-B2A0-7157D166A444}.Release|x64.ActiveCfg = Release|Any CPU
{FC600539-9D82-4822-B2A0-7157D166A444}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D2D1309-98F9-48DF-B509-05241A67A160}
EndGlobalSection
EndGlobal