Skip to content

Instantly share code, notes, and snippets.

@xiaomi7732
Created July 26, 2023 23:54
Show Gist options
  • Save xiaomi7732/5639a0b17adac3a4dc21bd95c2065486 to your computer and use it in GitHub Desktop.
Save xiaomi7732/5639a0b17adac3a4dc21bd95c2065486 to your computer and use it in GitHub Desktop.
Link a file in csproj for compiling

Needs to do this from time to time.

  <ItemGroup>
    <Compile Include="..\ServiceProfiler2\src\ServiceProfiler.Analysis.DataModels\Insights\InsightRecord.cs" Link="InsightRecord.cs" />
  </ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment