-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLDPlayer.Console.sln
31 lines (31 loc) · 1.6 KB
/
LDPlayer.Console.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 Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LDPlayer.Console", "LDPlayer.Console\LDPlayer.Console.csproj", "{5BCC641B-097E-4112-A02F-11A1B29D2E71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LDPlayer.Console.Tests", "LDPlayer.Console.Tests\LDPlayer.Console.Tests.csproj", "{F505A88B-27F7-4CE3-9FBC-67CA4AEA6992}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BCC641B-097E-4112-A02F-11A1B29D2E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BCC641B-097E-4112-A02F-11A1B29D2E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BCC641B-097E-4112-A02F-11A1B29D2E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BCC641B-097E-4112-A02F-11A1B29D2E71}.Release|Any CPU.Build.0 = Release|Any CPU
{F505A88B-27F7-4CE3-9FBC-67CA4AEA6992}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F505A88B-27F7-4CE3-9FBC-67CA4AEA6992}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F505A88B-27F7-4CE3-9FBC-67CA4AEA6992}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F505A88B-27F7-4CE3-9FBC-67CA4AEA6992}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F9F6AB0-687E-4112-9A92-380B6EE54762}
EndGlobalSection
EndGlobal