diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-05 11:26:01 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-07-05 11:26:01 +0300 |
| commit | 3ac0c04e830c7199039979bff44d96a88cd9cc51 (patch) | |
| tree | 018c60565e3414d87bc8309b3382d85b6eb5a076 /Software/Visual_Studio/Tango.BL/Tango.BL.csproj | |
| parent | 22dd2a3dea15628a9242cb585d615b9b2e4e5422 (diff) | |
| download | Tango-3ac0c04e830c7199039979bff44d96a88cd9cc51.tar.gz Tango-3ac0c04e830c7199039979bff44d96a88cd9cc51.zip | |
Fixed RGB to LAB conversion using Colorful.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Tango.BL.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Tango.BL.csproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj index b036df6dd..b7341d589 100644 --- a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj +++ b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj @@ -450,6 +450,7 @@ <Compile Include="Enumerations\TangoUpdateStatuses.cs" /> <Compile Include="Enumerations\RmlQualifications.cs" /> <Compile Include="ExtensionMethods\ColorCatalogItemsExtensions.cs" /> + <Compile Include="ExtensionMethods\ColorMineExtensions.cs" /> <Compile Include="Helpers\EventTypeTextConverter.cs" /> <Compile Include="Helpers\SegmentsCsvHelper.cs" /> <Compile Include="IObservableEntityDTO.cs" /> @@ -622,6 +623,10 @@ </None> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\..\..\..\..\Users\Roy\Desktop\Colourful-master\src\Colourful\Colourful.csproj"> + <Project>{1254c6b8-dedb-45f9-a880-04556ea1aa1c}</Project> + <Name>Colourful</Name> + </ProjectReference> <ProjectReference Include="..\DataStore\Tango.DataStore\Tango.DataStore.csproj"> <Project>{e0364dfa-0721-4637-9d32-9d22aac109d6}</Project> <Name>Tango.DataStore</Name> @@ -674,7 +679,7 @@ </Target> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
