From 5ca1be20ddfa9c9a2cf4d400bc081dc8723a1aa1 Mon Sep 17 00:00:00 2001 From: Nguyen Duy Date: Tue, 5 Nov 2024 09:00:19 +0700 Subject: [PATCH] upgrade csproj to sdk-style --- app/ParsecVDisplay.csproj | 172 +++++++------------------------------- 1 file changed, 31 insertions(+), 141 deletions(-) diff --git a/app/ParsecVDisplay.csproj b/app/ParsecVDisplay.csproj index a6d0c80..aedb6c2 100644 --- a/app/ParsecVDisplay.csproj +++ b/app/ParsecVDisplay.csproj @@ -1,56 +1,43 @@ - - - + + - Debug - AnyCPU - {2D44934F-B4CF-4F2C-BD03-AE60B71AD045} - ParsecVDisplay - ParsecVDisplay - v4.7.2 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - true - - - Exe - AnyCPU - true - full - false - bin\ - DEBUG;TRACE + net472 + {2D44934F-B4CF-4F2C-BD03-AE60B71AD045} + true + true prompt - 4 false true + false - - WinExe - AnyCPU - pdbonly - true + + bin\ - TRACE - prompt - 4 - false - true - - - Resources\icon.ico - - - Properties\app.manifest - - + ParsecVDisplay + ParsecVDisplay ParsecVDisplay.Program - + + WinExe + + + Resources\icon.ico + Properties\app.manifest + AnyCPU + + + + + + + + + + + @@ -63,107 +50,10 @@ - - 4.0 - + - - - MSBuild:Compile - Designer - - - - Button.xaml - - - CloseButton.xaml - - - CustomPage.xaml - - - DisplayItem.xaml - - - - - - - - - - - - - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - MainWindow.xaml - Code - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - - - - - + \ No newline at end of file