Add output file type, collect all files
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\LeafOutputFileType.cs" />
|
||||
<Compile Include="Entities\PhotosynthesisType.cs" />
|
||||
<Compile Include="Migrations\201604151603282_InitialCreate.cs" />
|
||||
<Compile Include="Migrations\201604151603282_InitialCreate.Designer.cs">
|
||||
@@ -94,6 +95,10 @@
|
||||
<Compile Include="Migrations\201605061427009_LeafInputUniqueToken.Designer.cs">
|
||||
<DependentUpon>201605061427009_LeafInputUniqueToken.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201605161458209_LeafOutputFileType.cs" />
|
||||
<Compile Include="Migrations\201605161458209_LeafOutputFileType.Designer.cs">
|
||||
<DependentUpon>201605161458209_LeafOutputFileType.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
||||
<Compile Include="Remote\IPiscalClient.cs" />
|
||||
@@ -144,6 +149,9 @@
|
||||
<EmbeddedResource Include="Migrations\201605061427009_LeafInputUniqueToken.resx">
|
||||
<DependentUpon>201605061427009_LeafInputUniqueToken.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201605161458209_LeafOutputFileType.resx">
|
||||
<DependentUpon>201605161458209_LeafOutputFileType.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