From 4b8eaab9c72d4c0e5b0f4ff92fdbc503cf2bdf32 Mon Sep 17 00:00:00 2001 From: nneeo <(9D%M.lx:YGPtAGD^0.$XrN:wFYgdzvW}%%Sl}Jq}Jbyw,x]}^0PNnZ0j4$]lj]2,XyFi[{mqxfSRHw^cP+*r}Uf~Ven-vk[;5@> Date: Thu, 10 Feb 2022 23:28:20 +0300 Subject: [PATCH] cleanup project --- StopBruteforce.sln.DotSettings.user | 2 -- StopBruteforce/AssemblyInfo.fs | 41 ---------------------- StopBruteforce/StopBruteforce.fsproj | 51 +++++----------------------- StopBruteforce/packages.config | 5 --- 4 files changed, 9 insertions(+), 90 deletions(-) delete mode 100644 StopBruteforce.sln.DotSettings.user delete mode 100644 StopBruteforce/AssemblyInfo.fs delete mode 100644 StopBruteforce/packages.config diff --git a/StopBruteforce.sln.DotSettings.user b/StopBruteforce.sln.DotSettings.user deleted file mode 100644 index 9332bae..0000000 --- a/StopBruteforce.sln.DotSettings.user +++ /dev/null @@ -1,2 +0,0 @@ - - True \ No newline at end of file diff --git a/StopBruteforce/AssemblyInfo.fs b/StopBruteforce/AssemblyInfo.fs deleted file mode 100644 index 9661fbc..0000000 --- a/StopBruteforce/AssemblyInfo.fs +++ /dev/null @@ -1,41 +0,0 @@ -namespace FsharpStopBruteforce.AssemblyInfo - -open System.Reflection -open System.Runtime.CompilerServices -open 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. -[] -[] -[] -[] -[] -[] -[] -[] - -// 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. -[] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[] - -// 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: -// [] -[] -[] - -do - () \ No newline at end of file diff --git a/StopBruteforce/StopBruteforce.fsproj b/StopBruteforce/StopBruteforce.fsproj index 70ea06a..aa47481 100644 --- a/StopBruteforce/StopBruteforce.fsproj +++ b/StopBruteforce/StopBruteforce.fsproj @@ -1,17 +1,7 @@ - - - - + - Debug - AnyCPU - {514A2C59-4743-46C9-84F6-A1881B69A4D8} + net472 Library - StopBruteforce - StopBruteforce - v4.7.2 - true - bin\$(Configuration)\$(AssemblyName).xml true @@ -20,45 +10,22 @@ false bin\$(Configuration)\ DEBUG;TRACE - 3 - --warnon:1182 none true true - bin\StopBruteforce\ - TRACE - 3 - --warnon:1182 + bin\$(Configuration)\ - - ..\packages\FSharp.Core.6.0.3\lib\netstandard2.0\FSharp.Core.dll - True - - - - - - ..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll - - PreserveNewest + + + + ..\..\..\..\..\Windows\assembly\GAC_MSIL\System.Management.Automation\1.0.0.0__31bf3856ad364e35\System.Management.Automation.dll + + - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - - - \ No newline at end of file diff --git a/StopBruteforce/packages.config b/StopBruteforce/packages.config deleted file mode 100644 index 0b3cf4a..0000000 --- a/StopBruteforce/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file