In which project should I place read models in ddd with event sourcing architecture?

I know this is the group of product EventStore but may I ask one question?

In typical DDD architecture we have 3 projects:

Domain - no references

Application - it has reference to Domain project

Infrastructure - it has reference to Domain project

(+ Web / UI project)

Domain models are of course in Domain project. But in which project should go read models (projections) for read database, for example MongoDb?