Add migrations

This commit is contained in:
2016-05-06 11:18:09 -04:00
parent cf3a13b77b
commit 972bb04291
9 changed files with 497 additions and 1 deletions
+17 -1
View File
@@ -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.