1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-06-01 04:41:41 +00:00
emu6502/emu6502.sln
2019-04-14 12:37:17 +02:00

32 lines
1.4 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "emu6502", "emu6502.vcxproj", "{DA763E7C-CD88-4DE0-824E-39C7290F69E3}"
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
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Debug|x64.ActiveCfg = Debug|x64
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Debug|x64.Build.0 = Debug|x64
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Debug|x86.ActiveCfg = Debug|Win32
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Debug|x86.Build.0 = Debug|Win32
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Release|x64.ActiveCfg = Release|x64
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Release|x64.Build.0 = Release|x64
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Release|x86.ActiveCfg = Release|Win32
{DA763E7C-CD88-4DE0-824E-39C7290F69E3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {89958CA4-6874-4254-A138-B733DA389D80}
EndGlobalSection
EndGlobal