12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33530.505
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YOLOInstanceSegOutputPostProcessUtil", "..\..\AIModule\Common\UtilsLibs\YOLOInstanceSegOutputPostProcessUtil\YOLOInstanceSegOutputPostProcessUtil.vcxproj", "{8D185947-EDF4-45BA-A6A7-159EDC348B65}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YOLOInstanceSegProcessLib", "YOLOInstanceSegProcessLib\YOLOInstanceSegProcessLib.csproj", "{50196FB0-2C2E-44C7-91B8-9FEF5977128D}"
- ProjectSection(ProjectDependencies) = postProject
- {8D185947-EDF4-45BA-A6A7-159EDC348B65} = {8D185947-EDF4-45BA-A6A7-159EDC348B65}
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YOLOInstanceSegDemo", "YOLOInstanceSegDemo\YOLOInstanceSegDemo.csproj", "{BF9C559D-862E-499D-9ED8-1D466282D574}"
- ProjectSection(ProjectDependencies) = postProject
- {50196FB0-2C2E-44C7-91B8-9FEF5977128D} = {50196FB0-2C2E-44C7-91B8-9FEF5977128D}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Debug|x64.ActiveCfg = Debug|x64
- {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Debug|x64.Build.0 = Debug|x64
- {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Release|x64.ActiveCfg = Release|x64
- {8D185947-EDF4-45BA-A6A7-159EDC348B65}.Release|x64.Build.0 = Release|x64
- {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Debug|x64.ActiveCfg = Debug|x64
- {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Debug|x64.Build.0 = Debug|x64
- {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Release|x64.ActiveCfg = Release|x64
- {50196FB0-2C2E-44C7-91B8-9FEF5977128D}.Release|x64.Build.0 = Release|x64
- {BF9C559D-862E-499D-9ED8-1D466282D574}.Debug|x64.ActiveCfg = Debug|x64
- {BF9C559D-862E-499D-9ED8-1D466282D574}.Debug|x64.Build.0 = Debug|x64
- {BF9C559D-862E-499D-9ED8-1D466282D574}.Release|x64.ActiveCfg = Release|x64
- {BF9C559D-862E-499D-9ED8-1D466282D574}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C5044AAE-F528-4D66-89F3-264E387851D2}
- EndGlobalSection
- EndGlobal
|