Skip to content

Commit

Permalink
Updated HelloWorld.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
clibequilibrium committed Oct 22, 2023
1 parent 90c362e commit 267aa22
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/cs/samples/HelloWorld/HelloWorld.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\production\Tracy\Tracy.csproj" />
</ItemGroup>

<!-- Dynamic link libraries -->
<ItemGroup>
<Content Include="..\..\..\..\lib\TracyClient.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>TracyClient.dll</TargetPath>
</Content>
<PackageReference Include="Tracy-CSharp-On-Demand" Version="2023.10.22" />
</ItemGroup>

</Project>

0 comments on commit 267aa22

Please sign in to comment.