new class – aua creator

This commit is contained in:
2021-10-03 23:06:08 +03:00
parent 6591cd7c9f
commit 5e29140834
338 changed files with 34430 additions and 38 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -0,0 +1,72 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DB6520F5B0C907C9DD6755E52CAD17FF1723CDDF"
//------------------------------------------------------------------------------
// <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 Inst;
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.Forms.Integration;
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;
namespace Inst {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public void InitializeComponent() {
#line 7 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public static void Main() {
Inst.App app = new Inst.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,72 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DB6520F5B0C907C9DD6755E52CAD17FF1723CDDF"
//------------------------------------------------------------------------------
// <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 Inst;
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.Forms.Integration;
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;
namespace Inst {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public void InitializeComponent() {
#line 7 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.0.0")]
public static void Main() {
Inst.App app = new Inst.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1 @@
2b3a0cee247dbac44a35ec4b48e0f067e3dba1cf

View File

@@ -0,0 +1,53 @@
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.exe
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.deps.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.runtimeconfig.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.runtimeconfig.dev.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\ref\Inst.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Inst.pdb
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.csproj.AssemblyReference.cache
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\MainWindow.g.cs
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\App.g.cs
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst_MarkupCompile.cache
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst_MarkupCompile.lref
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\MainWindow.baml
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.g.resources
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.GeneratedMSBuildEditorConfig.editorconfig
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.AssemblyInfoInputs.cache
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.AssemblyInfo.cs
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.csproj.CoreCompileInputs.cache
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\ref\Inst.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.pdb
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\Inst.genruntimeconfig.cache
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.deps.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.runtimeconfig.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.runtimeconfig.dev.json
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.exe
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\ManagedNativeWifi.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Newtonsoft.Json.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\NuGet.Common.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\NuGet.Configuration.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\NuGet.Frameworks.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\NuGet.Packaging.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\NuGet.Versioning.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Microsoft.Win32.TaskScheduler.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\de\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\es\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\fr\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\it\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\pl\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\ru\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\zh-CN\Microsoft.Win32.TaskScheduler.resources.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\Installizer.pdb
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\DotNetProjects.SVGImage.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Converters.Wpf.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Core.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Css.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Dom.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Model.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Rendering.Gdi.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Rendering.Wpf.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SharpVectors.Runtime.Wpf.dll
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\bin\Debug\net5.0-windows\SVGImage.dll

View File

@@ -0,0 +1,458 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"DotNetProjects.SVGImage/4.1.97": {
"runtime": {
"lib/netcoreapp3.1/DotNetProjects.SVGImage.dll": {
"assemblyVersion": "4.1.97.0",
"fileVersion": "4.1.97.0"
}
}
},
"ManagedNativeWifi/2.1.0": {
"runtime": {
"lib/net5.0/ManagedNativeWifi.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"Microsoft.NETCore.Platforms/5.0.0": {},
"Microsoft.Win32.Registry/5.0.0": {
"dependencies": {
"System.Security.AccessControl": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
},
"NuGet.Common/5.11.0": {
"dependencies": {
"NuGet.Frameworks": "5.11.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Common.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Configuration/5.11.0": {
"dependencies": {
"NuGet.Common": "5.11.0",
"System.Security.Cryptography.ProtectedData": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/NuGet.Configuration.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Frameworks/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Frameworks.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Packaging/5.11.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.1",
"NuGet.Configuration": "5.11.0",
"NuGet.Versioning": "5.11.0",
"System.Security.Cryptography.Cng": "5.0.0",
"System.Security.Cryptography.Pkcs": "5.0.0"
},
"runtime": {
"lib/net5.0/NuGet.Packaging.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"NuGet.Versioning/5.11.0": {
"runtime": {
"lib/netstandard2.0/NuGet.Versioning.dll": {
"assemblyVersion": "5.11.0.10",
"fileVersion": "5.11.0.10"
}
}
},
"SharpVectors/1.7.6": {
"runtime": {
"lib/net5.0-windows/SharpVectors.Converters.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Core.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Css.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Dom.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Model.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Gdi.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Rendering.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
},
"lib/net5.0-windows/SharpVectors.Runtime.Wpf.dll": {
"assemblyVersion": "1.7.6.0",
"fileVersion": "1.7.6.0"
}
}
},
"SVGImage/3.0.0": {
"runtime": {
"lib/net5.0-windows7.0/SVGImage.dll": {
"assemblyVersion": "3.0.0.0",
"fileVersion": "3.0.0.0"
}
}
},
"System.Diagnostics.EventLog/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"Microsoft.Win32.Registry": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Diagnostics.EventLog.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Diagnostics.EventLog.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Formats.Asn1/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Formats.Asn1.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.AccessControl/5.0.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "5.0.0",
"System.Security.Principal.Windows": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.AccessControl.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Cryptography.Cng/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"dependencies": {
"System.Formats.Asn1": "5.0.0",
"System.Security.Cryptography.Cng": "5.0.0"
},
"runtime": {
"lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.25519.3"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.2.0",
"fileVersion": "4.6.25519.3"
}
}
},
"System.Security.Principal.Windows/5.0.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
},
"runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.20.51904"
}
}
},
"TaskScheduler/2.9.1": {
"dependencies": {
"Microsoft.Win32.Registry": "5.0.0",
"System.Diagnostics.EventLog": "5.0.0",
"System.Security.AccessControl": "5.0.0"
},
"runtime": {
"lib/net5.0-windows7.0/Microsoft.Win32.TaskScheduler.dll": {
"assemblyVersion": "2.9.1.0",
"fileVersion": "2.9.1.0"
}
},
"resources": {
"lib/net5.0-windows7.0/de/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "de"
},
"lib/net5.0-windows7.0/es/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "es"
},
"lib/net5.0-windows7.0/fr/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "fr"
},
"lib/net5.0-windows7.0/it/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "it"
},
"lib/net5.0-windows7.0/pl/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "pl"
},
"lib/net5.0-windows7.0/ru/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "ru"
},
"lib/net5.0-windows7.0/zh-CN/Microsoft.Win32.TaskScheduler.resources.dll": {
"locale": "zh-CN"
}
}
}
}
},
"libraries": {
"DotNetProjects.SVGImage/4.1.97": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oHFwb6OrEuli41DTZUaEX9OXH1/RcJR+qJIVtDmMpktcCeORKmXG5VVGmfBmRIjpQK+MpYhP9hFgdWFB6/R3Ag==",
"path": "dotnetprojects.svgimage/4.1.97",
"hashPath": "dotnetprojects.svgimage.4.1.97.nupkg.sha512"
},
"ManagedNativeWifi/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JljrCZt9ZzDj4+0INn3ppASTSHJI1NUwZo5P4SkG10hK2CiGc8XassdgJphQ7Izf3aEmxmP9XCjI40LXNE08fw==",
"path": "managednativewifi/2.1.0",
"hashPath": "managednativewifi.2.1.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
"path": "microsoft.netcore.platforms/5.0.0",
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
"path": "microsoft.win32.registry/5.0.0",
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"NuGet.Common/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WCHexQBfSqBDRqP3PSDSUw7YM+PwuvMHGAkT/sXI5UHze4T41yLE+VB/km2Fe0z9y3m2mudcr2djFZezivjMJw==",
"path": "nuget.common/5.11.0",
"hashPath": "nuget.common.5.11.0.nupkg.sha512"
},
"NuGet.Configuration/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NqsQe198CTHoo7NMrKQL8utd6n9yVb9CPgJmpyF6kpEsLFo/9r0wqGL3ln8Mtcz8yuJpOPWFQEoOlzDzu3LfUg==",
"path": "nuget.configuration/5.11.0",
"hashPath": "nuget.configuration.5.11.0.nupkg.sha512"
},
"NuGet.Frameworks/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
"path": "nuget.frameworks/5.11.0",
"hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
},
"NuGet.Packaging/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-knlpQuqTL8BEXUHTdZ9Wlz3pjck5nv0OYsCpSkaQAukl7fFcX4apAs8cwJgxHiEZjfWNG1npZOzpYdHG59v5xQ==",
"path": "nuget.packaging/5.11.0",
"hashPath": "nuget.packaging.5.11.0.nupkg.sha512"
},
"NuGet.Versioning/5.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mCv/GzvMk5iatWoZY41PoIShEbwVxq9CDCc1fV/uqPFKZ4DD/1JuKZ5AL/FJJRsTanvMR3EOXKYCLdQ7PFYn8Q==",
"path": "nuget.versioning/5.11.0",
"hashPath": "nuget.versioning.5.11.0.nupkg.sha512"
},
"SharpVectors/1.7.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-4mdmSPJCUdA+7ig8rMl4MbJ0qB/oDOByCmLhRdDjG54+sGIIYI004vkR4uPbWYsjn/Fgdi55s0vLqO2nLL0jDg==",
"path": "sharpvectors/1.7.6",
"hashPath": "sharpvectors.1.7.6.nupkg.sha512"
},
"SVGImage/3.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-m8WrTTRJ9lLzxUAq1x1np9Xbz+0upunD9yTQvAJVhv/TceknMjxsJYNJdPe1vTOK/2humSDwcB5QHg6UBaccuQ==",
"path": "svgimage/3.0.0",
"hashPath": "svgimage.3.0.0.nupkg.sha512"
},
"System.Diagnostics.EventLog/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FHkCwUfsTs+/5tsK+c0egLfacUgbhvcwi3wUFWSEEArSXao343mYqcpOVVFMlcCkdNtjU4YwAWaKYwal6f02og==",
"path": "system.diagnostics.eventlog/5.0.0",
"hashPath": "system.diagnostics.eventlog.5.0.0.nupkg.sha512"
},
"System.Formats.Asn1/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
"path": "system.formats.asn1/5.0.0",
"hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
},
"System.Security.AccessControl/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
"path": "system.security.accesscontrol/5.0.0",
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Cng/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
"path": "system.security.cryptography.cng/5.0.0",
"hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.Pkcs/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==",
"path": "system.security.cryptography.pkcs/5.0.0",
"hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
"path": "system.security.cryptography.protecteddata/4.4.0",
"hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
},
"System.Security.Principal.Windows/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
"path": "system.security.principal.windows/5.0.0",
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
},
"TaskScheduler/2.9.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wtiNKxMnWS4lpVvJooJM7FbATUpENusKsPfyV1gbusJS9WyZ7XfVp+S75XK8tpD4Grm6XQmTOlxwz2K4sCmPOw==",
"path": "taskscheduler/2.9.1",
"hashPath": "taskscheduler.2.9.1.nupkg.sha512"
}
}
}

View File

@@ -0,0 +1,17 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "5.0.0"
},
"additionalProbingPaths": [
"C:\\Users\\סארט\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\סארט\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

View File

@@ -0,0 +1 @@
c955b221e114707afced74a6f37664fe0dbb7e0c

Binary file not shown.

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_3l44nkig_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_3nvy2m0t_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,20 @@
Inst
winexe
C#
.cs
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\
Inst
none
false
TRACE;DEBUG;NET;NET5_0;NETCOREAPP
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\App.xaml
11407045341
3-1233169557
221-1699751684
MainWindow.xaml;
False

View File

@@ -0,0 +1,20 @@
Inst
1.0.0.0
winexe
C#
.cs
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\obj\Debug\net5.0-windows\
Inst
none
false
TRACE;DEBUG;NET;NET5_0;NETCOREAPP
D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\App.xaml
11407045341
5-1645130833
221-1699751684
MainWindow.xaml;
True

View File

@@ -0,0 +1,4 @@

FD:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\MainWindow.xaml;;

View File

@@ -0,0 +1,4 @@

FD:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\MainWindow.xaml;;

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_as2lbmd2_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_bbjhby32_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_bbpn4nhz_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_bhgdjjnk_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_dc0yyatn_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_dkfofjzi_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_gp5gdmy5_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_gvhuy10b_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_j01e1j25_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_levn5he2_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_ofowqctt_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_phkgn30j_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_qrtajzsd_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_saohxc55_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_thfyiyew_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_ttw4wz5z_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_uz2klvui_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
cdd61b64efe5b5c77308588ae0d1ccf94f8fa21d

View File

@@ -0,0 +1,10 @@
is_global = true
build_property.TargetFramework = net5.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Inst_x0xsoyo0_wpftmp
build_property.ProjectDir = D:\Drive\טוויקים למחשב\סקריפטוש\C#\Installizer\Inst\

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <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.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Inst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Inst")]
[assembly: System.Reflection.AssemblyTitleAttribute("Inst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

Some files were not shown because too many files have changed in this diff Show More