12345678910111213141516171819202122232425262728293031323334 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33414.496
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbdomenFatLayerDisplayDemo", "AbdomenFatLayerDisplayDemo\AbdomenFatLayerDisplayDemo.csproj", "{EBD43765-5D47-4213-8A47-175FD1ED8E4B}"
- ProjectSection(ProjectDependencies) = postProject
- {41D92429-9063-4985-95FB-D9511338F793} = {41D92429-9063-4985-95FB-D9511338F793}
- EndProjectSection
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbdomenFatLayerDisplayLib", "AbdomenFatLayerDisplayLib\AbdomenFatLayerDisplayLib.csproj", "{41D92429-9063-4985-95FB-D9511338F793}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {EBD43765-5D47-4213-8A47-175FD1ED8E4B}.Debug|x64.ActiveCfg = Debug|x64
- {EBD43765-5D47-4213-8A47-175FD1ED8E4B}.Debug|x64.Build.0 = Debug|x64
- {EBD43765-5D47-4213-8A47-175FD1ED8E4B}.Release|x64.ActiveCfg = Release|x64
- {EBD43765-5D47-4213-8A47-175FD1ED8E4B}.Release|x64.Build.0 = Release|x64
- {41D92429-9063-4985-95FB-D9511338F793}.Debug|x64.ActiveCfg = Debug|x64
- {41D92429-9063-4985-95FB-D9511338F793}.Debug|x64.Build.0 = Debug|x64
- {41D92429-9063-4985-95FB-D9511338F793}.Release|x64.ActiveCfg = Release|x64
- {41D92429-9063-4985-95FB-D9511338F793}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C369D074-6020-401F-9617-1B475007195A}
- EndGlobalSection
- EndGlobal
|