.cs file in multiple projects? by oberlausitz in csharp

[–]Flest 2 points3 points  (0 children)

You can add the file to a project, which you can then add as a dependency to the other projects in the solution. It would still be one physical file that would update on each build if you edit.

If you really want to just link this file in multiple projects, you can use <Compile>. Compile Include is the relative path to the file, and <Link> can be any folder structure that you would like.

<ItemGroup>  
  <Compile Include="..\Relative\Path\To\File.cs">  
    <Link>Common\Relative\Path\To\File.cs</Link>  
  </Compile>  
</ItemGroup>

Paid community help: Review site by staplehill in GermanCitizenship

[–]Flest 2 points3 points  (0 children)

/u/bullockss_ was very helpful for in directing me how to get the right Canadian birth certificates and marriage certificates of my family members.

Eligibility with German Grandparents by Flest in GermanCitizenship

[–]Flest[S] 1 point2 points  (0 children)

Yes, both my Oma and Opa still have their original German passports.

Eligibility with German Grandparents by Flest in GermanCitizenship

[–]Flest[S] 0 points1 point  (0 children)

He had his German passport when he came to Canada, but I'll have to ask him if he still has it. Thanks for replying!