Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Nov 9, 2023
1 parent 7ce344e commit e46cbe9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -10,11 +10,11 @@
<None Condition="'$(OS)' == 'Windows_NT'" Include="..\dependency-libs\TestApplication.ContinuousProfiler.NativeDep\bin\$(Configuration)\$(Platform)\TestApplication.ContinuousProfiler.NativeDep.dll" Link="TestApplication.ContinuousProfiler.NativeDep.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' " Include="..\dependency-libs\TestApplication.ContinuousProfiler.NativeDep\bin\$(Configuration)\$(Platform)\TestApplication.ContinuousProfiler.NativeDep.so" Link="TestApplication.ContinuousProfiler.NativeDep.so">
<None Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' " Include="..\dependency-libs\TestApplication.ContinuousProfiler.NativeDep\bin\TestApplication.ContinuousProfiler.NativeDep.so" Link="TestApplication.ContinuousProfiler.NativeDep.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>

<None Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' " Include="..\dependency-libs\TestApplication.ContinuousProfiler.NativeDep\bin\$(Configuration)\$(Platform)\TestApplication.ContinuousProfiler.NativeDep.dylib" Link="TestApplication.ContinuousProfiler.NativeDep.dylib">
<None Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' " Include="..\dependency-libs\TestApplication.ContinuousProfiler.NativeDep\bin\TestApplication.ContinuousProfiler.NativeDep.dylib" Link="TestApplication.ContinuousProfiler.NativeDep.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down

0 comments on commit e46cbe9

Please sign in to comment.