Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8079887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T16:15:16+00:00 2026-06-05T16:15:16+00:00

I have a solution with 3 projects in it. I need to copy a

  • 0

I have a solution with 3 projects in it. I need to copy a view from one project to another. I’m able to copy the created DLL via post build events like so:

enter image description here

So i want to copy the file in project one ‘/Views/ModuleHome/Index.cshtml’ to a folder in project 2.
How do I copy file(s) to my desired project via post-build event? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T16:15:18+00:00Added an answer on June 5, 2026 at 4:15 pm
    xcopy "$(ProjectDir)Views\Home\Index.cshtml" "$(SolutionDir)MEFMVCPOC\Views\Home"
    

    and if you want to copy entire folders:

    xcopy /E /Y "$(ProjectDir)Views" "$(SolutionDir)MEFMVCPOC\Views"
    

    Update: here’s the working version

    xcopy "$(ProjectDir)Views\ModuleAHome\Index.cshtml" "$(SolutionDir)MEFMVCPOC\Views\ModuleAHome\" /Y /I
    

    Here are some commonly used switches with xcopy:

    • /I – treat as a directory if copying multiple files.
    • /Q – Do not display the files being copied.
    • /S – Copy subdirectories unless empty.
    • /E – Copy empty subdirectories.
    • /Y – Do not prompt for overwrite of existing files.
    • /R – Overwrite read-only files.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a solution with two projects. One for project for the production code
I have a solution containing a lot of projects and installer projects. One project
i have a big solution containing that much projects..i need to find a specific
I have a situation: In a single Solution I have two Projects. I need
Need to add two same name .csproj class libraries in my solution.Have two project
I have a solution with 3 projects.One of UI (contains web pages) and one
I have a .NET solution with an installer project that generates an MSI. One
I have a solution sln, with 50 projects (vbproj, csproj, and setup project). I
I have a Solution where one project is the business layer and the other
I currently have a solution with a couple of projects and one of them

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.