1234567891011121314151617181920212223242526272829303132333435363738394041 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.11.35312.102
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "proc_Y", "proc_Y\proc_Y.vcxproj", "{36F250D3-4696-44FE-801F-51F552782B04}"
- EndProject
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "child", "child\child.vcxproj", "{51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {36F250D3-4696-44FE-801F-51F552782B04}.Debug|x64.ActiveCfg = Debug|x64
- {36F250D3-4696-44FE-801F-51F552782B04}.Debug|x64.Build.0 = Debug|x64
- {36F250D3-4696-44FE-801F-51F552782B04}.Debug|x86.ActiveCfg = Debug|Win32
- {36F250D3-4696-44FE-801F-51F552782B04}.Debug|x86.Build.0 = Debug|Win32
- {36F250D3-4696-44FE-801F-51F552782B04}.Release|x64.ActiveCfg = Release|x64
- {36F250D3-4696-44FE-801F-51F552782B04}.Release|x64.Build.0 = Release|x64
- {36F250D3-4696-44FE-801F-51F552782B04}.Release|x86.ActiveCfg = Release|Win32
- {36F250D3-4696-44FE-801F-51F552782B04}.Release|x86.Build.0 = Release|Win32
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Debug|x64.ActiveCfg = Debug|x64
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Debug|x64.Build.0 = Debug|x64
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Debug|x86.ActiveCfg = Debug|Win32
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Debug|x86.Build.0 = Debug|Win32
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Release|x64.ActiveCfg = Release|x64
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Release|x64.Build.0 = Release|x64
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Release|x86.ActiveCfg = Release|Win32
- {51F619BF-7FD0-42C3-8DF0-A9FD4C7CB5C3}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {8E24BB91-85F9-4435-996E-832B75EE88A6}
- EndGlobalSection
- EndGlobal
|