From 1e08193deb5cb5e767de08dd3baffb7dd8213490 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Thu, 24 Sep 2020 08:37:11 +0000 Subject: [PATCH] Revert "update project files to the new version" This reverts commit a130fd8dec862ff7700b536c3b1219289f8a4349 --- 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, 906 insertions(+), 261 deletions(-) create mode 100644 Pilz.Configuration/packages.config create mode 100644 Pilz.Cryptography/packages.config create mode 100644 Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config create mode 100644 Pilz.IO/packages.config create mode 100644 Pilz.Networking/packages.config create mode 100644 Pilz.Simple3DFileParser/packages.config create mode 100644 Pilz.UI/packages.config diff --git a/Pilz.Collections/Pilz.Collections.vbproj b/Pilz.Collections/Pilz.Collections.vbproj index e7b1bca..1d39f65 100644 --- a/Pilz.Collections/Pilz.Collections.vbproj +++ b/Pilz.Collections/Pilz.Collections.vbproj @@ -1,18 +1,41 @@ - + + + - + Debug + AnyCPU + {E4B2D294-8479-4014-942D-0B460E453DEA} + Library + + + Pilz.Collections + Pilz.Collections + 512 Windows - net48 - Pilz.Collections.xml - true + v4.7.2 + + 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 @@ -28,26 +51,38 @@ On + true true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Debug\ + Pilz.Collections.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,40008 + full + x86 MinimumRecommendedRules.ruleset true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Release\ true + Pilz.Collections.xml + true 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + x86 MinimumRecommendedRules.ruleset - - - - - + + + + + + + + @@ -63,23 +98,31 @@ - + + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -96,8 +139,7 @@ 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 e1f9c95..ada218a 100644 --- a/Pilz.Configuration/Pilz.Configuration.vbproj +++ b/Pilz.Configuration/Pilz.Configuration.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {A56C6153-C61F-4B10-BE06-35EB0448CFDC} + Library + Pilz.Configuration + Pilz.Configuration + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Configuration.xml - true + v4.7.2 + 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 @@ -24,16 +44,18 @@ On - - - - - - - - + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + @@ -47,23 +69,32 @@ - + + + + + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -80,8 +111,13 @@ 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 new file mode 100644 index 0000000..a9de8b5 --- /dev/null +++ b/Pilz.Configuration/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Pilz.Cryptography/Pilz.Cryptography.csproj b/Pilz.Cryptography/Pilz.Cryptography.csproj index 002788b..fc42b31 100644 --- a/Pilz.Cryptography/Pilz.Cryptography.csproj +++ b/Pilz.Cryptography/Pilz.Cryptography.csproj @@ -1,20 +1,62 @@ - + + + - net48 - Pilz.Cryptography - Pilz.Cryptography - Copyright © 2020 + 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 - - - - - - - - - + + ..\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 23e20a3..9c9846d 100644 --- a/Pilz.Cryptography/Properties/AssemblyInfo.cs +++ b/Pilz.Cryptography/Properties/AssemblyInfo.cs @@ -2,6 +2,18 @@ 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. @@ -9,3 +21,16 @@ 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 new file mode 100644 index 0000000..a9de8b5 --- /dev/null +++ b/Pilz.Cryptography/packages.config @@ -0,0 +1,4 @@ + + + + \ 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 1735a90..8599650 100644 --- a/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj +++ b/Pilz.Drawing.Drawing3D.OpenGLRenderer/Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj @@ -1,16 +1,35 @@ - + + + + Debug + AnyCPU + {5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84} + Library + Pilz.Drawing.Drawing3D.OpenGLFactory + Pilz.Drawing.Drawing3D.OpenGLFactory + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Drawing.Drawing3D.OpenGLFactory.xml - true + v4.7.2 + + 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 @@ -24,18 +43,26 @@ 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 + + + + + + @@ -49,39 +76,49 @@ - + + + + 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 @@ -91,11 +128,15 @@ 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 new file mode 100644 index 0000000..eec2fad --- /dev/null +++ b/Pilz.Drawing.Drawing3D.OpenGLRenderer/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Pilz.Drawing/Pilz.Drawing.vbproj b/Pilz.Drawing/Pilz.Drawing.vbproj index 6675f52..fb06738 100644 --- a/Pilz.Drawing/Pilz.Drawing.vbproj +++ b/Pilz.Drawing/Pilz.Drawing.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {1A0B8106-2449-4908-B5E1-A00D8E9CF8F6} + Library + Pilz.Drawing + Pilz.Drawing + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Drawing.xml - true + v4.7.2 + 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 @@ -24,10 +44,15 @@ On - - - + + + + + + + + @@ -41,23 +66,27 @@ - + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -75,4 +104,5 @@ Settings.Designer.vb + \ No newline at end of file diff --git a/Pilz.IO/Pilz.IO.csproj b/Pilz.IO/Pilz.IO.csproj index ac67f8b..0ffdc17 100644 --- a/Pilz.IO/Pilz.IO.csproj +++ b/Pilz.IO/Pilz.IO.csproj @@ -1,22 +1,38 @@ - + + + + Debug + AnyCPU + {877D980E-4F61-0E53-0E8B-5C50B7D1440C} + Library + Pilz.IO + Pilz.IO + 512 Windows - net48 + v4.7.2 + true + $(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 @@ -32,26 +48,39 @@ On + true true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Debug\ + Pilz.IO.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x86 MinimumRecommendedRules.ruleset true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Release\ + Pilz.IO.xml + true 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 + + + + + + + + @@ -65,23 +94,33 @@ - + + + + + + + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + - + ResXFileCodeGenerator Resources.Designer.cs Pilz.IO.My.Resources @@ -93,6 +132,7 @@ MyApplicationCodeGenerator Application.Designer.cs + SettingsSingleFileGenerator Pilz.IO.My @@ -100,6 +140,10 @@ - + + {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 11816c6..68f83ae 100644 --- a/Pilz.IO/Properties/AssemblyInfo.cs +++ b/Pilz.IO/Properties/AssemblyInfo.cs @@ -1,8 +1,35 @@ 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 new file mode 100644 index 0000000..a9de8b5 --- /dev/null +++ b/Pilz.IO/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj b/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj index d568758..b86901e 100644 --- a/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj +++ b/Pilz.LicenseHelper/Pilz.LicenseHelper.csproj @@ -1,15 +1,50 @@ - + + + - net48 - LicenseHelper - DRSN - LicenseHelper - Copyright © DRSN 2018 + 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 true - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/Pilz.LicenseHelper/Properties/AssemblyInfo.cs b/Pilz.LicenseHelper/Properties/AssemblyInfo.cs index d1747b5..0d2d071 100644 --- a/Pilz.LicenseHelper/Properties/AssemblyInfo.cs +++ b/Pilz.LicenseHelper/Properties/AssemblyInfo.cs @@ -2,6 +2,18 @@ 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. @@ -9,3 +21,16 @@ 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 a173a09..5983119 100644 --- a/Pilz.Networking/Pilz.Networking.vbproj +++ b/Pilz.Networking/Pilz.Networking.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {4584B121-09C6-40AC-849B-7E410125EF66} + Library + Pilz.Networking + Pilz.Networking + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Networking.xml - true + v4.7.2 + 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 @@ -24,13 +44,17 @@ On - - - - - - + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + @@ -44,23 +68,28 @@ - + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -77,5 +106,7 @@ My Settings.Designer.vb + + \ No newline at end of file diff --git a/Pilz.Networking/packages.config b/Pilz.Networking/packages.config new file mode 100644 index 0000000..a9de8b5 --- /dev/null +++ b/Pilz.Networking/packages.config @@ -0,0 +1,4 @@ + + + + \ 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 fb13995..0ea782c 100644 --- a/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj +++ b/Pilz.Reflection.PluginSystem/Pilz.Reflection.PluginSystem.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7} + Library + Pilz.Reflection.PluginSystem + Pilz.Reflection.PluginSystem + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Reflection.PluginSystem.xml - true + v4.7.2 + 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 @@ -24,10 +44,14 @@ On - - - + + + + + + + @@ -41,23 +65,30 @@ - + + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -75,4 +106,5 @@ Settings.Designer.vb + \ No newline at end of file diff --git a/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj b/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj index f3419fc..5b7f1d9 100644 --- a/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj +++ b/Pilz.Simple3DFileParser/Pilz.Simple3DFileParser.vbproj @@ -1,18 +1,41 @@ - + + + - + Debug + AnyCPU + {AC955819-7910-450C-940C-7C1989483D4B} + Library + + Pilz.S3DFileParser + Pilz.Simple3DFileParser + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Simple3DFileParser.xml - true + v4.7.2 + + + + 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 @@ -26,24 +49,30 @@ 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 + + + + + + @@ -59,23 +88,44 @@ - + + + + + + + + + + + + + + + + + + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -92,8 +142,14 @@ 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 new file mode 100644 index 0000000..1af4af6 --- /dev/null +++ b/Pilz.Simple3DFileParser/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/Pilz.Threading/Pilz.Threading.vbproj b/Pilz.Threading/Pilz.Threading.vbproj index ac7f7d9..6d1863c 100644 --- a/Pilz.Threading/Pilz.Threading.vbproj +++ b/Pilz.Threading/Pilz.Threading.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB} + Library + Pilz.Threading + Pilz.Threading + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Threading.xml - true + v4.7.2 + 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 @@ -25,22 +45,36 @@ On + true true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Debug\ + Pilz.Threading.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x86 MinimumRecommendedRules.ruleset true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Release\ + Pilz.Threading.xml + true + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + pdbonly + x86 MinimumRecommendedRules.ruleset - - - - - + + + + + + + @@ -54,23 +88,25 @@ - + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -88,4 +124,5 @@ Settings.Designer.vb + \ No newline at end of file diff --git a/Pilz.UI/Pilz.UI.vbproj b/Pilz.UI/Pilz.UI.vbproj index 031a984..c6dc5dd 100644 --- a/Pilz.UI/Pilz.UI.vbproj +++ b/Pilz.UI/Pilz.UI.vbproj @@ -1,16 +1,35 @@ - + + + + Debug + AnyCPU + {827C60BF-4D92-4D39-92F0-4285923266A1} + Library + Pilz.UI + Pilz.UI + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.UI.xml - true + v4.7.2 + + 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 @@ -26,26 +45,40 @@ On + true true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Debug\ + Pilz.UI.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + full + x86 MinimumRecommendedRules.ruleset true - bin\$(Platform)\$(Configuration)\ + true + bin\x86\Release\ 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 + + + + + + + + + @@ -59,32 +92,45 @@ - + + + + + + + + + UserControl - + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources Designer - + PaintingControl.vb @@ -98,8 +144,13 @@ 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 new file mode 100644 index 0000000..a9de8b5 --- /dev/null +++ b/Pilz.UI/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Pilz.Win32/Pilz.Win32.vbproj b/Pilz.Win32/Pilz.Win32.vbproj index 973caab..f47325c 100644 --- a/Pilz.Win32/Pilz.Win32.vbproj +++ b/Pilz.Win32/Pilz.Win32.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {0BE0428D-AC97-4812-ADFC-6D7D00AEE497} + Library + Pilz.Win32 + Pilz.Win32 + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.Win32.xml - true + v4.7.2 + 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 @@ -24,10 +44,15 @@ On - - - + + + + + + + + @@ -41,23 +66,28 @@ - + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -75,4 +105,6 @@ Settings.Designer.vb + + \ No newline at end of file diff --git a/Pilz.sln b/Pilz.sln index 6271f04..0500f97 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("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz", "Pilz\Pilz.vbproj", "{277D2B83-7613-4C49-9CAB-E080195A6E0C}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz", "Pilz\Pilz.vbproj", "{277D2B83-7613-4C49-9CAB-E080195A6E0C}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Drawing", "Pilz.Drawing\Pilz.Drawing.vbproj", "{1A0B8106-2449-4908-B5E1-A00D8E9CF8F6}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Drawing", "Pilz.Drawing\Pilz.Drawing.vbproj", "{1A0B8106-2449-4908-B5E1-A00D8E9CF8F6}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.UI", "Pilz.UI\Pilz.UI.vbproj", "{827C60BF-4D92-4D39-92F0-4285923266A1}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.UI", "Pilz.UI\Pilz.UI.vbproj", "{827C60BF-4D92-4D39-92F0-4285923266A1}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Collections", "Pilz.Collections\Pilz.Collections.vbproj", "{E4B2D294-8479-4014-942D-0B460E453DEA}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Collections", "Pilz.Collections\Pilz.Collections.vbproj", "{E4B2D294-8479-4014-942D-0B460E453DEA}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Threading", "Pilz.Threading\Pilz.Threading.vbproj", "{D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Threading", "Pilz.Threading\Pilz.Threading.vbproj", "{D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.IO", "Pilz.IO\Pilz.IO.csproj", "{877D980E-4F61-0E53-0E8B-5C50B7D1440C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pilz.IO", "Pilz.IO\Pilz.IO.csproj", "{877D980E-4F61-0E53-0E8B-5C50B7D1440C}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Win32", "Pilz.Win32\Pilz.Win32.vbproj", "{0BE0428D-AC97-4812-ADFC-6D7D00AEE497}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Win32", "Pilz.Win32\Pilz.Win32.vbproj", "{0BE0428D-AC97-4812-ADFC-6D7D00AEE497}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Configuration", "Pilz.Configuration\Pilz.Configuration.vbproj", "{A56C6153-C61F-4B10-BE06-35EB0448CFDC}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Configuration", "Pilz.Configuration\Pilz.Configuration.vbproj", "{A56C6153-C61F-4B10-BE06-35EB0448CFDC}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Reflection.PluginSystem", "Pilz.Reflection.PluginSystem\Pilz.Reflection.PluginSystem.vbproj", "{F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Reflection.PluginSystem", "Pilz.Reflection.PluginSystem\Pilz.Reflection.PluginSystem.vbproj", "{F7975470-4CA3-4FAB-BB6A-A3AF3978ABB7}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Drawing.Drawing3D.OpenGLFactory", "Pilz.Drawing.Drawing3D.OpenGLRenderer\Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj", "{5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Drawing.Drawing3D.OpenGLFactory", "Pilz.Drawing.Drawing3D.OpenGLRenderer\Pilz.Drawing.Drawing3D.OpenGLFactory.vbproj", "{5E9F0B0A-F7B8-49A9-80FC-6DFE0D44CC84}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Simple3DFileParser", "Pilz.Simple3DFileParser\Pilz.Simple3DFileParser.vbproj", "{AC955819-7910-450C-940C-7C1989483D4B}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Simple3DFileParser", "Pilz.Simple3DFileParser\Pilz.Simple3DFileParser.vbproj", "{AC955819-7910-450C-940C-7C1989483D4B}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.LicenseHelper", "Pilz.LicenseHelper\Pilz.LicenseHelper.csproj", "{67593FF7-C1D1-4529-98C4-61CBD0615F08}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pilz.LicenseHelper", "Pilz.LicenseHelper\Pilz.LicenseHelper.csproj", "{67593FF7-C1D1-4529-98C4-61CBD0615F08}" EndProject -Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "Pilz.Networking", "Pilz.Networking\Pilz.Networking.vbproj", "{4584B121-09C6-40AC-849B-7E410125EF66}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Pilz.Networking", "Pilz.Networking\Pilz.Networking.vbproj", "{4584B121-09C6-40AC-849B-7E410125EF66}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pilz.Cryptography", "Pilz.Cryptography\Pilz.Cryptography.csproj", "{3F5988E6-439E-4A9D-B2C6-47EFFB161AC6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "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|Any CPU - {827C60BF-4D92-4D39-92F0-4285923266A1}.Debug|x86.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}.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|Any CPU - {827C60BF-4D92-4D39-92F0-4285923266A1}.Release|x86.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 {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|Any CPU - {E4B2D294-8479-4014-942D-0B460E453DEA}.Debug|x86.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}.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|Any CPU - {E4B2D294-8479-4014-942D-0B460E453DEA}.Release|x86.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 {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|Any CPU - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Debug|x86.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}.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|Any CPU - {D9C8655E-4F1C-4348-A51C-AB00FD9A14BB}.Release|x86.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 {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|Any CPU - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Debug|x86.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}.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|Any CPU - {877D980E-4F61-0E53-0E8B-5C50B7D1440C}.Release|x86.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 {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 42b00ea..a45f138 100644 --- a/Pilz/Pilz.vbproj +++ b/Pilz/Pilz.vbproj @@ -1,16 +1,36 @@ - + + + + Debug + AnyCPU + {277D2B83-7613-4C49-9CAB-E080195A6E0C} + Library + Pilz + Pilz + 512 Windows - net48 - 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 - Pilz.xml - true + v4.7.2 + 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 @@ -24,13 +44,15 @@ On - - - - - + + + + + + + @@ -44,23 +66,28 @@ - + + + + True Application.myapp - + True True Resources.resx - + True Settings.settings True + + - + VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources @@ -78,4 +105,5 @@ Settings.Designer.vb + \ No newline at end of file