-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRefNES.sln
31 lines (31 loc) · 1.3 KB
/
RefNES.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "refNES", "RefNES\refNES.vcxproj", "{F1F60059-1254-41A6-A847-6E7C959A5E3B}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Test|Win32 = Test|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|Win32.ActiveCfg = Debug|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|Win32.Build.0 = Debug|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Release|Win32.ActiveCfg = Release|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Release|Win32.Build.0 = Release|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|Win32.ActiveCfg = Test|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|Win32.Build.0 = Test|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCC3C8A7-3A74-4206-BDE8-9CBEE5BAA286}
EndGlobalSection
EndGlobal