From a130fd8dec862ff7700b536c3b1219289f8a4349 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Thu, 24 Sep 2020 10:22:22 +0200 Subject: [PATCH] update project files to the new version --- Pilz.Collections/Pilz.Collections.vbproj | 80 ++++------------ Pilz.Configuration/Pilz.Configuration.vbproj | 72 ++++---------- Pilz.Configuration/packages.config | 4 - Pilz.Cryptography/Pilz.Cryptography.csproj | 70 +++----------- Pilz.Cryptography/Properties/AssemblyInfo.cs | 25 ----- Pilz.Cryptography/packages.config | 4 - ...ilz.Drawing.Drawing3D.OpenGLFactory.vbproj | 93 +++++------------- .../packages.config | 6 -- Pilz.Drawing/Pilz.Drawing.vbproj | 54 +++-------- Pilz.IO/Pilz.IO.csproj | 88 +++++------------ Pilz.IO/Properties/AssemblyInfo.cs | 27 ------ Pilz.IO/packages.config | 4 - Pilz.LicenseHelper/Pilz.LicenseHelper.csproj | 53 ++-------- Pilz.LicenseHelper/Properties/AssemblyInfo.cs | 25 ----- Pilz.Networking/Pilz.Networking.vbproj | 61 +++--------- Pilz.Networking/packages.config | 4 - .../Pilz.Reflection.PluginSystem.vbproj | 56 +++-------- .../Pilz.Simple3DFileParser.vbproj | 96 ++++--------------- Pilz.Simple3DFileParser/packages.config | 5 - Pilz.Threading/Pilz.Threading.vbproj | 69 ++++--------- Pilz.UI/Pilz.UI.vbproj | 95 +++++------------- Pilz.UI/packages.config | 4 - Pilz.Win32/Pilz.Win32.vbproj | 56 +++-------- Pilz.sln | 60 ++++++------ Pilz/Pilz.vbproj | 56 +++-------- 25 files changed, 261 insertions(+), 906 deletions(-) delete mode 100644 Pilz.Configuration/packages.config delete mode 100644 Pilz.Cryptography/packages.config delete mode 100644 Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config delete mode 100644 Pilz.IO/packages.config delete mode 100644 Pilz.Networking/packages.config delete mode 100644 Pilz.Simple3DFileParser/packages.config delete mode 100644 Pilz.UI/packages.config diff --git a/Pilz.Collections/Pilz.Collections.vbproj b/Pilz.Collections/Pilz.Collections.vbproj index 1d39f65..e7b1bca 100644 --- a/Pilz.Collections/Pilz.Collections.vbproj +++ b/Pilz.Collections/Pilz.Collections.vbproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - {E4B2D294-8479-4014-942D-0B460E453DEA} - Library - - - Pilz.Collections - Pilz.Collections - 512 + Windows - v4.7.2 - + net48 + Pilz.Collections.xml + true - AnyCPU - true - full true - true - bin\Debug\ - Pilz.Collections.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,40008 - false - AnyCPU - none false - true - true - bin\Release\ - Pilz.Collections.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - false true @@ -51,38 +28,26 @@ On - true true - true - bin\x86\Debug\ - Pilz.Collections.xml + bin\$(Platform)\$(Configuration)\ 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,40008 - full - x86 MinimumRecommendedRules.ruleset true - true - bin\x86\Release\ + bin\$(Platform)\$(Configuration)\ true - Pilz.Collections.xml - true 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - x86 MinimumRecommendedRules.ruleset + + + + + - - - - - - - - @@ -98,31 +63,23 @@ - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -139,7 +96,8 @@ My Settings.Designer.vb - - + + + \ No newline at end of file diff --git a/Pilz.Configuration/Pilz.Configuration.vbproj b/Pilz.Configuration/Pilz.Configuration.vbproj index ada218a..e1f9c95 100644 --- a/Pilz.Configuration/Pilz.Configuration.vbproj +++ b/Pilz.Configuration/Pilz.Configuration.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {A56C6153-C61F-4B10-BE06-35EB0448CFDC} - Library - Pilz.Configuration - Pilz.Configuration - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Configuration.xml + true - true - full true - true - bin\Debug\ - Pilz.Configuration.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Configuration.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,18 +24,16 @@ On + + + + + + + + - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - @@ -69,32 +47,23 @@ - - - - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -111,13 +80,8 @@ My Settings.Designer.vb - - - {277D2B83-7613-4C49-9CAB-E080195A6E0C} - Pilz - + - \ No newline at end of file diff --git a/Pilz.Configuration/packages.config b/Pilz.Configuration/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/Pilz.Configuration/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Pilz.Cryptography/Pilz.Cryptography.csproj b/Pilz.Cryptography/Pilz.Cryptography.csproj index fc42b31..002788b 100644 --- a/Pilz.Cryptography/Pilz.Cryptography.csproj +++ b/Pilz.Cryptography/Pilz.Cryptography.csproj @@ -1,62 +1,20 @@ - - - + - Debug - AnyCPU - {3F5988E6-439E-4A9D-B2C6-47EFFB161AC6} - Library - Properties - Pilz.Cryptography - Pilz.Cryptography - v4.7.2 - 512 - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Pilz.Cryptography.xml + net48 + Pilz.Cryptography + Pilz.Cryptography + Copyright © 2020 + + + + + + + + + - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Pilz.Cryptography/Properties/AssemblyInfo.cs b/Pilz.Cryptography/Properties/AssemblyInfo.cs index 9c9846d..23e20a3 100644 --- a/Pilz.Cryptography/Properties/AssemblyInfo.cs +++ b/Pilz.Cryptography/Properties/AssemblyInfo.cs @@ -2,18 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("Pilz.Cryptography")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Pilz.Cryptography")] -[assembly: AssemblyCopyright("Copyright © 2020")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly // für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von // COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. @@ -21,16 +9,3 @@ using System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird [assembly: Guid("3f5988e6-439e-4a9d-b2c6-47effb161ac6")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -// indem Sie "*" wie unten gezeigt eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Pilz.Cryptography/packages.config b/Pilz.Cryptography/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/Pilz.Cryptography/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj b/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj index 8599650..1735a90 100644 --- a/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj +++ b/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj @@ -1,35 +1,16 @@ - - - + - Debug - AnyCPU - {5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84} - Library - Pilz.Drawing.Drawing3D.OpenGLFactory - Pilz.Drawing.Drawing3D.OpenGLFactory - 512 Windows - v4.7.2 - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Drawing.Drawing3D.OpenGLFactory.xml + true - true - full true - true - bin\Debug\ - Pilz.Drawing.Drawing3D.OpenGLFactory.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Drawing.Drawing3D.OpenGLFactory.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -43,26 +24,18 @@ On + + + + + + + + + + - - ..\packages\OpenTK.3.2\lib\net20\OpenTK.dll - - - ..\packages\OpenTK.GLControl.3.1.0\lib\net20\OpenTK.GLControl.dll - - - - - - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - - - - - @@ -76,49 +49,39 @@ - - - - + ModelPreview.vb - + Form - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources Designer - + ModelPreview.vb - MyApplicationCodeGenerator Application.Designer.vb @@ -128,15 +91,11 @@ My Settings.Designer.vb - - - - {ac955819-7910-450c-940c-7c1989483d4b} - Pilz.Simple3DFileParser - + + + + - - \ No newline at end of file diff --git a/Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config b/Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config deleted file mode 100644 index eec2fad..0000000 --- a/Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Pilz.Drawing/Pilz.Drawing.vbproj b/Pilz.Drawing/Pilz.Drawing.vbproj index fb06738..6675f52 100644 --- a/Pilz.Drawing/Pilz.Drawing.vbproj +++ b/Pilz.Drawing/Pilz.Drawing.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {1A0B8106-2449-4908-B5E1-A00D8E9CF8F6} - Library - Pilz.Drawing - Pilz.Drawing - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Drawing.xml + true - true - full true - true - bin\Debug\ - Pilz.Drawing.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Drawing.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,15 +24,10 @@ On + - - - - - - - - + + @@ -66,27 +41,23 @@ - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -104,5 +75,4 @@ Settings.Designer.vb - \ No newline at end of file diff --git a/Pilz.IO/Pilz.IO.csproj b/Pilz.IO/Pilz.IO.csproj index 0ffdc17..ac67f8b 100644 --- a/Pilz.IO/Pilz.IO.csproj +++ b/Pilz.IO/Pilz.IO.csproj @@ -1,38 +1,22 @@ - - - + - Debug - AnyCPU - {877D980E-4F61-0E53-0E8B-5C50B7D1440C} - Library - Pilz.IO - Pilz.IO - 512 Windows - v4.7.2 - true - + net48 $(DefaultItemExcludes);$(ProjectDir)**\*.vb latest + NamedPipeManaging + Dr. Schneider Kunststoffwerke GmbH + NamedPipeManaging + Copyright © Pascal Schedel 2017 - 2018 + Pilz.IO.xml + true - true - full true - true - bin\Debug\ - Pilz.IO.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591 - TRACE;DEBUG - pdbonly false - true - true - bin\Release\ - Pilz.IO.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591 @@ -48,39 +32,26 @@ On - true true - true - bin\x86\Debug\ - Pilz.IO.xml + bin\$(Platform)\$(Configuration)\ 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x86 MinimumRecommendedRules.ruleset true - true - bin\x86\Release\ - Pilz.IO.xml - true + bin\$(Platform)\$(Configuration)\ 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 MinimumRecommendedRules.ruleset + + + + + + + - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - @@ -94,33 +65,23 @@ - - - - - - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - + ResXFileCodeGenerator Resources.Designer.cs Pilz.IO.My.Resources @@ -132,7 +93,6 @@ MyApplicationCodeGenerator Application.Designer.cs - SettingsSingleFileGenerator Pilz.IO.My @@ -140,10 +100,6 @@ - - {d9c8655e-4f1c-4348-a51c-ab00fd9a14bb} - Pilz.Threading - + - \ No newline at end of file diff --git a/Pilz.IO/Properties/AssemblyInfo.cs b/Pilz.IO/Properties/AssemblyInfo.cs index 68f83ae..11816c6 100644 --- a/Pilz.IO/Properties/AssemblyInfo.cs +++ b/Pilz.IO/Properties/AssemblyInfo.cs @@ -1,35 +1,8 @@ using global::System; using global::System.Reflection; using global::System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. - -// Werte der Assemblyattribute überprüfen - -[assembly: AssemblyTitle("NamedPipeManaging")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyCompany("Dr. Schneider Kunststoffwerke GmbH")] -[assembly: AssemblyProduct("NamedPipeManaging")] -[assembly: AssemblyCopyright("Copyright © Pascal Schedel 2017 - 2018")] -[assembly: AssemblyTrademark("")] [assembly: ComVisible(false)] // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. [assembly: Guid("42b8af67-22bf-4d8f-8a95-84fcaecffec6")] -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -// übernehmen, indem Sie "*" eingeben: -// - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] - diff --git a/Pilz.IO/packages.config b/Pilz.IO/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/Pilz.IO/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj b/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj index b86901e..d568758 100644 --- a/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj +++ b/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj @@ -1,50 +1,15 @@ - - - + - Debug - AnyCPU - {67593FF7-C1D1-4529-98C4-61CBD0615F08} - Library - Properties - Pilz.LicenseHelper - Pilz.LicenseHelper - v4.7.2 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net48 + LicenseHelper + DRSN + LicenseHelper + Copyright © DRSN 2018 true - - - - - - - - + + + - - - - - \ No newline at end of file diff --git a/Pilz.LicenseHelper/Properties/AssemblyInfo.cs b/Pilz.LicenseHelper/Properties/AssemblyInfo.cs index 0d2d071..d1747b5 100644 --- a/Pilz.LicenseHelper/Properties/AssemblyInfo.cs +++ b/Pilz.LicenseHelper/Properties/AssemblyInfo.cs @@ -2,18 +2,6 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("LicenseHelper")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DRSN")] -[assembly: AssemblyProduct("LicenseHelper")] -[assembly: AssemblyCopyright("Copyright © DRSN 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly // für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von // COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. @@ -21,16 +9,3 @@ using System.Runtime.InteropServices; // Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird [assembly: Guid("67593ff7-c1d1-4529-98c4-61cbd0615f08")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, -// indem Sie "*" wie unten gezeigt eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Pilz.Networking/Pilz.Networking.vbproj b/Pilz.Networking/Pilz.Networking.vbproj index 5983119..a173a09 100644 --- a/Pilz.Networking/Pilz.Networking.vbproj +++ b/Pilz.Networking/Pilz.Networking.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {4584B121-09C6-40AC-849B-7E410125EF66} - Library - Pilz.Networking - Pilz.Networking - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Networking.xml + true - true - full true - true - bin\Debug\ - Pilz.Networking.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Networking.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,17 +24,13 @@ On + - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - + + + + + @@ -68,28 +44,23 @@ - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -106,7 +77,5 @@ My Settings.Designer.vb - - \ No newline at end of file diff --git a/Pilz.Networking/packages.config b/Pilz.Networking/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/Pilz.Networking/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj b/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj index 0ea782c..fb13995 100644 --- a/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj +++ b/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7} - Library - Pilz.Reflection.PluginSystem - Pilz.Reflection.PluginSystem - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Reflection.PluginSystem.xml + true - true - full true - true - bin\Debug\ - Pilz.Reflection.PluginSystem.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Reflection.PluginSystem.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,14 +24,10 @@ On + - - - - - - - + + @@ -65,30 +41,23 @@ - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -106,5 +75,4 @@ Settings.Designer.vb - \ No newline at end of file diff --git a/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj b/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj index 5b7f1d9..f3419fc 100644 --- a/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj +++ b/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - {AC955819-7910-450C-940C-7C1989483D4B} - Library - - + Pilz.S3DFileParser - Pilz.Simple3DFileParser - 512 Windows - v4.7.2 - - - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Simple3DFileParser.xml + true - AnyCPU - true - full true - true - bin\Debug\ - Pilz.Simple3DFileParser.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - AnyCPU - pdbonly false - true - true - bin\Release\ - Pilz.Simple3DFileParser.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -49,30 +26,24 @@ On + + + + + + + + + - - ..\packages\Aspose.3D.18.4.0\lib\net40\Aspose.3D.dll - ..\Shared Libs\AssimpNet.dll ..\Shared Libs\ColladaSchema.dll - - - - - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - - - - - @@ -88,44 +59,23 @@ - - - - - - - - - - - - - - - - - - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -142,14 +92,8 @@ My Settings.Designer.vb - - - - {67593ff7-c1d1-4529-98c4-61cbd0615f08} - Pilz.LicenseHelper - + - \ No newline at end of file diff --git a/Pilz.Simple3DFileParser/packages.config b/Pilz.Simple3DFileParser/packages.config deleted file mode 100644 index 1af4af6..0000000 --- a/Pilz.Simple3DFileParser/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/Pilz.Threading/Pilz.Threading.vbproj b/Pilz.Threading/Pilz.Threading.vbproj index 6d1863c..ac7f7d9 100644 --- a/Pilz.Threading/Pilz.Threading.vbproj +++ b/Pilz.Threading/Pilz.Threading.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB} - Library - Pilz.Threading - Pilz.Threading - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Threading.xml + true - true - full true - true - bin\Debug\ - Pilz.Threading.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Threading.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -45,36 +25,22 @@ On - true true - true - bin\x86\Debug\ - Pilz.Threading.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x86 + bin\$(Platform)\$(Configuration)\ MinimumRecommendedRules.ruleset true - true - bin\x86\Release\ - Pilz.Threading.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly - x86 + bin\$(Platform)\$(Configuration)\ MinimumRecommendedRules.ruleset + + + + + - - - - - - - @@ -88,25 +54,23 @@ - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -124,5 +88,4 @@ Settings.Designer.vb - \ No newline at end of file diff --git a/Pilz.UI/Pilz.UI.vbproj b/Pilz.UI/Pilz.UI.vbproj index c6dc5dd..031a984 100644 --- a/Pilz.UI/Pilz.UI.vbproj +++ b/Pilz.UI/Pilz.UI.vbproj @@ -1,35 +1,16 @@ - - - + - Debug - AnyCPU - {827C60BF-4D92-4D39-92F0-4285923266A1} - Library - Pilz.UI - Pilz.UI - 512 Windows - v4.7.2 - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.UI.xml + true - true - full true - true - bin\Debug\ - Pilz.UI.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - none false - true - true - bin\Release\ - Pilz.UI.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 true @@ -45,40 +26,26 @@ On - true true - true - bin\x86\Debug\ - Pilz.UI.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - full - x86 + bin\$(Platform)\$(Configuration)\ MinimumRecommendedRules.ruleset true - true - bin\x86\Release\ + bin\$(Platform)\$(Configuration)\ true - Pilz.UI.xml - true - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - x86 MinimumRecommendedRules.ruleset + + + + + + + + - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - @@ -92,45 +59,32 @@ - - - - - - - - - + UserControl - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources Designer - + PaintingControl.vb @@ -144,13 +98,8 @@ My Settings.Designer.vb - - - {1a0b8106-2449-4908-b5e1-a00d8e9cf8f6} - Pilz.Drawing - + - \ No newline at end of file diff --git a/Pilz.UI/packages.config b/Pilz.UI/packages.config deleted file mode 100644 index a9de8b5..0000000 --- a/Pilz.UI/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Pilz.Win32/Pilz.Win32.vbproj b/Pilz.Win32/Pilz.Win32.vbproj index f47325c..973caab 100644 --- a/Pilz.Win32/Pilz.Win32.vbproj +++ b/Pilz.Win32/Pilz.Win32.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {0BE0428D-AC97-4812-ADFC-6D7D00AEE497} - Library - Pilz.Win32 - Pilz.Win32 - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.Win32.xml + true - true - full true - true - bin\Debug\ - Pilz.Win32.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.Win32.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,15 +24,10 @@ On + - - - - - - - - + + @@ -66,28 +41,23 @@ - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -105,6 +75,4 @@ Settings.Designer.vb - - \ No newline at end of file diff --git a/Pilz.sln b/Pilz.sln index 0500f97..6271f04 100644 --- a/Pilz.sln +++ b/Pilz.sln @@ -3,33 +3,33 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.329 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz", "Pilz\Pilz.vbproj", "{277D2B83-7613-4C49-9CAB-E080195A6E0C}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz", "Pilz\Pilz.vbproj", "{277D2B83-7613-4C49-9CAB-E080195A6E0C}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Drawing", "Pilz.Drawing\Pilz.Drawing.vbproj", "{1A0B8106-2449-4908-B5E1-A00D8E9CF8F6}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Drawing", "Pilz.Drawing\Pilz.Drawing.vbproj", "{1A0B8106-2449-4908-B5E1-A00D8E9CF8F6}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.UI", "Pilz.UI\Pilz.UI.vbproj", "{827C60BF-4D92-4D39-92F0-4285923266A1}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.UI", "Pilz.UI\Pilz.UI.vbproj", "{827C60BF-4D92-4D39-92F0-4285923266A1}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Collections", "Pilz.Collections\Pilz.Collections.vbproj", "{E4B2D294-8479-4014-942D-0B460E453DEA}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Collections", "Pilz.Collections\Pilz.Collections.vbproj", "{E4B2D294-8479-4014-942D-0B460E453DEA}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Threading", "Pilz.Threading\Pilz.Threading.vbproj", "{D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Threading", "Pilz.Threading\Pilz.Threading.vbproj", "{D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pilz.IO", "Pilz.IO\Pilz.IO.csproj", "{877D980E-4F61-0E53-0E8B-5C50B7D1440C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.IO", "Pilz.IO\Pilz.IO.csproj", "{877D980E-4F61-0E53-0E8B-5C50B7D1440C}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Win32", "Pilz.Win32\Pilz.Win32.vbproj", "{0BE0428D-AC97-4812-ADFC-6D7D00AEE497}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Win32", "Pilz.Win32\Pilz.Win32.vbproj", "{0BE0428D-AC97-4812-ADFC-6D7D00AEE497}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Configuration", "Pilz.Configuration\Pilz.Configuration.vbproj", "{A56C6153-C61F-4B10-BE06-35EB0448CFDC}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Configuration", "Pilz.Configuration\Pilz.Configuration.vbproj", "{A56C6153-C61F-4B10-BE06-35EB0448CFDC}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Reflection.PluginSystem", "Pilz.Reflection.PluginSystem\Pilz.Reflection.PluginSystem.vbproj", "{F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Reflection.PluginSystem", "Pilz.Reflection.PluginSystem\Pilz.Reflection.PluginSystem.vbproj", "{F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Drawing.Drawing3D.OpenGLFactory", "Pilz.Drawing.Drawing3D.OpenGLRenderer\Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj", "{5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Drawing.Drawing3D.OpenGLFactory", "Pilz.Drawing.Drawing3D.OpenGLRenderer\Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj", "{5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Simple3DFileParser", "Pilz.Simple3DFileParser\Pilz.Simple3DFileParser.vbproj", "{AC955819-7910-450C-940C-7C1989483D4B}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Simple3DFileParser", "Pilz.Simple3DFileParser\Pilz.Simple3DFileParser.vbproj", "{AC955819-7910-450C-940C-7C1989483D4B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pilz.LicenseHelper", "Pilz.LicenseHelper\Pilz.LicenseHelper.csproj", "{67593FF7-C1D1-4529-98C4-61CBD0615F08}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.LicenseHelper", "Pilz.LicenseHelper\Pilz.LicenseHelper.csproj", "{67593FF7-C1D1-4529-98C4-61CBD0615F08}" EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Networking", "Pilz.Networking\Pilz.Networking.vbproj", "{4584B121-09C6-40AC-849B-7E410125EF66}" +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Networking", "Pilz.Networking\Pilz.Networking.vbproj", "{4584B121-09C6-40AC-849B-7E410125EF66}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pilz.Cryptography", "Pilz.Cryptography\Pilz.Cryptography.csproj", "{3F5988E6-439E-4A9D-B2C6-47EFFB161AC6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.Cryptography", "Pilz.Cryptography\Pilz.Cryptography.csproj", "{3F5988E6-439E-4A9D-B2C6-47EFFB161AC6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -57,36 +57,36 @@ Global {1A0B8106-2449-4908-B5E1-A00D8E9CF8F6}.Release|x86.Build.0 = Release|Any CPU {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|x86.ActiveCfg = Debug|x86 - {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|x86.Build.0 = Debug|x86 + {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|x86.ActiveCfg = Debug|Any CPU + {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|x86.Build.0 = Debug|Any CPU {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|Any CPU.ActiveCfg = Release|Any CPU {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|Any CPU.Build.0 = Release|Any CPU - {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|x86.ActiveCfg = Release|x86 - {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|x86.Build.0 = Release|x86 + {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|x86.ActiveCfg = Release|Any CPU + {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|x86.Build.0 = Release|Any CPU {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|x86.ActiveCfg = Debug|x86 - {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|x86.Build.0 = Debug|x86 + {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|x86.ActiveCfg = Debug|Any CPU + {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|x86.Build.0 = Debug|Any CPU {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|Any CPU.Build.0 = Release|Any CPU - {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|x86.ActiveCfg = Release|x86 - {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|x86.Build.0 = Release|x86 + {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|x86.ActiveCfg = Release|Any CPU + {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|x86.Build.0 = Release|Any CPU {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|x86.ActiveCfg = Debug|x86 - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|x86.Build.0 = Debug|x86 + {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|x86.ActiveCfg = Debug|Any CPU + {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|x86.Build.0 = Debug|Any CPU {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|Any CPU.ActiveCfg = Release|Any CPU {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|Any CPU.Build.0 = Release|Any CPU - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|x86.ActiveCfg = Release|x86 - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|x86.Build.0 = Release|x86 + {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|x86.ActiveCfg = Release|Any CPU + {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|x86.Build.0 = Release|Any CPU {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|x86.ActiveCfg = Debug|x86 - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|x86.Build.0 = Debug|x86 + {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|x86.ActiveCfg = Debug|Any CPU + {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|x86.Build.0 = Debug|Any CPU {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|Any CPU.ActiveCfg = Release|Any CPU {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|Any CPU.Build.0 = Release|Any CPU - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|x86.ActiveCfg = Release|x86 - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|x86.Build.0 = Release|x86 + {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|x86.ActiveCfg = Release|Any CPU + {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|x86.Build.0 = Release|Any CPU {0BE0428D-AC97-4812-ADFC-6D7D00AEE497}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0BE0428D-AC97-4812-ADFC-6D7D00AEE497}.Debug|Any CPU.Build.0 = Debug|Any CPU {0BE0428D-AC97-4812-ADFC-6D7D00AEE497}.Debug|x86.ActiveCfg = Debug|Any CPU diff --git a/Pilz/Pilz.vbproj b/Pilz/Pilz.vbproj index a45f138..42b00ea 100644 --- a/Pilz/Pilz.vbproj +++ b/Pilz/Pilz.vbproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - {277D2B83-7613-4C49-9CAB-E080195A6E0C} - Library - Pilz - Pilz - 512 Windows - v4.7.2 - true - + net48 + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + Pilz.xml + true - true - full true - true - bin\Debug\ - Pilz.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - pdbonly false - true - true - bin\Release\ - Pilz.xml - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On @@ -44,15 +24,13 @@ On + + + + + - - - - - - - @@ -66,28 +44,23 @@ - - - - + True Application.myapp - + True True Resources.resx - + True Settings.settings True - - - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -105,5 +78,4 @@ Settings.Designer.vb - \ No newline at end of file