NerveIdentification.sln 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33516.290
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerveIdentificationDemo", "NerveIdentificationDemo\NerveIdentificationDemo.csproj", "{2B176594-C0A3-4304-AE89-8BE34141F094}"
  7. ProjectSection(ProjectDependencies) = postProject
  8. {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8} = {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}
  9. EndProjectSection
  10. EndProject
  11. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerveIdentificationLib", "NerveIdentificationLib\NerveIdentificationLib.csproj", "{1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}"
  12. EndProject
  13. Global
  14. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  15. Debug|x64 = Debug|x64
  16. Release|x64 = Release|x64
  17. EndGlobalSection
  18. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  19. {2B176594-C0A3-4304-AE89-8BE34141F094}.Debug|x64.ActiveCfg = Debug|x64
  20. {2B176594-C0A3-4304-AE89-8BE34141F094}.Debug|x64.Build.0 = Debug|x64
  21. {2B176594-C0A3-4304-AE89-8BE34141F094}.Release|x64.ActiveCfg = Release|x64
  22. {2B176594-C0A3-4304-AE89-8BE34141F094}.Release|x64.Build.0 = Release|x64
  23. {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Debug|x64.ActiveCfg = Debug|x64
  24. {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Debug|x64.Build.0 = Debug|x64
  25. {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Release|x64.ActiveCfg = Release|x64
  26. {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Release|x64.Build.0 = Release|x64
  27. EndGlobalSection
  28. GlobalSection(SolutionProperties) = preSolution
  29. HideSolutionNode = FALSE
  30. EndGlobalSection
  31. GlobalSection(ExtensibilityGlobals) = postSolution
  32. SolutionGuid = {1DCC01BB-71A6-4A03-B9FC-CB2DC1831D75}
  33. EndGlobalSection
  34. EndGlobal