@@ -53,7 +53,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestDeconvolution", "tests\
53
53
EndProject
54
54
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "TestDeconvolutionDepthWise" , "tests\tests\TestDeconvolutionDepthWise\TestDeconvolutionDepthWise.csproj" , "{942FB51E-24DD-43FE-964C-8A72DB573DD3}"
55
55
EndProject
56
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "NcnnDotNet.Tests" , "tests\NcnnDotNet.Tests\NcnnDotNet.Tests.csproj" , "{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2}"
56
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "NcnnDotNet.Tests" , "tests\NcnnDotNet.Tests\NcnnDotNet.Tests.csproj" , "{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2}"
57
+ EndProject
58
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "YoloV5" , "examples\YoloV5\YoloV5.csproj" , "{D1B00D23-B0AA-45B4-B222-73587BA15E1E}"
59
+ EndProject
60
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SCRFD " , "examples\SCRFD\SCRFD .csproj" , "{6180B1EC-0A2F-428B-8F0B-F0E115312DA2}"
57
61
EndProject
58
62
Global
59
63
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -149,6 +153,14 @@ Global
149
153
{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2} .Debug| Any CPU .Build .0 = Debug| Any CPU
150
154
{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2} .Release| Any CPU .ActiveCfg = Release| Any CPU
151
155
{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2} .Release| Any CPU .Build .0 = Release| Any CPU
156
+ {D1B00D23-B0AA-45B4-B222-73587BA15E1E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
157
+ {D1B00D23-B0AA-45B4-B222-73587BA15E1E} .Debug| Any CPU .Build .0 = Debug| Any CPU
158
+ {D1B00D23-B0AA-45B4-B222-73587BA15E1E} .Release| Any CPU .ActiveCfg = Release| Any CPU
159
+ {D1B00D23-B0AA-45B4-B222-73587BA15E1E} .Release| Any CPU .Build .0 = Release| Any CPU
160
+ {6180B1EC-0A2F-428B-8F0B-F0E115312DA2} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
161
+ {6180B1EC-0A2F-428B-8F0B-F0E115312DA2} .Debug| Any CPU .Build .0 = Debug| Any CPU
162
+ {6180B1EC-0A2F-428B-8F0B-F0E115312DA2} .Release| Any CPU .ActiveCfg = Release| Any CPU
163
+ {6180B1EC-0A2F-428B-8F0B-F0E115312DA2} .Release| Any CPU .Build .0 = Release| Any CPU
152
164
EndGlobalSection
153
165
GlobalSection (SolutionProperties ) = preSolution
154
166
HideSolutionNode = FALSE
@@ -176,6 +188,8 @@ Global
176
188
{516226CF-57D7-4797-8DC0-74C9832E685C} = {43124B0A-942F-479D-B5AF-B928D6FD59D7}
177
189
{942FB51E-24DD-43FE-964C-8A72DB573DD3} = {43124B0A-942F-479D-B5AF-B928D6FD59D7}
178
190
{26CC3A91-3ADE-4EB7-A55F-61BD8E9A98A2} = {43124B0A-942F-479D-B5AF-B928D6FD59D7}
191
+ {D1B00D23-B0AA-45B4-B222-73587BA15E1E} = {65E02C5F-4C5C-4444-AC3C-63CBBE76C4B5}
192
+ {6180B1EC-0A2F-428B-8F0B-F0E115312DA2} = {65E02C5F-4C5C-4444-AC3C-63CBBE76C4B5}
179
193
EndGlobalSection
180
194
GlobalSection (ExtensibilityGlobals ) = postSolution
181
195
SolutionGuid = {C7789377-10BC-434A-87CC-8001AE7F93C6}
0 commit comments