-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgbboi-emu.sln
34 lines (34 loc) · 1.93 KB
/
gbboi-emu.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
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gbboi-emu", "gbboi-emu\gbboi-emu.csproj", "{3DEE9871-999B-4A70-B8A6-84360C67B67F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gbboi-emu.Tests", "gbboi-emu.Tests\gbboi-emu.Tests.csproj", "{067456C0-086C-46A8-B37F-1405717B7BFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gbboi-emu.Application", "gbboi-emu.Application\gbboi-emu.Application.csproj", "{7983BB0E-1833-4666-AAC4-DACCAD6290AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DEE9871-999B-4A70-B8A6-84360C67B67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DEE9871-999B-4A70-B8A6-84360C67B67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DEE9871-999B-4A70-B8A6-84360C67B67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DEE9871-999B-4A70-B8A6-84360C67B67F}.Release|Any CPU.Build.0 = Release|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{067456C0-086C-46A8-B37F-1405717B7BFC}.Release|Any CPU.Build.0 = Release|Any CPU
{7983BB0E-1833-4666-AAC4-DACCAD6290AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7983BB0E-1833-4666-AAC4-DACCAD6290AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7983BB0E-1833-4666-AAC4-DACCAD6290AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7983BB0E-1833-4666-AAC4-DACCAD6290AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal