52 lines
2.3 KiB
XML
52 lines
2.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<DotTraceAppDir Condition="'$(DotTraceAppDir)' == ''">$(HOME)/Applications/dotTrace.app/Contents/DotFiles</DotTraceAppDir>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="JetBrains.Platform.Core">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Platform.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Platform.Metadata">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Platform.Metadata.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Lifetimes">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Lifetimes.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Common.CallTreeStorage">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Common.CallTreeStorage.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Common.Util">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Common.Util.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Common.Util.Metadata">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Common.Util.Metadata.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.DotTrace.Dal">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Dal.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.DotTrace.Dal.Interface">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Dal.Interface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.DotTrace.Common.Dal.Interface">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Common.Dal.Interface.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.DotTrace.Common.Dal">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.Common.Dal.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.DotTrace.DataStructures">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.DotTrace.DataStructures.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Profiler.Snapshot">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Profiler.Snapshot.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="JetBrains.Profiler.Snapshot.Interface">
|
|
<HintPath>$(DotTraceAppDir)/JetBrains.Profiler.Snapshot.Interface.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project>
|