12345678910111213141516171819202122232425262728293031323334 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.5.33516.290
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerveIdentificationDemo", "NerveIdentificationDemo\NerveIdentificationDemo.csproj", "{2B176594-C0A3-4304-AE89-8BE34141F094}"
- ProjectSection(ProjectDependencies) = postProject
- {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8} = {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerveIdentificationLib", "NerveIdentificationLib\NerveIdentificationLib.csproj", "{1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2B176594-C0A3-4304-AE89-8BE34141F094}.Debug|x64.ActiveCfg = Debug|x64
- {2B176594-C0A3-4304-AE89-8BE34141F094}.Debug|x64.Build.0 = Debug|x64
- {2B176594-C0A3-4304-AE89-8BE34141F094}.Release|x64.ActiveCfg = Release|x64
- {2B176594-C0A3-4304-AE89-8BE34141F094}.Release|x64.Build.0 = Release|x64
- {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Debug|x64.ActiveCfg = Debug|x64
- {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Debug|x64.Build.0 = Debug|x64
- {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Release|x64.ActiveCfg = Release|x64
- {1AC433C2-4A6A-40E3-8DAA-7C496A2F41D8}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {1DCC01BB-71A6-4A03-B9FC-CB2DC1831D75}
- EndGlobalSection
- EndGlobal
|