DEV Community

Discussion on: Upgrade a .Net Framework WPF Application to .Net Core 3.x

Collapse
 
chrismooney1 profile image
chrismooney1

You don't need to specify each file that you want to link, add
<Compile Include="..\**\*.cs" Link="%(RecursiveDir)%(FileName)"/>
to your project file to link all files in the other project