Skip to content

Commit

Permalink
Updated version to 2.5.2
Browse files Browse the repository at this point in the history
  - Updated from .NET 4.5 to .NET 4.8
  - Added handle type tracing to UI
  - Fixed bug which would let "Skip PDB" checkbox grayed out when remote trace control
    has set a non wpr based recording profile.
  • Loading branch information
Alois-xx committed May 8, 2024
1 parent f40bb15 commit 464fc6d
Show file tree
Hide file tree
Showing 8 changed files with 703 additions and 14 deletions.
3 changes: 2 additions & 1 deletion ETWController/ETWController.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<UseWPF>true</UseWPF>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net48</TargetFramework>
<OutputType>WinExe</OutputType>
<AppConfig>App.config</AppConfig>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<PlatformTarget>AnyCPU</PlatformTarget>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
<ApplicationIcon>ETWController.ico</ApplicationIcon>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
Loading

0 comments on commit 464fc6d

Please sign in to comment.