Skip to content

Commit

Permalink
Merge pull request #1 from yeurch/master
Browse files Browse the repository at this point in the history
Fixed build by finalizing removal of SeedMyThings from EFDataLayer assembly
  • Loading branch information
julielerman committed Aug 28, 2013
2 parents 31a423d + 08d7cca commit 6879c18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="SeedMyThings.cs" />
<Compile Include="ThingieContext.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions PrivateConstructorSettersAndEF/TestProject/Tests.cs
Expand Up @@ -4,6 +4,7 @@
using EFDataLayer;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using PrivateConstructorSettersAndEF;
using IntegrationTestHelpers;

namespace TestProject
{
Expand Down

0 comments on commit 6879c18

Please sign in to comment.