12345678910111213141516171819202122 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.28307.572
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaskRCNNCppUtils", "MaskRCNNCppUtils\MaskRCNNCppUtils.vcxproj", "{D08479BA-94AE-4DE8-8EA4-1AC9F40DAA45}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D08479BA-94AE-4DE8-8EA4-1AC9F40DAA45}.Release|x64.ActiveCfg = Release|x64
- {D08479BA-94AE-4DE8-8EA4-1AC9F40DAA45}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {31B59AF2-8822-4CF4-8105-D8D9D273689C}
- EndGlobalSection
- EndGlobal
|