diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-03 03:23:37 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-03 03:23:37 +0200 |
| commit | b461a5e1eb1f2fb72bcfdac94aa13d3f6485d401 (patch) | |
| tree | 5b5264a8696de2c171a0ee54b044425d9adde4d3 | |
| parent | 60e3fd22b8e89091fa5426a5b4d156de901b1f7c (diff) | |
| download | Tango-b461a5e1eb1f2fb72bcfdac94aa13d3f6485d401.tar.gz Tango-b461a5e1eb1f2fb72bcfdac94aa13d3f6485d401.zip | |
Add ColorLib6 to Debug build onfig.
| -rw-r--r-- | Software/Visual_Studio/Tango.sln | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.sln b/Software/Visual_Studio/Tango.sln index 647c6f5f8..03bcbcb97 100644 --- a/Software/Visual_Studio/Tango.sln +++ b/Software/Visual_Studio/Tango.sln @@ -4595,6 +4595,7 @@ Global {DA4FCA0B-E0EA-431F-B0CC-AA9B0A4C73C2}.Release|x86.ActiveCfg = Release|Any CPU {DA4FCA0B-E0EA-431F-B0CC-AA9B0A4C73C2}.Release|x86.Build.0 = Release|Any CPU {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|Any CPU.Build.0 = Debug|Win32 {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|ARM.ActiveCfg = Debug|Win32 {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|ARM64.ActiveCfg = Debug|Win32 {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|x64.ActiveCfg = Debug|x64 @@ -4783,12 +4784,12 @@ Global {D74E49AA-4C6B-4427-BEFF-D7CE2690D059} = {7181F9DE-0760-46B7-AD8F-BDBCAEDEF1B7} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {7986F7F4-A86A-4994-B1B6-0988D7F057B6} - BuildVersion_BuildVersioningStyle = None.None.Increment.DeltaBaseYearDayOfYear - BuildVersion_UpdateAssemblyVersion = True - BuildVersion_UpdateFileVersion = False - BuildVersion_StartDate = 2000/1/1 - BuildVersion_AssemblyInfoFilename = Properties\AssemblyInfo.cs BuildVersion_UseGlobalSettings = False + BuildVersion_AssemblyInfoFilename = Properties\AssemblyInfo.cs + BuildVersion_StartDate = 2000/1/1 + BuildVersion_UpdateFileVersion = False + BuildVersion_UpdateAssemblyVersion = True + BuildVersion_BuildVersioningStyle = None.None.Increment.DeltaBaseYearDayOfYear + SolutionGuid = {7986F7F4-A86A-4994-B1B6-0988D7F057B6} EndGlobalSection EndGlobal |
