-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathXiaoFeng.Onvif.sln
42 lines (42 loc) · 2.27 KB
/
XiaoFeng.Onvif.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XiaoFeng.Onvif", "XiaoFeng.Onvif.csproj", "{EFEDFE5B-46CB-4ED8-8381-51C6AB13AAFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DEC0544B-421C-466B-9C0E-F24DE0FC3D8F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OnvifTest", "..\OnvifTest\OnvifTest.csproj", "{90EB0838-9B1C-4EE1-9F84-AB4F9C220978}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "..\WindowsFormsApp1\WindowsFormsApp1.csproj", "{55C4BF33-3C61-457C-96E5-8E5B25013507}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFEDFE5B-46CB-4ED8-8381-51C6AB13AAFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFEDFE5B-46CB-4ED8-8381-51C6AB13AAFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFEDFE5B-46CB-4ED8-8381-51C6AB13AAFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFEDFE5B-46CB-4ED8-8381-51C6AB13AAFE}.Release|Any CPU.Build.0 = Release|Any CPU
{90EB0838-9B1C-4EE1-9F84-AB4F9C220978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EB0838-9B1C-4EE1-9F84-AB4F9C220978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EB0838-9B1C-4EE1-9F84-AB4F9C220978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EB0838-9B1C-4EE1-9F84-AB4F9C220978}.Release|Any CPU.Build.0 = Release|Any CPU
{55C4BF33-3C61-457C-96E5-8E5B25013507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55C4BF33-3C61-457C-96E5-8E5B25013507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55C4BF33-3C61-457C-96E5-8E5B25013507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55C4BF33-3C61-457C-96E5-8E5B25013507}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EA61375-1D3A-42ED-B151-8558E44E938E}
EndGlobalSection
EndGlobal