-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRefNES.sln
More file actions
40 lines (40 loc) · 1.82 KB
/
RefNES.sln
File metadata and controls
40 lines (40 loc) · 1.82 KB
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
32
33
34
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "refNES", "RefNES\refNES.vcxproj", "{F1F60059-1254-41A6-A847-6E7C959A5E3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
Test|Win32 = Test|Win32
Test|x64 = Test|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|Win32.ActiveCfg = Release|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|Win32.Build.0 = Release|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|x64.ActiveCfg = Release|x64
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Debug|x64.Build.0 = Release|x64
{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}.Release|x64.ActiveCfg = Release|x64
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Release|x64.Build.0 = Release|x64
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|Win32.ActiveCfg = Test|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|Win32.Build.0 = Test|Win32
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|x64.ActiveCfg = Test|x64
{F1F60059-1254-41A6-A847-6E7C959A5E3B}.Test|x64.Build.0 = Test|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCC3C8A7-3A74-4206-BDE8-9CBEE5BAA286}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal