diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-28 00:55:44 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-12-28 00:55:44 +0200 |
| commit | c2064e58fd1923bf820e14afcd014036299336b9 (patch) | |
| tree | 69bb017eeccaac56954754870ff7eb62169a95b5 /Software/Visual_Studio/Tango.BL/Tango.BL.csproj | |
| parent | 7a0aa322afe6599f25d356c7f31403ef96cddde1 (diff) | |
| parent | 78e2602610d1712bf7dfac08d082a8467bcd0210 (diff) | |
| download | Tango-c2064e58fd1923bf820e14afcd014036299336b9.tar.gz Tango-c2064e58fd1923bf820e14afcd014036299336b9.zip | |
Merged csv to job importer branch.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Tango.BL.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Tango.BL.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj index 0fbf6c5ab..32b8d3c9b 100644 --- a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj +++ b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj @@ -428,6 +428,7 @@ <Compile Include="Enumerations\TangoUpdateStatuses.cs" /> <Compile Include="Enumerations\RmlQualifications.cs" /> <Compile Include="ExtensionMethods\ColorCatalogItemsExtensions.cs" /> + <Compile Include="Helpers\SegmentsCsvHelper.cs" /> <Compile Include="IObservableEntityDTO.cs" /> <Compile Include="ObservableDTOPropertyAttribute.cs" /> <Compile Include="ObservableEntityDTO.cs" /> @@ -610,6 +611,10 @@ <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project> <Name>Tango.Core</Name> </ProjectReference> + <ProjectReference Include="..\Tango.CSV\Tango.CSV.csproj"> + <Project>{58e8825f-0c96-449c-b320-1e82b0aa876b}</Project> + <Name>Tango.CSV</Name> + </ProjectReference> <ProjectReference Include="..\Tango.DAL.Remote\Tango.DAL.Remote.csproj"> <Project>{38197109-8610-4d3f-92b9-16d48df94d7c}</Project> <Name>Tango.DAL.Remote</Name> |
