Upload plików - początek
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
|
||||
@@ -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("Navigation Between")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Navigation Between")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Navigation Between")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("MacCatalyst18.1")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("MacCatalyst15.0")]
|
||||
|
||||
// Wygenerowane przez klasę WriteCodeFragment programu MSBuild.
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
a670c1a92fd79ced3e99c294ab0ddabc247b6f21b9c146f5c48b9a4088b7e781
|
||||
+55
@@ -0,0 +1,55 @@
|
||||
is_global = true
|
||||
build_property.EnableAotAnalyzer =
|
||||
build_property.EnableSingleFileAnalyzer =
|
||||
build_property.EnableTrimAnalyzer = false
|
||||
build_property.IncludeAllContentForSelfExtract =
|
||||
build_property.TargetFramework = net9.0-maccatalyst
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization = false
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Navigation_Between
|
||||
build_property.ProjectDir = /Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/App.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.App.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = App.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = App.xaml
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/AppShell.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.AppShell.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/Resources/Styles/Colors.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.Resources.Styles.Colors.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = Resources/Styles/Colors.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = Resources/Styles/Colors.xaml
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/Resources/Styles/Styles.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.Resources.Styles.Styles.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = Resources/Styles/Styles.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = Resources/Styles/Styles.xaml
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/View/DetailedPage.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.View.DetailedPage.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = View/DetailedPage.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = View/DetailedPage.xaml
|
||||
|
||||
[/Users/krzysiek/Projekty/SZKOLNE/MAUI/Navigation Between/View/MainPage.xaml]
|
||||
build_metadata.AdditionalFiles.GenKind = Xaml
|
||||
build_metadata.AdditionalFiles.ManifestResourceName = Navigation_Between.View.MainPage.xaml
|
||||
build_metadata.AdditionalFiles.TargetPath = View/MainPage.xaml
|
||||
build_metadata.AdditionalFiles.RelativePath = View/MainPage.xaml
|
||||
@@ -0,0 +1,26 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Maui;
|
||||
global using global::Microsoft.Maui.Accessibility;
|
||||
global using global::Microsoft.Maui.ApplicationModel;
|
||||
global using global::Microsoft.Maui.ApplicationModel.Communication;
|
||||
global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
|
||||
global using global::Microsoft.Maui.Authentication;
|
||||
global using global::Microsoft.Maui.Controls;
|
||||
global using global::Microsoft.Maui.Controls.Hosting;
|
||||
global using global::Microsoft.Maui.Controls.Xaml;
|
||||
global using global::Microsoft.Maui.Devices;
|
||||
global using global::Microsoft.Maui.Devices.Sensors;
|
||||
global using global::Microsoft.Maui.Dispatching;
|
||||
global using global::Microsoft.Maui.Graphics;
|
||||
global using global::Microsoft.Maui.Hosting;
|
||||
global using global::Microsoft.Maui.Media;
|
||||
global using global::Microsoft.Maui.Networking;
|
||||
global using global::Microsoft.Maui.Storage;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
#pragma warning disable CS8981
|
||||
global using nfloat = global::System.Runtime.InteropServices.NFloat;
|
||||
#pragma warning restore CS8981
|
||||
Reference in New Issue
Block a user