CntrlComparison parsing

This commit is contained in:
2015-12-04 10:15:51 -05:00
parent 4d46f206ac
commit 685e8c8658
39 changed files with 820 additions and 491 deletions
+17 -6
View File
@@ -43,24 +43,35 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Parsers\CntrlComparisonParserTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\LeafInputCsvParserTests.cs" />
<Compile Include="Parsers\LeafInputCsvParserTests.cs" />
<Compile Include="Parsers\CurveDataListTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<Content Include="Services\LeafInputData\LeafInput-valid.csv">
<Content Include="Parsers\LeafInputData\LeafInput-valid.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Services\LeafInputData\LeafInput-titlesRemoved.csv">
<Content Include="Parsers\LeafInputData\LeafInput-titlesRemoved.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Services\LeafInputData\LeafInput-incompleteRows.csv">
<Content Include="Parsers\LeafInputData\LeafInput-incompleteRows.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Services\LeafInputData\LeafInput-noData.csv">
<Content Include="Parsers\LeafInputData\LeafInput-noData.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Parsers\LeafInputData\LeafInput-tabSeparated.csv" />
<Content Include="Parsers\LeafOutputData\cntrlbestparameters_Wild Capsicum.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Parsers\LeafOutputData\cntrlcomparison_Wild Capsicum.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Parsers\LeafOutputData\cntrlparameters_Wild Capsicum.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="Services\LeafInputData\LeafInput-tabSeparated.csv" />
</ItemGroup>
<ItemGroup />
<ItemGroup>