Skip to content

Instantly share code, notes, and snippets.

@rowellx68
Created September 12, 2016 14:14
Show Gist options
  • Save rowellx68/2ddeac4db5cfe66655377105b905e89e to your computer and use it in GitHub Desktop.
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.
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