Create a first migration
This commit is contained in:
@@ -332,7 +332,7 @@
|
||||
<Compile Include="App_Start\EFConfig.cs" />
|
||||
<Compile Include="App_Start\FilterConfig.cs" />
|
||||
<Compile Include="App_Start\RouteConfig.cs" />
|
||||
<Compile Include="App_Start\SeedData.cs" />
|
||||
<Compile Include="Migrations\SeedData.cs" />
|
||||
<Compile Include="App_Start\Startup.cs" />
|
||||
<Compile Include="App_Start\StructureMapConfig.cs" />
|
||||
<Compile Include="Attributes\ActionLogAttribute.cs" />
|
||||
@@ -362,6 +362,10 @@
|
||||
<Compile Include="Helpers\UIRatingTag.cs" />
|
||||
<Compile Include="Identity\ApplicationUserManager.cs" />
|
||||
<Compile Include="Identity\AspNetIdentityRegistry.cs" />
|
||||
<Compile Include="Migrations\201609201242047_Initial.cs" />
|
||||
<Compile Include="Migrations\201609201242047_Initial.Designer.cs">
|
||||
<DependentUpon>201609201242047_Initial.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Models\DateRangeQuery.cs" />
|
||||
<Compile Include="Models\DistributionReport.cs" />
|
||||
@@ -369,6 +373,9 @@
|
||||
<Compile Include="Models\InventoryAddForm.cs" />
|
||||
<Compile Include="Models\InventoryQuantityForm.cs" />
|
||||
<Compile Include="Models\InventoryRemoveForm.cs" />
|
||||
<Compile Include="Models\InventoryReportItem.cs" />
|
||||
<Compile Include="Models\InventoryTypeReport.cs" />
|
||||
<Compile Include="Models\InventoryTypeReportItem.cs" />
|
||||
<Compile Include="Models\InventoryTypeViewModel.cs" />
|
||||
<Compile Include="Models\InventoryViewModel.cs" />
|
||||
<Compile Include="Models\LoginForm.cs" />
|
||||
@@ -411,7 +418,11 @@
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Migrations\201609201242047_Initial.resx">
|
||||
<DependentUpon>201609201242047_Initial.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
||||
Reference in New Issue
Block a user