forked from shobana-mcw/MIVisionX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amd_winml.sln
62 lines (62 loc) · 3.48 KB
/
amd_winml.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vx_opencv", "amd_opencv\vx_opencv.vcxproj", "{24F44D6B-92FD-3080-AF31-693411708E82}"
ProjectSection(ProjectDependencies) = postProject
{973F2004-2215-431F-8A2C-93ABAAFB6A24} = {973F2004-2215-431F-8A2C-93ABAAFB6A24}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openvx", "..\amd_openvx\openvx\openvx.vcxproj", "{973F2004-2215-431F-8A2C-93ABAAFB6A24}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vx_winml", "amd_winml\vx_winml.vcxproj", "{505373D1-F60A-43E5-B292-66FF4A646902}"
ProjectSection(ProjectDependencies) = postProject
{973F2004-2215-431F-8A2C-93ABAAFB6A24} = {973F2004-2215-431F-8A2C-93ABAAFB6A24}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runvx", "..\utilities\runvx\runvx.vcxproj", "{E14F83E9-2295-466C-9647-7BD0D03ECE4B}"
ProjectSection(ProjectDependencies) = postProject
{973F2004-2215-431F-8A2C-93ABAAFB6A24} = {973F2004-2215-431F-8A2C-93ABAAFB6A24}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24F44D6B-92FD-3080-AF31-693411708E82}.Debug|x64.ActiveCfg = Debug|x64
{24F44D6B-92FD-3080-AF31-693411708E82}.Debug|x64.Build.0 = Debug|x64
{24F44D6B-92FD-3080-AF31-693411708E82}.Debug|x86.ActiveCfg = Debug|x64
{24F44D6B-92FD-3080-AF31-693411708E82}.Release|x64.ActiveCfg = Release|x64
{24F44D6B-92FD-3080-AF31-693411708E82}.Release|x64.Build.0 = Release|x64
{24F44D6B-92FD-3080-AF31-693411708E82}.Release|x86.ActiveCfg = Release|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Debug|x64.ActiveCfg = Debug|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Debug|x64.Build.0 = Debug|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Debug|x86.ActiveCfg = Debug|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Release|x64.ActiveCfg = Release|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Release|x64.Build.0 = Release|x64
{973F2004-2215-431F-8A2C-93ABAAFB6A24}.Release|x86.ActiveCfg = Release|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Debug|x64.ActiveCfg = Debug|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Debug|x64.Build.0 = Debug|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Debug|x86.ActiveCfg = Debug|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Release|x64.ActiveCfg = Release|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Release|x64.Build.0 = Release|x64
{505373D1-F60A-43E5-B292-66FF4A646902}.Release|x86.ActiveCfg = Release|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Debug|x64.ActiveCfg = Debug|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Debug|x64.Build.0 = Debug|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Debug|x86.ActiveCfg = Debug|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Release|x64.ActiveCfg = Release|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Release|x64.Build.0 = Release|x64
{E14F83E9-2295-466C-9647-7BD0D03ECE4B}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F164F9CB-D02C-4BC0-9122-54E6CEA7DA72}
SolutionGuid = {3FB58533-A51A-34B5-ACE3-6B1BFD797DB1}
EndGlobalSection
EndGlobal