MyNes_src/MyNes_src.sln
2024-07-03 18:15:19 +08:00

32 lines
1.5 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{FC328F71-323C-44DE-B663-5167E8064D8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyNes", "MyNes\MyNes.csproj", "{8EB48129-39CD-4013-BDB9-0F6EB894E130}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC328F71-323C-44DE-B663-5167E8064D8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC328F71-323C-44DE-B663-5167E8064D8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC328F71-323C-44DE-B663-5167E8064D8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC328F71-323C-44DE-B663-5167E8064D8F}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB48129-39CD-4013-BDB9-0F6EB894E130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB48129-39CD-4013-BDB9-0F6EB894E130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB48129-39CD-4013-BDB9-0F6EB894E130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB48129-39CD-4013-BDB9-0F6EB894E130}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE7BC087-DEA5-4812-81F4-2A95EEB3C91A}
EndGlobalSection
EndGlobal