Add priority
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
<Compile Include="Entities\LeafGasComparisonPhotosyntheticInfo.cs" />
|
||||
<Compile Include="Entities\LeafGasComparisonFittingInfo.cs" />
|
||||
<Compile Include="Entities\LeafGasComparison.cs" />
|
||||
<Compile Include="Entities\Priority.cs" />
|
||||
<Compile Include="Entities\LeafInputStatusType.cs" />
|
||||
<Compile Include="Entities\LeafOutputFile.cs" />
|
||||
<Compile Include="Entities\LeafOutputFileContents.cs" />
|
||||
@@ -112,6 +113,10 @@
|
||||
<Compile Include="Migrations\201605210257006_LeafOutputFileContents.Designer.cs">
|
||||
<DependentUpon>201605210257006_LeafOutputFileContents.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201701311417095_PendingPriority.cs" />
|
||||
<Compile Include="Migrations\201701311417095_PendingPriority.Designer.cs">
|
||||
<DependentUpon>201701311417095_PendingPriority.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
||||
<Compile Include="Remote\IPiscalClient.cs" />
|
||||
@@ -172,6 +177,9 @@
|
||||
<EmbeddedResource Include="Migrations\201605210257006_LeafOutputFileContents.resx">
|
||||
<DependentUpon>201605210257006_LeafOutputFileContents.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201701311417095_PendingPriority.resx">
|
||||
<DependentUpon>201701311417095_PendingPriority.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
|
||||
|
||||
Reference in New Issue
Block a user