diff --git a/XMLImportExport/XMLImportExport.sln b/XMLImportExport/XMLImportExport.sln
index 13b66d8..2fbeaed 100644
--- a/XMLImportExport/XMLImportExport.sln
+++ b/XMLImportExport/XMLImportExport.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLImportExport", "XMLImportExport\XMLImportExport.csproj", "{15A6CEDD-1894-479C-A11C-EA7FEEB0E3A7}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XMLImportExport", "XMLImportExport\XMLImportExport.csproj", "{E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -11,15 +11,15 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {15A6CEDD-1894-479C-A11C-EA7FEEB0E3A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {15A6CEDD-1894-479C-A11C-EA7FEEB0E3A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {15A6CEDD-1894-479C-A11C-EA7FEEB0E3A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {15A6CEDD-1894-479C-A11C-EA7FEEB0E3A7}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {8B7304F5-E60E-4186-BD79-E2A6FF902F15}
+ SolutionGuid = {29E3EF18-3BB9-405A-95C6-7A7DF656D286}
EndGlobalSection
EndGlobal
diff --git a/XMLImportExport/XMLImportExport/App.config b/XMLImportExport/XMLImportExport/App.config
new file mode 100644
index 0000000..2fb423e
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/App.config
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/Properties/AssemblyInfo.cs b/XMLImportExport/XMLImportExport/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..14e3ee9
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/Properties/AssemblyInfo.cs
@@ -0,0 +1,56 @@
+using System.Reflection;
+using System.Resources;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Windows;
+
+// 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("XMLImportExport")]
+[assembly: AssemblyDescription("A utility class for Visual Studio projects that allows simple string loading from json files for internationalization")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("XMLImportExport")]
+[assembly: AssemblyCopyright("Copyright © 2023")]
+[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)]
+
+//In order to begin building localizable applications, set
+//CultureYouAreCodingWith in your .csproj file
+//inside a . For example, if you are using US english
+//in your source files, set the to en-US. Then uncomment
+//the NeutralResourceLanguage attribute below. Update the "en-US" in
+//the line below to match the UICulture setting in the project file.
+
+//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
+
+
+[assembly:ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
+
+
+// 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.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: NeutralResourcesLanguage("en")]
diff --git a/XMLImportExport/XMLImportExport/Properties/Resources.Designer.cs b/XMLImportExport/XMLImportExport/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..854799c
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/Properties/Resources.Designer.cs
@@ -0,0 +1,62 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace XMLImportExport.Properties {
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if ((resourceMan == null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("XMLImportExport.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/XMLImportExport/XMLImportExport/Properties/Resources.resx b/XMLImportExport/XMLImportExport/Properties/Resources.resx
new file mode 100644
index 0000000..af7dbeb
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/Properties/Settings.Designer.cs b/XMLImportExport/XMLImportExport/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..64942c7
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace XMLImportExport.Properties
+{
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+ {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default
+ {
+ get
+ {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/XMLImportExport/XMLImportExport/Properties/Settings.settings b/XMLImportExport/XMLImportExport/Properties/Settings.settings
new file mode 100644
index 0000000..033d7a5
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/XMLImportExport.1.0.0.nupkg b/XMLImportExport/XMLImportExport/XMLImportExport.1.0.0.nupkg
new file mode 100644
index 0000000..54f40b8
Binary files /dev/null and b/XMLImportExport/XMLImportExport/XMLImportExport.1.0.0.nupkg differ
diff --git a/XMLImportExport/XMLImportExport/XMLImportExport.csproj b/XMLImportExport/XMLImportExport/XMLImportExport.csproj
index 82e95c7..a2633e8 100644
--- a/XMLImportExport/XMLImportExport/XMLImportExport.csproj
+++ b/XMLImportExport/XMLImportExport/XMLImportExport.csproj
@@ -1,27 +1,99 @@
-
-
+
+
+
- netcoreapp3.1
- true
- true
- true
- Joachim Schiller
- A utility class for Visual Studio projects that allows simple string loading from json files for internationalization
- LICENSE.md
- en
- XML;Export;Import;WPF
- https://github.com/Joschiller/XMLImportExport
+ Debug
+ AnyCPU
+ {E98EF605-FDE1-4BFF-8C4F-0C982B910EF7}
+ library
+ XMLImportExport
+ XMLImportExport
+ v4.7.2
+ 512
+ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ 4
+ true
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
-
-
+
+ ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll
+
+
+ ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll
+
+
+
+
+
+
+
+
+
+
+
+ 4.0
+
+
+
+
-
-
- True
-
+
+
+
+
+ Code
+
+
+ True
+ True
+ Resources.resx
+
+
+ True
+ Settings.settings
+ True
+
+
+ ThreadProcessViewer.xaml
+
+
+
+
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+
+
+ SettingsSingleFileGenerator
+ Settings.Designer.cs
-
-
+
+
+ Designer
+ MSBuild:Compile
+
+
+
+
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/XMLImportExport.nuspec b/XMLImportExport/XMLImportExport/XMLImportExport.nuspec
new file mode 100644
index 0000000..d78b401
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/XMLImportExport.nuspec
@@ -0,0 +1,20 @@
+
+
+
+ $id$
+ $version$
+ $title$
+ Joachim Schiller
+ true
+ LICENSE.md
+ docs\Documentation.md
+ https://github.com/Joschiller/XMLImportExport/
+ $description$
+ $copyright$
+ XML Export Import WPF
+
+
+
+
+
+
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/bin/Release/XMLImportExport.1.0.0.nupkg b/XMLImportExport/XMLImportExport/bin/Release/XMLImportExport.1.0.0.nupkg
deleted file mode 100644
index d7d8616..0000000
Binary files a/XMLImportExport/XMLImportExport/bin/Release/XMLImportExport.1.0.0.nupkg and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.deps.json b/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.deps.json
deleted file mode 100644
index e47f428..0000000
--- a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.deps.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v3.1",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "XMLImportExport/1.0.0": {
- "dependencies": {
- "EntityFramework": "6.2.0"
- },
- "runtime": {
- "XMLImportExport.dll": {}
- }
- },
- "EntityFramework/6.2.0": {
- "runtime": {
- "lib/net45/EntityFramework.SqlServer.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.2.61023.0"
- },
- "lib/net45/EntityFramework.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.2.61023.0"
- }
- }
- }
- }
- },
- "libraries": {
- "XMLImportExport/1.0.0": {
- "type": "project",
- "serviceable": false,
- "sha512": ""
- },
- "EntityFramework/6.2.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ptGyXOf26qLrtn+2doAmylIlCxOnBJANwlyyLrXDmqIk9O18IzLWHyxDwwAyhgXkxmbiaA0WNpRy67WRReInBw==",
- "path": "entityframework/6.2.0",
- "hashPath": "entityframework.6.2.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.dll b/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.dll
deleted file mode 100644
index e2d730a..0000000
Binary files a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.dll and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.pdb b/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.pdb
deleted file mode 100644
index 92118b8..0000000
Binary files a/XMLImportExport/XMLImportExport/bin/Release/netcoreapp3.1/XMLImportExport.pdb and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/obj/Release/XMLImportExport.1.0.0.nuspec b/XMLImportExport/XMLImportExport/obj/Release/XMLImportExport.1.0.0.nuspec
deleted file mode 100644
index f8c882b..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/XMLImportExport.1.0.0.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- XMLImportExport
- 1.0.0
- Joachim Schiller
- true
- LICENSE.md
- https://aka.ms/deprecateLicenseUrl
- A utility class for Visual Studio projects that allows simple string loading from json files for internationalization
- XML Export Import WPF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
deleted file mode 100644
index ad8dfe1..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.baml b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.baml
deleted file mode 100644
index 30d8e3e..0000000
Binary files a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.baml and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.cs b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.cs
deleted file mode 100644
index 9e931e3..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.cs
+++ /dev/null
@@ -1,165 +0,0 @@
-#pragma checksum "..\..\..\ThreadProcessViewer.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1EE8B4E83E05AFC1692AA3BD049C11FC86E263C0"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-using XMLImportExport;
-
-
-namespace XMLImportExport {
-
-
- ///
- /// ThreadProcessViewer
- ///
- public partial class ThreadProcessViewer : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 10 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.StackPanel headerContainer;
-
- #line default
- #line hidden
-
-
- #line 11 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock header;
-
- #line default
- #line hidden
-
-
- #line 12 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Border headerBorder;
-
- #line default
- #line hidden
-
-
- #line 14 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.ProgressBar progress;
-
- #line default
- #line hidden
-
-
- #line 15 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Button btnFinish;
-
- #line default
- #line hidden
-
-
- #line 16 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock description;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.17.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/XMLImportExport;component/threadprocessviewer.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\ThreadProcessViewer.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.17.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- switch (connectionId)
- {
- case 1:
-
- #line 8 "..\..\..\ThreadProcessViewer.xaml"
- ((XMLImportExport.ThreadProcessViewer)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
-
- #line default
- #line hidden
-
- #line 8 "..\..\..\ThreadProcessViewer.xaml"
- ((XMLImportExport.ThreadProcessViewer)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
-
- #line default
- #line hidden
- return;
- case 2:
- this.headerContainer = ((System.Windows.Controls.StackPanel)(target));
- return;
- case 3:
- this.header = ((System.Windows.Controls.TextBlock)(target));
- return;
- case 4:
- this.headerBorder = ((System.Windows.Controls.Border)(target));
- return;
- case 5:
- this.progress = ((System.Windows.Controls.ProgressBar)(target));
- return;
- case 6:
- this.btnFinish = ((System.Windows.Controls.Button)(target));
-
- #line 15 "..\..\..\ThreadProcessViewer.xaml"
- this.btnFinish.Click += new System.Windows.RoutedEventHandler(this.btnFinish_Click);
-
- #line default
- #line hidden
- return;
- case 7:
- this.description = ((System.Windows.Controls.TextBlock)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.i.cs b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.i.cs
deleted file mode 100644
index 9e931e3..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/ThreadProcessViewer.g.i.cs
+++ /dev/null
@@ -1,165 +0,0 @@
-#pragma checksum "..\..\..\ThreadProcessViewer.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1EE8B4E83E05AFC1692AA3BD049C11FC86E263C0"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-using XMLImportExport;
-
-
-namespace XMLImportExport {
-
-
- ///
- /// ThreadProcessViewer
- ///
- public partial class ThreadProcessViewer : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 10 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.StackPanel headerContainer;
-
- #line default
- #line hidden
-
-
- #line 11 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock header;
-
- #line default
- #line hidden
-
-
- #line 12 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Border headerBorder;
-
- #line default
- #line hidden
-
-
- #line 14 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.ProgressBar progress;
-
- #line default
- #line hidden
-
-
- #line 15 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Button btnFinish;
-
- #line default
- #line hidden
-
-
- #line 16 "..\..\..\ThreadProcessViewer.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock description;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.17.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/XMLImportExport;component/threadprocessviewer.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\ThreadProcessViewer.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.17.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- switch (connectionId)
- {
- case 1:
-
- #line 8 "..\..\..\ThreadProcessViewer.xaml"
- ((XMLImportExport.ThreadProcessViewer)(target)).MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDown);
-
- #line default
- #line hidden
-
- #line 8 "..\..\..\ThreadProcessViewer.xaml"
- ((XMLImportExport.ThreadProcessViewer)(target)).Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing);
-
- #line default
- #line hidden
- return;
- case 2:
- this.headerContainer = ((System.Windows.Controls.StackPanel)(target));
- return;
- case 3:
- this.header = ((System.Windows.Controls.TextBlock)(target));
- return;
- case 4:
- this.headerBorder = ((System.Windows.Controls.Border)(target));
- return;
- case 5:
- this.progress = ((System.Windows.Controls.ProgressBar)(target));
- return;
- case 6:
- this.btnFinish = ((System.Windows.Controls.Button)(target));
-
- #line 15 "..\..\..\ThreadProcessViewer.xaml"
- this.btnFinish.Click += new System.Windows.RoutedEventHandler(this.btnFinish_Click);
-
- #line default
- #line hidden
- return;
- case 7:
- this.description = ((System.Windows.Controls.TextBlock)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.AssemblyInfo.cs b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.AssemblyInfo.cs
deleted file mode 100644
index 1f70dea..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("Joachim Schiller")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyDescriptionAttribute("A utility class for Visual Studio projects that allows simple string loading from" +
- " json files for internationalization")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("XMLImportExport")]
-[assembly: System.Reflection.AssemblyTitleAttribute("XMLImportExport")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Joschiller/XMLImportExport")]
-[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.GeneratedMSBuildEditorConfig.editorconfig b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d4f5573..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-is_global = true
-build_property.RootNamespace = XMLImportExport
-build_property.ProjectDir = C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.csproj.FileListAbsolute.txt b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.csproj.FileListAbsolute.txt
deleted file mode 100644
index 6dad677..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Release\netcoreapp3.1\XMLImportExport.deps.json
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Release\netcoreapp3.1\XMLImportExport.dll
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Release\netcoreapp3.1\XMLImportExport.pdb
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\ThreadProcessViewer.g.cs
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport_MarkupCompile.cache
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport_MarkupCompile.lref
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\ThreadProcessViewer.baml
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.g.resources
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.AssemblyInfoInputs.cache
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.AssemblyInfo.cs
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.csproj.CoreCompileInputs.cache
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.dll
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.pdb
-C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Release\netcoreapp3.1\XMLImportExport.csproj.AssemblyReference.cache
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.dll b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.dll
deleted file mode 100644
index e2d730a..0000000
Binary files a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.dll and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.g.resources b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.g.resources
deleted file mode 100644
index eaee759..0000000
Binary files a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.g.resources and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.pdb b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.pdb
deleted file mode 100644
index 92118b8..0000000
Binary files a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport.pdb and /dev/null differ
diff --git a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport_MarkupCompile.lref b/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport_MarkupCompile.lref
deleted file mode 100644
index a8776f9..0000000
--- a/XMLImportExport/XMLImportExport/obj/Release/netcoreapp3.1/XMLImportExport_MarkupCompile.lref
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-FC:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\ThreadProcessViewer.xaml;;
-
diff --git a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.dgspec.json b/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.dgspec.json
deleted file mode 100644
index fb177f8..0000000
--- a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj": {}
- },
- "projects": {
- "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj",
- "projectName": "XMLImportExport",
- "projectPath": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj",
- "packagesPath": "C:\\Users\\josch\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\josch\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "EntityFramework": {
- "target": "Package",
- "version": "[6.2.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.props b/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.props
deleted file mode 100644
index 503b311..0000000
--- a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.props
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\josch\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\
- PackageReference
- 5.11.1
-
-
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
- C:\Users\josch\.nuget\packages\entityframework\6.2.0
-
-
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.targets b/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/XMLImportExport/XMLImportExport/obj/XMLImportExport.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/obj/project.assets.json b/XMLImportExport/XMLImportExport/obj/project.assets.json
deleted file mode 100644
index 0c064a1..0000000
--- a/XMLImportExport/XMLImportExport/obj/project.assets.json
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "version": 3,
- "targets": {
- ".NETCoreApp,Version=v3.1": {
- "EntityFramework/6.2.0": {
- "type": "package",
- "compile": {
- "lib/net45/EntityFramework.SqlServer.dll": {},
- "lib/net45/EntityFramework.dll": {}
- },
- "runtime": {
- "lib/net45/EntityFramework.SqlServer.dll": {},
- "lib/net45/EntityFramework.dll": {}
- }
- }
- }
- },
- "libraries": {
- "EntityFramework/6.2.0": {
- "sha512": "ptGyXOf26qLrtn+2doAmylIlCxOnBJANwlyyLrXDmqIk9O18IzLWHyxDwwAyhgXkxmbiaA0WNpRy67WRReInBw==",
- "type": "package",
- "path": "entityframework/6.2.0",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "content/net40/App.config.transform",
- "content/net40/Web.config.transform",
- "entityframework.6.2.0.nupkg.sha512",
- "entityframework.nuspec",
- "lib/net40/EntityFramework.SqlServer.dll",
- "lib/net40/EntityFramework.SqlServer.xml",
- "lib/net40/EntityFramework.dll",
- "lib/net40/EntityFramework.xml",
- "lib/net45/EntityFramework.SqlServer.dll",
- "lib/net45/EntityFramework.SqlServer.xml",
- "lib/net45/EntityFramework.dll",
- "lib/net45/EntityFramework.xml",
- "tools/EntityFramework.PowerShell.Utility.dll",
- "tools/EntityFramework.PowerShell.dll",
- "tools/EntityFramework.psd1",
- "tools/EntityFramework.psm1",
- "tools/about_EntityFramework.help.txt",
- "tools/init.ps1",
- "tools/install.ps1",
- "tools/migrate.exe"
- ]
- }
- },
- "projectFileDependencyGroups": {
- ".NETCoreApp,Version=v3.1": [
- "EntityFramework >= 6.2.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\josch\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj",
- "projectName": "XMLImportExport",
- "projectPath": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\XMLImportExport.csproj",
- "packagesPath": "C:\\Users\\josch\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\josch\\Desktop\\Programming_Projects\\PROGRAMMING_PROJECTS\\XMLImportExport\\XMLImportExport\\XMLImportExport\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\josch\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "netcoreapp3.1"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "netcoreapp3.1": {
- "targetAlias": "netcoreapp3.1",
- "dependencies": {
- "EntityFramework": {
- "target": "Package",
- "version": "[6.2.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.408\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "logs": [
- {
- "code": "NU1701",
- "level": "Warning",
- "warningLevel": 1,
- "message": "Package 'EntityFramework 6.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.",
- "libraryId": "EntityFramework",
- "targetGraphs": [
- ".NETCoreApp,Version=v3.1"
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/XMLImportExport/XMLImportExport/packages.config b/XMLImportExport/XMLImportExport/packages.config
new file mode 100644
index 0000000..eb087a2
--- /dev/null
+++ b/XMLImportExport/XMLImportExport/packages.config
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file