-
Notifications
You must be signed in to change notification settings - Fork 1
/
LotusNES.sln
40 lines (40 loc) · 2.17 KB
/
LotusNES.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
35
36
37
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LotusNES.NetPlayClient", "LotusNES.NetPlayClient\LotusNES.NetPlayClient.csproj", "{FF46C2CE-6D61-4586-B958-4F86B539FA7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LotusNES.Core", "LotusNES.Core\LotusNES.Core.csproj", "{5AC05ED7-16A2-4BFA-89E2-DB2C0C8698E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LotusNES.Frontend", "LotusNES.Frontend\LotusNES.Frontend.csproj", "{7FEB4942-F014-4BC8-B475-E9FDD1658E86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF46C2CE-6D61-4586-B958-4F86B539FA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF46C2CE-6D61-4586-B958-4F86B539FA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF46C2CE-6D61-4586-B958-4F86B539FA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF46C2CE-6D61-4586-B958-4F86B539FA7B}.Release|Any CPU.Build.0 = Release|Any CPU
{5AC05ED7-16A2-4BFA-89E2-DB2C0C8698E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AC05ED7-16A2-4BFA-89E2-DB2C0C8698E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AC05ED7-16A2-4BFA-89E2-DB2C0C8698E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AC05ED7-16A2-4BFA-89E2-DB2C0C8698E1}.Release|Any CPU.Build.0 = Release|Any CPU
{7FEB4942-F014-4BC8-B475-E9FDD1658E86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FEB4942-F014-4BC8-B475-E9FDD1658E86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FEB4942-F014-4BC8-B475-E9FDD1658E86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FEB4942-F014-4BC8-B475-E9FDD1658E86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6F828BD3-4B9A-45E2-A5D2-68F4EC5B66EE}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal