-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathObjectDetection.sln
More file actions
24 lines (24 loc) · 1.06 KB
/
ObjectDetection.sln
File metadata and controls
24 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ObjectDetection", "ObjectDetection.vcxproj", "{4D400CBA-74A5-48B2-BE18-A8DB8477BC08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Release|ARM64 = Release|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D400CBA-74A5-48B2-BE18-A8DB8477BC08}.Debug|ARM64.ActiveCfg = Debug|ARM64
{4D400CBA-74A5-48B2-BE18-A8DB8477BC08}.Debug|ARM64.Build.0 = Debug|ARM64
{4D400CBA-74A5-48B2-BE18-A8DB8477BC08}.Release|ARM64.ActiveCfg = Release|ARM64
{4D400CBA-74A5-48B2-BE18-A8DB8477BC08}.Release|ARM64.Build.0 = Release|ARM64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {308BCC89-CC6D-455D-B293-40B64FAE6119}
EndGlobalSection
EndGlobal