Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <entityFramework>
  2. <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
  3. <parameters>
  4. <parameter value="v11.0" />
  5. </parameters>
  6. </defaultConnectionFactory>
  7. <providers>
  8. <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  9. </providers>
  10. </entityFramework>
  11.  
  12. if $(ConfigurationName) == Debug
  13. (
  14. copy $(SolutionDir)DBWrapperBinDebugEntityFramework.SqlServer.dll $(SolutionDir)IrregularVerbsBinDebug
  15. )
  16. else if $(ConfigurationName) == Release
  17. (
  18. copy $(SolutionDir)DBWrapperBinReleaseEntityFramework.SqlServer.dll $(SolutionDir)IrregularVerbsBinRelease
  19. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement