1234567891011121314151617181920212223242526272829303132333435 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Express 2013 for Windows Desktop
- VisualStudioVersion = 12.0.30110.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openmsx", "openmsx.vcxproj", "{9563D96E-BBDC-410C-8BED-189102B0866F}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Debug|x64 = Debug|x64
- Developer|Win32 = Developer|Win32
- Developer|x64 = Developer|x64
- Release|Win32 = Release|Win32
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Debug|Win32.ActiveCfg = Debug|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Debug|Win32.Build.0 = Debug|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Debug|x64.ActiveCfg = Debug|x64
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Debug|x64.Build.0 = Debug|x64
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Developer|Win32.ActiveCfg = Developer|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Developer|Win32.Build.0 = Developer|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Developer|x64.ActiveCfg = Developer|x64
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Developer|x64.Build.0 = Developer|x64
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Release|Win32.ActiveCfg = Release|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Release|Win32.Build.0 = Release|Win32
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Release|x64.ActiveCfg = Release|x64
- {9563D96E-BBDC-410C-8BED-189102B0866F}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|