diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-09-20 13:57:22 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-09-20 13:57:22 +0300 |
| commit | 2ebd882d708fe4d78d985fcd5d318d8f1794eca9 (patch) | |
| tree | ec5bdecf3aae29f6949f483d3298d590f03c02d7 /Software/Visual_Studio/Tango.sln | |
| parent | a2c128c1c00ac74c9c1835a8581aa8f2c4123bde (diff) | |
| download | Tango-2ebd882d708fe4d78d985fcd5d318d8f1794eca9.tar.gz Tango-2ebd882d708fe4d78d985fcd5d318d8f1794eca9.zip | |
Added support for ColorLib 6.
Diffstat (limited to 'Software/Visual_Studio/Tango.sln')
| -rw-r--r-- | Software/Visual_Studio/Tango.sln | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.sln b/Software/Visual_Studio/Tango.sln index 2278bb67b..ef4e3dc1d 100644 --- a/Software/Visual_Studio/Tango.sln +++ b/Software/Visual_Studio/Tango.sln @@ -481,6 +481,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.PDF", "Tango.PDF\Tang EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tango.BulkEmailModifier.CLI", "Utilities\Tango.BulkEmailModifier.CLI\Tango.BulkEmailModifier.CLI.csproj", "{DA4FCA0B-E0EA-431F-B0CC-AA9B0A4C73C2}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tango.ColorLib_v6", "ColorLib\Tango.ColorLib_v6\Tango.ColorLib_v6.vcxproj", "{D74E49AA-4C6B-4427-BEFF-D7CE2690D059}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -4592,6 +4594,20 @@ Global {DA4FCA0B-E0EA-431F-B0CC-AA9B0A4C73C2}.Release|x64.Build.0 = Release|Any CPU {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|ARM.ActiveCfg = Debug|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|ARM64.ActiveCfg = Debug|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|x64.ActiveCfg = Debug|x64 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|x64.Build.0 = Debug|x64 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|x86.ActiveCfg = Debug|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Debug|x86.Build.0 = Debug|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|Any CPU.ActiveCfg = Release|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|ARM.ActiveCfg = Release|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|ARM64.ActiveCfg = Release|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|x64.ActiveCfg = Release|x64 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|x64.Build.0 = Release|x64 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|x86.ActiveCfg = Release|Win32 + {D74E49AA-4C6B-4427-BEFF-D7CE2690D059}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -4763,14 +4779,15 @@ Global {DBBD90F4-4135-475D-A8F8-6795D3A8F697} = {0048447D-1D94-4E60-9DAD-7349C777CB4E} {0F87D32E-B65F-4AE8-862C-29F4CCC38240} = {7181F9DE-0760-46B7-AD8F-BDBCAEDEF1B7} {DA4FCA0B-E0EA-431F-B0CC-AA9B0A4C73C2} = {5F6BBAA8-EAD0-4B18-97E5-55B4F56DD760} + {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 |
