-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEra8Bit.sln
43 lines (43 loc) · 2.64 KB
/
Era8Bit.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaetanoSoft.Utils.Library", "CaetanoSoft.Utils.Library\CaetanoSoft.Utils.Library.csproj", "{3AC82747-4FEC-4DEF-85CA-728D7565194A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaetanoSoft.Graphics.Library", "CaetanoSoft.Graphics.Library\CaetanoSoft.Graphics.Library.csproj", "{2813332C-C272-444F-B425-1215C5BEF3B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaetanoSoft.Era8bit.Library", "CaetanoSoft.Era8bit.Library\CaetanoSoft.Era8bit.Library.csproj", "{A605B2AE-CA82-414F-8BE9-8FD7422F8DBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DCK_InfoViewer", "DCK_InfoViewer\DCK_InfoViewer.csproj", "{830C4CE5-DCD4-4FE5-B00F-E25348B7D408}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AC82747-4FEC-4DEF-85CA-728D7565194A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AC82747-4FEC-4DEF-85CA-728D7565194A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AC82747-4FEC-4DEF-85CA-728D7565194A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AC82747-4FEC-4DEF-85CA-728D7565194A}.Release|Any CPU.Build.0 = Release|Any CPU
{2813332C-C272-444F-B425-1215C5BEF3B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2813332C-C272-444F-B425-1215C5BEF3B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2813332C-C272-444F-B425-1215C5BEF3B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2813332C-C272-444F-B425-1215C5BEF3B4}.Release|Any CPU.Build.0 = Release|Any CPU
{A605B2AE-CA82-414F-8BE9-8FD7422F8DBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A605B2AE-CA82-414F-8BE9-8FD7422F8DBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A605B2AE-CA82-414F-8BE9-8FD7422F8DBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A605B2AE-CA82-414F-8BE9-8FD7422F8DBF}.Release|Any CPU.Build.0 = Release|Any CPU
{830C4CE5-DCD4-4FE5-B00F-E25348B7D408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{830C4CE5-DCD4-4FE5-B00F-E25348B7D408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{830C4CE5-DCD4-4FE5-B00F-E25348B7D408}.Release|Any CPU.ActiveCfg = Release|Any CPU
{830C4CE5-DCD4-4FE5-B00F-E25348B7D408}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {29529357-926E-476F-A684-788F31ADA763}
EndGlobalSection
EndGlobal