-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathHuaweiAPI.sln
31 lines (31 loc) · 1.54 KB
/
HuaweiAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HuaweiAPI", "HuaweiAPI\HuaweiAPI.csproj", "{22F88241-14B7-439A-B70E-D9823BD7AEDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{DCD8FE79-2EF7-4EB5-B760-9CC6C11E9172}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22F88241-14B7-439A-B70E-D9823BD7AEDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F88241-14B7-439A-B70E-D9823BD7AEDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F88241-14B7-439A-B70E-D9823BD7AEDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F88241-14B7-439A-B70E-D9823BD7AEDD}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD8FE79-2EF7-4EB5-B760-9CC6C11E9172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD8FE79-2EF7-4EB5-B760-9CC6C11E9172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD8FE79-2EF7-4EB5-B760-9CC6C11E9172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD8FE79-2EF7-4EB5-B760-9CC6C11E9172}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D283BF57-5807-4451-8D08-C9E133656BD9}
EndGlobalSection
EndGlobal