-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part of #231
- Loading branch information
Showing
15 changed files
with
40 additions
and
1,915 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 0 additions & 40 deletions
40
src/EntityFramework.PowerShell/ConnectionFactoryConfig/InitializeEntityFrameworkCommand.cs
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
src/EntityFramework.PowerShell/ConnectionFactoryConfig/ReferenceRemover.cs
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
src/EntityFramework.PowerShell/ConnectionFactoryConfig/RegistryKeyProxy.cs
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
src/EntityFramework.PowerShell/ConnectionFactoryConfig/ServiceControllerProxy.cs
This file was deleted.
Oops, something went wrong.
138 changes: 0 additions & 138 deletions
138
src/EntityFramework.PowerShell/ConnectionFactoryConfig/SqlServerDetector.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/NuGet/EntityFramework/content/net40/App.config.install.xdt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<configSections> | ||
<section name="entityFramework" xdt:Transform="Remove" xdt:Locator="Match(name)" /> | ||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" xdt:Transform="Insert" xdt:Locator="Match(name)" /> | ||
</configSections> | ||
</configuration> |
Oops, something went wrong.