Created
September 12, 2016 14:14
-
-
Save rowellx68/2ddeac4db5cfe66655377105b905e89e to your computer and use it in GitHub Desktop.
Post-build event for Web project so no reference to EF in the project.
This file contains hidden or 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
del $(SolutionDir)$(ProjectName)\bin\EntityFramework.SqlServer.dll | |
copy $(SolutionDir)$(SolutionName).DAL\bin\$(ConfigurationName)\EntityFramework.SqlServer.dll $(SolutionDir)$(ProjectName)\bin\EntityFramework.SqlServer.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment