forked from xman086/CSharpWpfAIExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSharpWpfAIExamples.sln
43 lines (43 loc) · 2.6 KB
/
CSharpWpfAIExamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonCollection", "CommonCollection\CommonCollection.csproj", "{859E519A-9070-44EC-AA32-A853400DFF34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraFaceDetection", "CameraFaceDetection\CameraFaceDetection.csproj", "{CDD6A2FA-E09D-4041-934F-351677039927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultiPerson2DPoseEstimation", "MultiPerson2DPoseEstimation\MultiPerson2DPoseEstimation.csproj", "{D00992D2-BCD8-4057-B65D-DD607A6B14FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraObjectDetection", "CameraObjectDetection\CameraObjectDetection.csproj", "{CF387E2D-B1A0-41DB-8AF4-9BD99FB96D39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{859E519A-9070-44EC-AA32-A853400DFF34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{859E519A-9070-44EC-AA32-A853400DFF34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{859E519A-9070-44EC-AA32-A853400DFF34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{859E519A-9070-44EC-AA32-A853400DFF34}.Release|Any CPU.Build.0 = Release|Any CPU
{CDD6A2FA-E09D-4041-934F-351677039927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDD6A2FA-E09D-4041-934F-351677039927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDD6A2FA-E09D-4041-934F-351677039927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDD6A2FA-E09D-4041-934F-351677039927}.Release|Any CPU.Build.0 = Release|Any CPU
{D00992D2-BCD8-4057-B65D-DD607A6B14FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D00992D2-BCD8-4057-B65D-DD607A6B14FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D00992D2-BCD8-4057-B65D-DD607A6B14FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D00992D2-BCD8-4057-B65D-DD607A6B14FC}.Release|Any CPU.Build.0 = Release|Any CPU
{CF387E2D-B1A0-41DB-8AF4-9BD99FB96D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF387E2D-B1A0-41DB-8AF4-9BD99FB96D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF387E2D-B1A0-41DB-8AF4-9BD99FB96D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF387E2D-B1A0-41DB-8AF4-9BD99FB96D39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80437336-9E55-4996-8E2F-DFDFEA7779C9}
EndGlobalSection
EndGlobal