From 282f1af838c8a6504295f978c8b14626b3901b88 Mon Sep 17 00:00:00 2001 From: Vladimir Aubrecht Date: Sat, 24 Aug 2024 00:37:46 +0200 Subject: [PATCH] Upgrade to net8, migrated to sdk style project files, upgraded vcproj toolset --- Crypt/Crypt.vcxproj | 11 +- FastColoredTextBox/FastColoredTextBox.cs | 1 + FastColoredTextBox/FastColoredTextBox.csproj | 167 +---- FastColoredTextBox/Properties/AssemblyInfo.cs | 36 -- Platform/Platform.vcxproj | 6 +- Razor.sln | 46 +- Razor/Properties/AssemblyInfo.cs | 79 --- Razor/Razor.csproj | 582 +----------------- 8 files changed, 63 insertions(+), 865 deletions(-) delete mode 100644 FastColoredTextBox/Properties/AssemblyInfo.cs delete mode 100644 Razor/Properties/AssemblyInfo.cs diff --git a/Crypt/Crypt.vcxproj b/Crypt/Crypt.vcxproj index 2df9c3e5..c9e37e08 100644 --- a/Crypt/Crypt.vcxproj +++ b/Crypt/Crypt.vcxproj @@ -97,18 +97,17 @@ - - - {b24e4fb1-4936-4544-9e88-f3ff9b04fdba} - false - - + + + {b24e4fb1-4936-4544-9e88-f3ff9b04fdba} + + diff --git a/FastColoredTextBox/FastColoredTextBox.cs b/FastColoredTextBox/FastColoredTextBox.cs index 0a8270d6..e0ecc9e1 100644 --- a/FastColoredTextBox/FastColoredTextBox.cs +++ b/FastColoredTextBox/FastColoredTextBox.cs @@ -36,6 +36,7 @@ using System.Windows.Forms; using System.Windows.Forms.Design; using Microsoft.Win32; +using MethodInvoker = System.Windows.Forms.MethodInvoker; using Timer = System.Windows.Forms.Timer; namespace FastColoredTextBoxNS diff --git a/FastColoredTextBox/FastColoredTextBox.csproj b/FastColoredTextBox/FastColoredTextBox.csproj index f2bec552..460f081b 100644 --- a/FastColoredTextBox/FastColoredTextBox.csproj +++ b/FastColoredTextBox/FastColoredTextBox.csproj @@ -1,39 +1,11 @@ - - + - Debug - AnyCPU - 9.0.21022 - 2.0 - {6DD14A85-CCFC-4774-BD26-0F5772512319} + net8.0-windows Library - Properties FastColoredTextBoxNS - FastColoredTextBox - v4.7.2 - 512 - - - - true - full - false - ..\bin\Win32\Debug\ - TRACE;DEBUG - prompt - 4 - - - false - - - pdbonly - true - ..\bin\Win32\Release\ - TRACE - prompt - 4 - false + false + true + true true @@ -41,133 +13,4 @@ FCTB_key.snk - - true - ..\bin\x64\Debug\ - TRACE;DEBUG - full - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - false - - - ..\bin\x64\Release\ - TRACE - true - pdbonly - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - false - - - - - - - - - - - - - UserControl - - - - - Component - - - - - - Form - - - GoToForm.cs - - - - Form - - - HotkeysEditorForm.cs - - - - - - - - UserControl - - - Ruler.cs - - - - - Form - - - ReplaceForm.cs - - - UserControl - - - - - Form - - - FindForm.cs - - - - - - - - - - - - UserControl - - - - - - FastColoredTextBox.cs - - - FindForm.cs - - - GoToForm.cs - - - HotkeysEditorForm.cs - - - ReplaceForm.cs - Designer - - - - - - - \ No newline at end of file diff --git a/FastColoredTextBox/Properties/AssemblyInfo.cs b/FastColoredTextBox/Properties/AssemblyInfo.cs deleted file mode 100644 index 889dd9cd..00000000 --- a/FastColoredTextBox/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("FastColoredTextBox")] -[assembly: AssemblyDescription("Fast сolored textbox control")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Pavel Torgashov")] -[assembly: AssemblyProduct("FastColoredTextBox")] -[assembly: AssemblyCopyright("© Pavel Torgashov, 2011-2016, pavel_torgashov@ukr.net.")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("95be11b3-45bc-4512-be26-a860a78bd1f1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.16.23.0")] -[assembly: AssemblyFileVersion("2.16.23.0")] \ No newline at end of file diff --git a/Platform/Platform.vcxproj b/Platform/Platform.vcxproj index 9a0c51e9..82f0c439 100644 --- a/Platform/Platform.vcxproj +++ b/Platform/Platform.vcxproj @@ -29,7 +29,7 @@ DynamicLibrary true - v142 + v143 MultiByte @@ -41,13 +41,13 @@ DynamicLibrary false - v142 + v143 MultiByte DynamicLibrary false - v142 + v143 MultiByte diff --git a/Razor.sln b/Razor.sln index 4abaa73c..19bbb906 100644 --- a/Razor.sln +++ b/Razor.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Razor", "Razor\Razor.csproj", "{B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Razor", "Razor\Razor.csproj", "{B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Crypt", "Crypt\Crypt.vcxproj", "{B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}" ProjectSection(ProjectDependencies) = postProject @@ -23,7 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Platform", "Platform\Platform.vcxproj", "{DB18390C-8AD4-4E69-8A5A-171260F7D74A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastColoredTextBox", "FastColoredTextBox\FastColoredTextBox.csproj", "{6DD14A85-CCFC-4774-BD26-0F5772512319}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastColoredTextBox", "FastColoredTextBox\FastColoredTextBox.csproj", "{6DD14A85-CCFC-4774-BD26-0F5772512319}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -35,58 +35,64 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|Any CPU.ActiveCfg = Debug|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|Any CPU.Build.0 = Debug|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x64.ActiveCfg = Debug|x64 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x64.Build.0 = Debug|x64 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x86.ActiveCfg = Debug|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x86.Build.0 = Debug|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|Any CPU.ActiveCfg = Release|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|Any CPU.Build.0 = Release|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x64.ActiveCfg = Release|x64 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x64.Build.0 = Release|x64 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x86.ActiveCfg = Release|x86 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x86.Build.0 = Release|x86 + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x64.ActiveCfg = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x64.Build.0 = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x86.ActiveCfg = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Debug|x86.Build.0 = Debug|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|Any CPU.Build.0 = Release|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x64.ActiveCfg = Release|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x64.Build.0 = Release|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x86.ActiveCfg = Release|Any CPU + {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA}.Release|x86.Build.0 = Release|Any CPU {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|Any CPU.ActiveCfg = Debug|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|Any CPU.Build.0 = Debug|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|x64.ActiveCfg = Debug|Win32 + {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|x64.Build.0 = Debug|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|x86.ActiveCfg = Debug|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Debug|x86.Build.0 = Debug|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|Any CPU.ActiveCfg = Release|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|Any CPU.Build.0 = Release|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|x64.ActiveCfg = Release|Win32 + {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|x64.Build.0 = Release|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|x86.ActiveCfg = Release|Win32 {B32A4D9E-3AF1-4C75-989D-D62C4E8F08B1}.Release|x86.Build.0 = Release|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|Any CPU.ActiveCfg = Debug|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|Any CPU.Build.0 = Debug|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|x64.ActiveCfg = Debug|Win32 + {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|x64.Build.0 = Debug|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|x86.ActiveCfg = Debug|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Debug|x86.Build.0 = Debug|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|Any CPU.ActiveCfg = Release|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|Any CPU.Build.0 = Release|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|x64.ActiveCfg = Release|Win32 + {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|x64.Build.0 = Release|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|x86.ActiveCfg = Release|Win32 {F308E8D5-2B4F-40AD-9BF7-9A8F5DDA420D}.Release|x86.Build.0 = Release|Win32 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|Any CPU.ActiveCfg = Debug|x64 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|Any CPU.Build.0 = Debug|x64 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x64.ActiveCfg = Debug|x64 - {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x86.ActiveCfg = Debug|x64 - {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x86.Build.0 = Debug|x64 + {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x64.Build.0 = Debug|x64 + {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x86.ActiveCfg = Debug|Win32 + {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Debug|x86.Build.0 = Debug|Win32 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|Any CPU.ActiveCfg = Release|x64 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|Any CPU.Build.0 = Release|x64 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|x64.ActiveCfg = Release|x64 + {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|x64.Build.0 = Release|x64 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|x86.ActiveCfg = Release|Win32 {DB18390C-8AD4-4E69-8A5A-171260F7D74A}.Release|x86.Build.0 = Release|Win32 {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x64.ActiveCfg = Debug|x64 - {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x64.Build.0 = Debug|x64 + {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x64.ActiveCfg = Debug|Any CPU + {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x64.Build.0 = Debug|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x86.ActiveCfg = Debug|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Debug|x86.Build.0 = Debug|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|Any CPU.ActiveCfg = Release|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|Any CPU.Build.0 = Release|Any CPU - {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x64.ActiveCfg = Release|x64 - {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x64.Build.0 = Release|x64 + {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x64.ActiveCfg = Release|Any CPU + {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x64.Build.0 = Release|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x86.ActiveCfg = Release|Any CPU {6DD14A85-CCFC-4774-BD26-0F5772512319}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection diff --git a/Razor/Properties/AssemblyInfo.cs b/Razor/Properties/AssemblyInfo.cs deleted file mode 100644 index 3b26b41f..00000000 --- a/Razor/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,79 +0,0 @@ -#region license -// Razor: An Ultima Online Assistant -// Copyright (c) 2022 Razor Development Community on GitHub -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -#endregion - -using System.Reflection; -using System.Runtime.InteropServices; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly: AssemblyTitle("Razor")] -[assembly: AssemblyDescription("Ultima Online Assistant Tool")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("https://github.com/markdwags/Razor")] -[assembly: AssemblyProduct("Razor")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Revision and Build Numbers -// by using the '*' as shown below: - -[assembly: AssemblyVersion("1.10.0.0")] -[assembly: AssemblyFileVersion("1.10.0.0")] -[assembly: AssemblyInformationalVersion("1.10.0.0")] - -// -// In order to sign your assembly you must specify a key to use. Refer to the -// Microsoft .NET Framework documentation for more information on assembly signing. -// -// Use the attributes below to control which key is used for signing. -// -// Notes: -// (*) If no key is specified, the assembly is not signed. -// (*) KeyName refers to a key that has been installed in the Crypto Service -// Provider (CSP) on your machine. KeyFile refers to a file which contains -// a key. -// (*) If the KeyFile and the KeyName values are both specified, the -// following processing occurs: -// (1) If the KeyName can be found in the CSP, that key is used. -// (2) If the KeyName does not exist and the KeyFile does exist, the key -// in the KeyFile is installed into the CSP and used. -// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. -// When specifying the KeyFile, the location of the KeyFile should be -// relative to the project output directory which is -// %Project Directory%\obj\. For example, if your KeyFile is -// located in the project directory, you would specify the AssemblyKeyFile -// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] -// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework -// documentation for more information on this. -// -[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] -//[assembly: AssemblyKeyName("")] -[assembly: ComVisibleAttribute(false)] \ No newline at end of file diff --git a/Razor/Razor.csproj b/Razor/Razor.csproj index 1ca6fc77..24a28fd4 100644 --- a/Razor/Razor.csproj +++ b/Razor/Razor.csproj @@ -1,14 +1,8 @@ - - + - Local - 8.0.50727 - 2.0 - {B24E4FB1-4936-4544-9E88-F3FF9B04FDBA} - Debug - AnyCPU + net8.0-windows + bin\$(Configuration) UI\App.ico - Razor JScript Grid IE50 @@ -17,11 +11,6 @@ Assistant OnOutputUpdated Assistant.Engine - v4.7.2 - 2.0 - - - E:\Programming\razor-markdwags\Build\ true Disk false @@ -36,44 +25,8 @@ 1.5.1.%2a false true - true + true - - - false - - - - - true - ..\bin\Win32\Debug\ - DEBUG;TRACE - 285212672 - true - 4096 - full - x64 - false - prompt - MinimumRecommendedRules.ruleset - false - false - false - - - ..\bin\Win32\Release\ - TRACE - 285212672 - true - true - 4096 - x86 - prompt - MinimumRecommendedRules.ruleset - false - false - - Razor.manifest @@ -90,503 +43,29 @@ false - true - - - true - bin\Debug\ - DEBUG;TRACE - 285212672 - true - 4096 - full - AnyCPU - false - prompt - MinimumRecommendedRules.ruleset - false - false - false - - - bin\Release\ - TRACE - 285212672 - true - true - 4096 - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - false - - - true - ..\bin\x64\Debug\ - DEBUG;TRACE - 285212672 - true - 4096 - full - x64 - false - 7.3 - prompt - MinimumRecommendedRules.ruleset - false - false - - - ..\bin\x64\Release\ - TRACE 285212672 true - true 4096 - x64 - 7.3 - prompt - MinimumRecommendedRules.ruleset - false - - False - .\cuoapi.dll - - - + System - - + System.Data - + System.Drawing - - System.Windows.Forms - - + System.XML - - - - - - - - - Form - - - BoatWindow.cs - - - - - Code - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Code - - - Code - - - Code - - - Code - - - - - Code - - - Code - - - Code - - - Code - - - - Code - - - Code - - - Code - - - - Code - - - Code - - - - - - - - - - - - - - - Code - - - Code - - - Code - - - - Code - - - Code - - - Code - - - Code - - - - - - - - - Component - - - Code - - - Code - - - Code - - - Code - - - - - - - - - - - Form - - - Code - - - Component - - - Code - - - Code - - - Code - - - Code - - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - - True - True - Resources.resx - - - Code - - - Code - - - Code - - - Code - - - Code - - - Code - - - - - - Form - - - Code - - - UserControl - - - ArtViewer.cs - - - Form - - - BuffDebuffOptions.cs - - - Code - - - - Form - - - Form - - - Form - - - Form - - - Code - - - Form - - - Form - - - Form - - - Form - - - Form - - - Form - - - ContainerLabels.cs - - - Form - - - Razor.cs - - - Form - - - Form - - - Code - - - Code - - - Code - - - Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BoatWindow.cs - Designer - - - Actions.cs - - - MapWindow.cs - - - UOMapControl.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - - - AddCounter.cs - + + + - - BuffDebuffOptions.cs - - - SoundEntry.cs - - - HueEntry.cs - - - InputDropdown.cs - - - InputBox.cs - - - MacroInsertDoWhile.cs - - - MacroInsertWhile.cs - - - MacroInsertIf.cs - - - MacroInsertWait.cs - - - MessageDialog.cs - - - ContainerLabels.cs - - - Razor.cs - Designer - - - SplashScreen.cs - Designer - - - WelcomeForm.cs - @@ -609,38 +88,23 @@ - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - true - - - False - Windows Installer 3.1 - true - + - - + + - - {6DD14A85-CCFC-4774-BD26-0F5772512319} - FastColoredTextBox - + + + + + cuoapi.dll + - - - - - xcopy /S /Q /Y "$(SolutionDir)etc\*" "$(SolutionDir)bin\Win32\$(Configuration)\" -xcopy /S /Q /Y "$(SolutionDir)etc\*" "$(SolutionDir)bin\x64\$(Configuration)\" + + xcopy /S /Q /Y "$(SolutionDir)etc\*" "$(MSBuildProjectDirectory)\$(OutputPath)\$(TargetFramework)" + \ No newline at end of file