12345678910111213141516171819202122232425262728293031323334 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33530.505
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaskPostProcessTest", "MaskPostProcessTest\MaskPostProcessTest.csproj", "{C028F0B4-6F0C-469D-9437-AFD677A2A3B8}"
- ProjectSection(ProjectDependencies) = postProject
- {76892CE4-BC13-4853-B4C4-ADA5901A1E9A} = {76892CE4-BC13-4853-B4C4-ADA5901A1E9A}
- EndProjectSection
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaskProcessUtilsCvCore", "..\..\AIModule\Common\UtilsLibs\MaskProcessUtilsCvCore\MaskProcessUtilsCvCore.vcxproj", "{76892CE4-BC13-4853-B4C4-ADA5901A1E9A}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {C028F0B4-6F0C-469D-9437-AFD677A2A3B8}.Debug|x64.ActiveCfg = Debug|x64
- {C028F0B4-6F0C-469D-9437-AFD677A2A3B8}.Debug|x64.Build.0 = Debug|x64
- {C028F0B4-6F0C-469D-9437-AFD677A2A3B8}.Release|x64.ActiveCfg = Release|x64
- {C028F0B4-6F0C-469D-9437-AFD677A2A3B8}.Release|x64.Build.0 = Release|x64
- {76892CE4-BC13-4853-B4C4-ADA5901A1E9A}.Debug|x64.ActiveCfg = Debug|x64
- {76892CE4-BC13-4853-B4C4-ADA5901A1E9A}.Debug|x64.Build.0 = Debug|x64
- {76892CE4-BC13-4853-B4C4-ADA5901A1E9A}.Release|x64.ActiveCfg = Release|x64
- {76892CE4-BC13-4853-B4C4-ADA5901A1E9A}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {8D92FD15-FCB0-4925-9B0E-AE42526D6054}
- EndGlobalSection
- EndGlobal
|