mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
b50af4ea74
Open "darknet.sln" in Visual Studio, then build it. Pthreads: https://sourceware.org/pub/pthreads-win32/dll-latest/
25 lines
1023 B
Plaintext
25 lines
1023 B
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio 14
|
|
VisualStudioVersion = 14.0.25420.1
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "darknet", "darknet\darknet.vcxproj", "{5BB8AB83-2693-3849-9607-2A3A9D920F31}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Release|x64 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{5BB8AB83-2693-3849-9607-2A3A9D920F31}.Debug|x64.ActiveCfg = Debug|x64
|
|
{5BB8AB83-2693-3849-9607-2A3A9D920F31}.Debug|x64.Build.0 = Debug|x64
|
|
{5BB8AB83-2693-3849-9607-2A3A9D920F31}.Release|x64.ActiveCfg = Release|x64
|
|
{5BB8AB83-2693-3849-9607-2A3A9D920F31}.Release|x64.Build.0 = Release|x64
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
Qt5Version = Qt-5.10.1-msvc2015-x64
|
|
EndGlobalSection
|
|
EndGlobal
|