-
Notifications
You must be signed in to change notification settings - Fork 814
/
Copy pathHslCommunication.sln
37 lines (37 loc) · 2.06 KB
/
HslCommunication.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HslCommunication_Net35", "HslCommunication_Net35\HslCommunication_Net35.csproj", "{D3710B78-1B32-4D53-9604-0451A795A2F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "软件自动更新", "软件自动更新\软件自动更新.csproj", "{4FADD98F-9C73-4D2F-9AC1-CF8993265D8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTool", "TestTool\TestTool.csproj", "{D68DEDE9-1610-4872-9AED-0E4F90D191EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3710B78-1B32-4D53-9604-0451A795A2F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3710B78-1B32-4D53-9604-0451A795A2F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3710B78-1B32-4D53-9604-0451A795A2F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3710B78-1B32-4D53-9604-0451A795A2F5}.Release|Any CPU.Build.0 = Release|Any CPU
{4FADD98F-9C73-4D2F-9AC1-CF8993265D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FADD98F-9C73-4D2F-9AC1-CF8993265D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FADD98F-9C73-4D2F-9AC1-CF8993265D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FADD98F-9C73-4D2F-9AC1-CF8993265D8E}.Release|Any CPU.Build.0 = Release|Any CPU
{D68DEDE9-1610-4872-9AED-0E4F90D191EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D68DEDE9-1610-4872-9AED-0E4F90D191EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D68DEDE9-1610-4872-9AED-0E4F90D191EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D68DEDE9-1610-4872-9AED-0E4F90D191EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ECF517CD-FF89-4611-A2F7-AB7771FCC542}
EndGlobalSection
EndGlobal