Move CsvIndexer and CsvParser to CsvLib project.

This commit is contained in:
2023-08-02 12:04:11 +02:00
parent ad511f87c1
commit fedee8a61e
8 changed files with 27 additions and 8 deletions

View File

@@ -64,9 +64,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Code\CsvIndexer.cs" />
<Compile Include="Code\CsvParser.cs" />
<Compile Include="Code\TrackingTextReader.cs" />
<Compile Include="UI\CTextBox.cs">
<SubType>Component</SubType>
</Compile>
@@ -102,6 +99,12 @@
<ItemGroup>
<Content Include="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="CsvLib\CsvLib.csproj">
<Project>{eb0fdb60-8b9d-401c-85a8-4cf4105d5063}</Project>
<Name>CsvLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.