CntrlComparison parsing
This commit is contained in:
+14
-4
@@ -56,16 +56,26 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Models\CntrlComparison.cs" />
|
||||
<Compile Include="Models\CntrlComparisonFittingInfo.cs" />
|
||||
<Compile Include="Models\CntrlComparisonPhotosyntheticInfo.cs" />
|
||||
<Compile Include="Charter\CurveDataList.cs" />
|
||||
<Compile Include="Charter\CurveData.cs" />
|
||||
<Compile Include="Charter\CurveParamSet.cs" />
|
||||
<Compile Include="Models\LeafInput.cs" />
|
||||
<Compile Include="Models\LeafInputData.cs" />
|
||||
<Compile Include="Models\LeafInputFile.cs" />
|
||||
<Compile Include="Models\LeafInputPhotosynthetic.cs" />
|
||||
<Compile Include="Models\LeafInputSite.cs" />
|
||||
<Compile Include="Charter\XYPoint.cs" />
|
||||
<Compile Include="Utility\BoolTypeConverter.cs" />
|
||||
<Compile Include="Parsers\CntrlComparisonParser.cs" />
|
||||
<Compile Include="Parsers\CsvParserBase.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Services\ParseInfoAttribute.cs" />
|
||||
<Compile Include="Services\LeafInputCsvParser.cs" />
|
||||
<Compile Include="Services\ParsedObjectFactory.cs" />
|
||||
<Compile Include="Services\ParseException.cs" />
|
||||
<Compile Include="Utility\ParseInfoAttribute.cs" />
|
||||
<Compile Include="Parsers\LeafInputCsvParser.cs" />
|
||||
<Compile Include="Utility\ParsedObjectFactory.cs" />
|
||||
<Compile Include="Utility\ParseException.cs" />
|
||||
<Compile Include="Utility\StringExtensions.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user