Add migrations
This commit is contained in:
+17
-1
@@ -82,6 +82,15 @@
|
||||
<Compile Include="Entities\LeafInputStatusType.cs" />
|
||||
<Compile Include="Entities\LeafOutputFile.cs" />
|
||||
<Compile Include="Entities\PhotosynthesisType.cs" />
|
||||
<Compile Include="Migrations\201604151603282_InitialCreate.cs" />
|
||||
<Compile Include="Migrations\201604151603282_InitialCreate.Designer.cs">
|
||||
<DependentUpon>201604151603282_InitialCreate.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201605061427009_LeafInputUniqueToken.cs" />
|
||||
<Compile Include="Migrations\201605061427009_LeafInputUniqueToken.Designer.cs">
|
||||
<DependentUpon>201605061427009_LeafInputUniqueToken.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
||||
<Compile Include="Remote\IPiscalClient.cs" />
|
||||
<Compile Include="Entities\FluxnetSite.cs" />
|
||||
@@ -124,7 +133,14 @@
|
||||
<None Include="Remote\piscal_launcher.sh" />
|
||||
<None Include="Remote\piscal_manager.sh" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Migrations\201604151603282_InitialCreate.resx">
|
||||
<DependentUpon>201604151603282_InitialCreate.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201605061427009_LeafInputUniqueToken.resx">
|
||||
<DependentUpon>201605061427009_LeafInputUniqueToken.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.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user