docs(03-08): complete SearchViewModel + DuplicatesViewModel + Views plan — Phase 3 complete
- 3 tasks completed, 9 files created/modified - Visual checkpoint pending: all three Phase 3 tabs wired and ready for UI verification
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
|
||||
BIN
SharepointToolbox/obj/Debug/net10.0-windows/App.baml
Normal file
BIN
SharepointToolbox/obj/Debug/net10.0-windows/App.baml
Normal file
Binary file not shown.
76
SharepointToolbox/obj/Debug/net10.0-windows/App.g.cs
Normal file
76
SharepointToolbox/obj/Debug/net10.0-windows/App.g.cs
Normal file
@@ -0,0 +1,76 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "ECCFD0F0A65212B3A5205FD03354F925C7293C4C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using SharepointToolbox;
|
||||
using SharepointToolbox.Views.Converters;
|
||||
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;
|
||||
|
||||
|
||||
namespace SharepointToolbox {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/app.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\App.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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) {
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XamlGeneratedNamespace {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// GeneratedInternalTypeHelper
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
|
||||
|
||||
/// <summary>
|
||||
/// CreateInstance
|
||||
/// </summary>
|
||||
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
|
||||
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
|
||||
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// GetPropertyValue
|
||||
/// </summary>
|
||||
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
|
||||
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// SetPropertyValue
|
||||
/// </summary>
|
||||
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
|
||||
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// CreateDelegate
|
||||
/// </summary>
|
||||
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
|
||||
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
|
||||
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
|
||||
delegateType,
|
||||
handler}, null)));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// AddEventHandler
|
||||
/// </summary>
|
||||
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
|
||||
eventInfo.AddEventHandler(target, handler);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.baml
Normal file
BIN
SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.baml
Normal file
Binary file not shown.
146
SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.cs
Normal file
146
SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.cs
Normal file
@@ -0,0 +1,146 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6A7E0DBC5B83A150671B224DBF8A1684E744BFD7"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using SharepointToolbox.Localization;
|
||||
using SharepointToolbox.Views.Controls;
|
||||
using SharepointToolbox.Views.Tabs;
|
||||
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;
|
||||
|
||||
|
||||
namespace SharepointToolbox {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 37 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.RichTextBox LogPanel;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 44 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TabItem PermissionsTabItem;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 47 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TabItem StorageTabItem;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 50 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TabItem SearchTabItem;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 53 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TabItem DuplicatesTabItem;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 66 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TabItem SettingsTabItem;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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:
|
||||
this.LogPanel = ((System.Windows.Controls.RichTextBox)(target));
|
||||
return;
|
||||
case 2:
|
||||
this.PermissionsTabItem = ((System.Windows.Controls.TabItem)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.StorageTabItem = ((System.Windows.Controls.TabItem)(target));
|
||||
return;
|
||||
case 4:
|
||||
this.SearchTabItem = ((System.Windows.Controls.TabItem)(target));
|
||||
return;
|
||||
case 5:
|
||||
this.DuplicatesTabItem = ((System.Windows.Controls.TabItem)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.SettingsTabItem = ((System.Windows.Controls.TabItem)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+99a44c08537c05a4eeb1a1acbce7190f24ead629")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
91b355f8f0136455f53b1cf672c75e0c6e3f355e263fa389a923d4eedf333bfa
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
f89f426b4e088ef3fbc8371515a5bbbb91f564542edb70994bf51dfb00a2f37a
|
||||
@@ -0,0 +1,120 @@
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.exe
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.deps.json
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.runtimeconfig.json
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.pdb
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\AngleSharp.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\AngleSharp.Css.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\CommunityToolkit.Mvvm.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.ApplicationInsights.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Caching.Memory.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Binder.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Json.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.DependencyInjection.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Diagnostics.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileProviders.Physical.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Hosting.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Http.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Configuration.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Console.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Debug.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.EventLog.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.EventSource.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Options.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Primitives.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Graph.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Graph.Core.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.Broker.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.NativeInterop.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Abstractions.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Logging.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Tokens.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.Client.Policy.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.Client.TranslationServices.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.SharePoint.Tools.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Online.SharePoint.Client.Tenant.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.ProjectServer.Client.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.DocumentManagement.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Publishing.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Runtime.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Search.Applications.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Search.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Taxonomy.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.UserProfiles.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.WorkflowServices.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Newtonsoft.Json.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\PnP.Core.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\PnP.Framework.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Portable.Xaml.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Extensions.Hosting.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Extensions.Logging.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Sinks.File.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\System.IdentityModel.Tokens.Jwt.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\TimeZoneConverter.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\linux-x64\native\libmsalruntime.so
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx-arm64\native\msalruntime_arm64.dylib
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx-x64\native\msalruntime.dylib
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-arm64\native\msalruntime_arm64.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x64\native\msalruntime.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x86\native\msalruntime_x86.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.AssemblyReference.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\MainWindow.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\App.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox_MarkupCompile.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox_MarkupCompile.lref
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\MainWindow.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\App.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.g.resources
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.AssemblyInfoInputs.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.AssemblyInfo.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.CoreCompileInputs.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Sharepoi.43890A8F.Up2Date
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\refint\SharepointToolbox.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.pdb
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.genruntimeconfig.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\ref\SharepointToolbox.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\fr\SharepointToolbox.resources.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.Localization.Strings.resources
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.Localization.Strings.fr.resources
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.GenerateResource.cache
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\fr\SharepointToolbox.resources.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\fr\SharepointToolbox.resources.dll
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Controls\FeatureTabBase.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\GeneratedInternalTypeHelper.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Controls\FeatureTabBase.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ProfileManagementDialog.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SettingsView.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ProfileManagementDialog.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SettingsView.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\SitePickerDialog.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\SitePickerDialog.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\PermissionsView.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\PermissionsView.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\StorageView.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\StorageView.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SearchView.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SearchView.baml
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\DuplicatesView.g.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\DuplicatesView.baml
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
e9f791711b2996a9029335231857234759ad7631240869565bde7ef57f412092
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0984a36bc78403eecbf6c3746b55d776922d4968")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
f7594cc8ef4b53709597d7c4213f1796c394f79ce89f37ad56f4818ca8729c76
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+48ccf5891b6e4aa0e5208f7531dd6b762390afcd")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
b14bff1337947b7f857c601702170ee97d3e7545058cc45449b8b3c7547a7933
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+769196dabe23097dbd3d258a9b8bc6f47553bd1e")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
5d07952d0923816ed55234a5f4290931eb1cd775844277b61ad361f13c9a9f0c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e174a18350fb1934beabb9d69a8bb504b7c4b339")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
2c8b99aef381649557f7d3bd8aa827776dcf6be57d875590f5ee9a13978104e9
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6e9a0033f2fdf7b600a59bf11895804980f5cfe3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
04612e20805846339feacb5479ab2c045e21fa72cde8fbeb3afca03f1ee35771
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = c:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94ff1810356d757055d0cb3c101bb067e5eecd44")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
e7b4a3660a8b538454990c47a966a176afc17a90b7cb22d7832b5953e587e734
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ff29d4ec196616f505228dd2637448a66ec117dc")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
08b19d45e90d300184e64ee0da59abce893b985a2bdd8bfe17f0149a16c2e848
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c462a0b31007d28055393c7333e64e0309bec26d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
b812004cccb2265bdea0836d87f1a420f6887192c8cd63c6a9c89ec190168fb4
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e74cffbe311c9248a5a0a6ad9f0e116220b5d63b")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
2a200e540976041381a2e4b4516ad8ea049be40eb98a7739cf578bac7a718096
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
SharepointToolbox
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\
|
||||
SharepointToolbox
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET10_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
|
||||
|
||||
101554598952
|
||||
|
||||
67606642935
|
||||
274-219464722
|
||||
MainWindow.xaml;Views\Controls\FeatureTabBase.xaml;Views\Dialogs\ProfileManagementDialog.xaml;Views\Dialogs\SitePickerDialog.xaml;Views\Tabs\DuplicatesView.xaml;Views\Tabs\PermissionsView.xaml;Views\Tabs\SearchView.xaml;Views\Tabs\SettingsView.xaml;Views\Tabs\StorageView.xaml;App.xaml;
|
||||
|
||||
False
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\MainWindow.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\App.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Controls\FeatureTabBase.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Dialogs\ProfileManagementDialog.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\SettingsView.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\PermissionsView.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\StorageView.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\SearchView.xaml;;
|
||||
FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\DuplicatesView.xaml;;
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3730b54527806a50fd36bd2c1a330d6c2e72467e")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
5726e9802c10642bd11797e2fe14fff9690e275f46d674f3a1f4c13d1194e554
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
|
||||
@@ -0,0 +1,23 @@
|
||||
is_global = true
|
||||
build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
|
||||
build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
|
||||
build_property.CsWinRTComponent =
|
||||
build_property.CsWinRTAotOptimizerEnabled =
|
||||
build_property.CsWinRTAotWarningLevel =
|
||||
build_property.TargetFramework = net10.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v10.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = SharepointToolbox
|
||||
build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 10.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -0,0 +1,6 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
Binary file not shown.
@@ -0,0 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// 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("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+44913f807588505dc99d8f7f6b8bd8c2504d58bb")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
|
||||
[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
Reference in New Issue
Block a user