-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathTrueColorConsole.sln
More file actions
34 lines (34 loc) · 1.68 KB
/
TrueColorConsole.sln
File metadata and controls
34 lines (34 loc) · 1.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrueColorConsole", "TrueColorConsole\TrueColorConsole.csproj", "{686E75C7-3177-4AD8-BFFD-EF4F0722E4ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrueColorConsoleApp", "TrueColorConsoleApp\TrueColorConsoleApp.csproj", "{6035F1D9-AA28-46F6-A125-72FD09F1CE0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{686E75C7-3177-4AD8-BFFD-EF4F0722E4ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{686E75C7-3177-4AD8-BFFD-EF4F0722E4ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{686E75C7-3177-4AD8-BFFD-EF4F0722E4ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{686E75C7-3177-4AD8-BFFD-EF4F0722E4ED}.Release|Any CPU.Build.0 = Release|Any CPU
{6035F1D9-AA28-46F6-A125-72FD09F1CE0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6035F1D9-AA28-46F6-A125-72FD09F1CE0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6035F1D9-AA28-46F6-A125-72FD09F1CE0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6035F1D9-AA28-46F6-A125-72FD09F1CE0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E34E6E93-9B3C-4BE6-8251-B8C44415E494}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal