External database connected
This commit is contained in:
@ -185,6 +185,10 @@
|
||||
<Compile Include="Migrations\201901172234070_InitialModel.Designer.cs">
|
||||
<DependentUpon>201901172234070_InitialModel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.cs" />
|
||||
<Compile Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.Designer.cs">
|
||||
<DependentUpon>201901181614018_AddIsSubscribedToNewsLetter.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Models\AccountViewModels.cs" />
|
||||
<Compile Include="Models\Customer.cs" />
|
||||
@ -281,6 +285,9 @@
|
||||
<EmbeddedResource Include="Migrations\201901172234070_InitialModel.resx">
|
||||
<DependentUpon>201901172234070_InitialModel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201901181614018_AddIsSubscribedToNewsLetter.resx">
|
||||
<DependentUpon>201901181614018_AddIsSubscribedToNewsLetter.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
Reference in New Issue
Block a user