Add parsing for LeafInputData after retrieving CleanedInput files
This commit is contained in:
@@ -99,6 +99,10 @@
|
||||
<Compile Include="Migrations\201605161458209_LeafOutputFileType.Designer.cs">
|
||||
<DependentUpon>201605161458209_LeafOutputFileType.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201605191138068_LeafInputData.cs" />
|
||||
<Compile Include="Migrations\201605191138068_LeafInputData.Designer.cs">
|
||||
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
||||
<Compile Include="Remote\IPiscalClient.cs" />
|
||||
@@ -152,6 +156,9 @@
|
||||
<EmbeddedResource Include="Migrations\201605161458209_LeafOutputFileType.resx">
|
||||
<DependentUpon>201605161458209_LeafOutputFileType.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201605191138068_LeafInputData.resx">
|
||||
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
||||
Reference in New Issue
Block a user