Skip to content

Commit

Permalink
refactor: fix nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
Joschiller committed Jun 25, 2023
1 parent 4d7421e commit ae4e036
Show file tree
Hide file tree
Showing 22 changed files with 55,702 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]eleases/
x64/
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
- viewing processes in the `ThreadProcessViewer`
- default base classes for import and export
- utility functions for import and export

## Version 1.0.1

- fixed nuget package build
4 changes: 2 additions & 2 deletions XMLImportExport/XMLImportExport/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// 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: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: NeutralResourcesLanguage("en")]
Binary file not shown.
Binary file not shown.
2,093 changes: 2,093 additions & 0 deletions XMLImportExport/XMLImportExport/bin/Debug/EntityFramework.SqlServer.xml

Large diffs are not rendered by default.

Binary file not shown.
53,236 changes: 53,236 additions & 0 deletions XMLImportExport/XMLImportExport/bin/Debug/EntityFramework.xml

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
Binary file not shown.
164 changes: 164 additions & 0 deletions XMLImportExport/XMLImportExport/obj/Debug/ThreadProcessViewer.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
#pragma checksum "..\..\ThreadProcessViewer.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "82400BBE6B354C1BAFC91AF887C79F0980D7F584C004952B94FF4D6C8727045C"
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
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 {


/// <summary>
/// ThreadProcessViewer
/// </summary>
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;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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", "4.0.0.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;
}
}
}

164 changes: 164 additions & 0 deletions XMLImportExport/XMLImportExport/obj/Debug/ThreadProcessViewer.g.i.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
#pragma checksum "..\..\ThreadProcessViewer.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "82400BBE6B354C1BAFC91AF887C79F0980D7F584C004952B94FF4D6C8727045C"
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
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 {


/// <summary>
/// ThreadProcessViewer
/// </summary>
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;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.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", "4.0.0.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;
}
}
}

Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\XMLImportExport.dll.config
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\XMLImportExport.dll
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\XMLImportExport.pdb
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\EntityFramework.dll
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\EntityFramework.SqlServer.dll
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\EntityFramework.xml
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\bin\Debug\EntityFramework.SqlServer.xml
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\ThreadProcessViewer.g.cs
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport_MarkupCompile.cache
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport_MarkupCompile.lref
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\ThreadProcessViewer.baml
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.g.resources
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.Properties.Resources.resources
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.csproj.GenerateResource.cache
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.csproj.CoreCompileInputs.cache
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.csproj.CopyComplete
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.dll
C:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\obj\Debug\XMLImportExport.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


FC:\Users\josch\Desktop\Programming_Projects\PROGRAMMING_PROJECTS\XMLImportExport\XMLImportExport\XMLImportExport\ThreadProcessViewer.xaml;;

0 comments on commit ae4e036

Please sign in to comment.