Split LeafOutputFile content into different table for performance
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
<Compile Include="Entities\LeafGasComparison.cs" />
|
||||
<Compile Include="Entities\LeafInputStatusType.cs" />
|
||||
<Compile Include="Entities\LeafOutputFile.cs" />
|
||||
<Compile Include="Entities\LeafOutputFileContents.cs" />
|
||||
<Compile Include="Entities\LeafOutputFileType.cs" />
|
||||
<Compile Include="Entities\PhotosynthesisType.cs" />
|
||||
<Compile Include="Migrations\201604151603282_InitialCreate.cs" />
|
||||
@@ -103,6 +104,10 @@
|
||||
<Compile Include="Migrations\201605191138068_LeafInputData.Designer.cs">
|
||||
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201605210257006_LeafOutputFileContents.cs" />
|
||||
<Compile Include="Migrations\201605210257006_LeafOutputFileContents.Designer.cs">
|
||||
<DependentUpon>201605210257006_LeafOutputFileContents.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
||||
<Compile Include="Remote\IPiscalClient.cs" />
|
||||
@@ -159,6 +164,9 @@
|
||||
<EmbeddedResource Include="Migrations\201605191138068_LeafInputData.resx">
|
||||
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201605210257006_LeafOutputFileContents.resx">
|
||||
<DependentUpon>201605210257006_LeafOutputFileContents.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