From 03023c04fc8bbb6fddf271d5bbf49030016a1d91 Mon Sep 17 00:00:00 2001 From: Computer Idiot Date: Mon, 15 Aug 2022 21:33:06 +0800 Subject: [PATCH] Upgrade to SDK-style project format with .NET Upgrade Assistant --- v2rayN/v2rayN/v2rayN.csproj | 400 +----------------------- v2rayN/v2rayUpgrade/v2rayUpgrade.csproj | 83 +---- 2 files changed, 20 insertions(+), 463 deletions(-) diff --git a/v2rayN/v2rayN/v2rayN.csproj b/v2rayN/v2rayN/v2rayN.csproj index 0cf80f9c..d78833cc 100644 --- a/v2rayN/v2rayN/v2rayN.csproj +++ b/v2rayN/v2rayN/v2rayN.csproj @@ -1,21 +1,9 @@ - - - + + net48 preview - Debug - AnyCPU - {0A9785E6-D256-4B73-9757-4EF59955FD1E} WinExe - Properties - v2rayN - v2rayN - v4.8 - 512 - false - - 发布\ true Disk @@ -31,27 +19,12 @@ false true true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false + false + true + true - AnyCPU none - true - bin\Release\ - TRACE - prompt - 4 - false v2rayN.ico @@ -68,352 +41,40 @@ false - LocalIntranet - - v2rayN.Program - - true - - - - - - - - - - - - - + Component - - Form - - - BaseServerForm.cs - - + UserControl - - MainMsgControl.cs - - - Form - - - MsgFilterSetForm.cs - - - Form - - - RoutingRuleSettingDetailsForm.cs - - - Form - - - GlobalHotkeySettingForm.cs - - - Form - - - RoutingRuleSettingForm.cs - - + UserControl - - ServerTransportControl.cs - - + UserControl - - GroupSettingControl.cs - - - Form - - - GroupSettingForm.cs - - - - - - - Form - - - MainForm.cs - - - Form - - - RoutingSettingForm.cs - - - Form - - - SubSettingForm.cs - - - Form - - - AddServer2Form.cs - - + UserControl - - QRCodeControl.cs - - + UserControl - - SubSettingControl.cs - - - - - - - - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - True - True - ResUI.zh-Hans.resx - - - True - True - ResUI.resx - - - Code - - - Form - - - AddServerForm.cs - - - Form - - - BaseForm.cs - - - - - - - - - - - Form - - - OptionSettingForm.cs - - - - - - - - - - - - AddServer2Form.cs - Designer - - - AddServerForm.cs - Designer - - - BaseServerForm.cs - Designer - - - GlobalHotkeySettingForm.cs - - - MainForm.cs - Designer - - - MainForm.cs - Designer - - - MainMsgControl.cs - - - MainMsgControl.cs - - - MsgFilterSetForm.cs - - - MsgFilterSetForm.cs - - - OptionSettingForm.cs - Designer - - - QRCodeControl.cs - Designer - - - RoutingRuleSettingDetailsForm.cs - Designer - - - RoutingRuleSettingDetailsForm.cs - Designer - - - GlobalHotkeySettingForm.cs - Designer - - - RoutingRuleSettingForm.cs - Designer - - - RoutingRuleSettingForm.cs - - - ServerTransportControl.cs - - - ServerTransportControl.cs - - - GroupSettingControl.cs - Designer - - - GroupSettingControl.cs - Designer - - - SubSettingControl.cs - Designer - - - SubSettingControl.cs - - - RoutingSettingForm.cs - Designer - - - RoutingSettingForm.cs - - - GroupSettingForm.cs - Designer - - - GroupSettingForm.cs - - - SubSettingForm.cs - Designer - - - AddServerForm.cs - Designer - - - BaseForm.cs - - - OptionSettingForm.cs - Designer - - - QRCodeControl.cs - Designer - - - AddServer2Form.cs - Designer - - - SubSettingForm.cs - - - ResXFileCodeGenerator - Designer - Resources.Designer.cs - - - Designer - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - @@ -421,16 +82,6 @@ - - ResXFileCodeGenerator - ResUI.zh-Hans.Designer.cs - Designer - - - ResXFileCodeGenerator - ResUI.Designer.cs - Designer - @@ -465,30 +116,12 @@ - - - - - - - - - - - - - - - - - - @@ -505,6 +138,7 @@ 2.0.15 + 13.0.1 @@ -514,23 +148,15 @@ 2.1.0 + 0.16.8 - copy /y $(SolutionDir)v2rayUpgrade\$(OutDir)* $(TargetDir) del $(TargetDir)*.xml $(TargetDir)*.so $(TargetDir)*.dylib if not "$(ConfigurationName)" == "Debug" del $(TargetDir)*.pdb - - \ No newline at end of file diff --git a/v2rayN/v2rayUpgrade/v2rayUpgrade.csproj b/v2rayN/v2rayUpgrade/v2rayUpgrade.csproj index a619ae5e..d6e2b53b 100644 --- a/v2rayN/v2rayUpgrade/v2rayUpgrade.csproj +++ b/v2rayN/v2rayUpgrade/v2rayUpgrade.csproj @@ -1,89 +1,20 @@ - - - + - Debug - AnyCPU - {F82BE52A-155C-492C-9E0A-1E917EC62C78} + net48 WinExe - v2rayUpgrade - v2rayUpgrade - v4.8 - 512 - true - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false + false + true + true - AnyCPU none - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - Form - - - MainForm.cs - - - - - MainForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - + + - - - - \ No newline at end of file