-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Netimobiledevice.sln
48 lines (48 loc) · 2.51 KB
/
Netimobiledevice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Netimobiledevice", "Netimobiledevice\Netimobiledevice.csproj", "{283A91F0-284D-447B-B8B3-09AD525FD127}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetimobiledeviceTest", "NetimobiledeviceTest\NetimobiledeviceTest.csproj", "{9DE7AA61-4289-4B33-942D-C032C90B19E4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetimobiledeviceDemo", "NetimobiledeviceDemo\NetimobiledeviceDemo.csproj", "{B85284F9-45C9-4D48-BFEA-1F9C5D31BE6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ED40213F-D1E1-49F9-A69F-3459C1A26DF8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{283A91F0-284D-447B-B8B3-09AD525FD127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{283A91F0-284D-447B-B8B3-09AD525FD127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{283A91F0-284D-447B-B8B3-09AD525FD127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{283A91F0-284D-447B-B8B3-09AD525FD127}.Release|Any CPU.Build.0 = Release|Any CPU
{9DE7AA61-4289-4B33-942D-C032C90B19E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DE7AA61-4289-4B33-942D-C032C90B19E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DE7AA61-4289-4B33-942D-C032C90B19E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DE7AA61-4289-4B33-942D-C032C90B19E4}.Release|Any CPU.Build.0 = Release|Any CPU
{B85284F9-45C9-4D48-BFEA-1F9C5D31BE6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B85284F9-45C9-4D48-BFEA-1F9C5D31BE6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B85284F9-45C9-4D48-BFEA-1F9C5D31BE6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B85284F9-45C9-4D48-BFEA-1F9C5D31BE6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D403848E-1C0A-4F3B-8049-93470C3449DD}
EndGlobalSection
EndGlobal