From 2bb61f1dc6f76faa30e34a6b393c94bdc5b468cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Prosenc?= Date: Wed, 25 May 2022 15:58:44 +0200 Subject: [PATCH] Migrated old windows csproj file to new generation and removed unnecesary folders for properties that would break build if they still existed --- Properties/AssemblyInfo.cs | 36 ------- TinyCapture/Properties/AssemblyInfo.cs | 36 ------- TinyCapture/TinyCapture.csproj | 125 +------------------------ 3 files changed, 3 insertions(+), 194 deletions(-) delete mode 100644 Properties/AssemblyInfo.cs delete mode 100644 TinyCapture/Properties/AssemblyInfo.cs diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index d7373af..0000000 --- a/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("TinyCapture")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("David Vidmar")] -[assembly: AssemblyProduct("TinyCapture")] -[assembly: AssemblyCopyright("Copyright © David Vidmar 2017")] -[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("711b144a-6811-4cb4-9d9c-334ba417f292")] - -// 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("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/TinyCapture/Properties/AssemblyInfo.cs b/TinyCapture/Properties/AssemblyInfo.cs deleted file mode 100644 index d7373af..0000000 --- a/TinyCapture/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("TinyCapture")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("David Vidmar")] -[assembly: AssemblyProduct("TinyCapture")] -[assembly: AssemblyCopyright("Copyright © David Vidmar 2017")] -[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("711b144a-6811-4cb4-9d9c-334ba417f292")] - -// 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("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/TinyCapture/TinyCapture.csproj b/TinyCapture/TinyCapture.csproj index 87996fb..13e7d18 100644 --- a/TinyCapture/TinyCapture.csproj +++ b/TinyCapture/TinyCapture.csproj @@ -1,110 +1,8 @@ - - + - Debug - x86 - 8.0.30703 - 2.0 - {242EA3D2-83D7-46C7-ADDC-4B24614C74F4} WinExe - Properties - TinyCapture - TinyCapture - v4.6.2 - - - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - TinyCapture_16.ico - - - - - TinyCapture.Program - - - true - bin\Debug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset + net462 - - - - - - - - - - Form - - - MainForm.cs - - - - - - - - - - MainForm.cs - - - PreserveNewest - - @@ -114,23 +12,6 @@ - - False - Microsoft .NET Framework 4.6.2 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - + - - \ No newline at end of file