Commit bd2baa18 authored by ferhat tamer's avatar ferhat tamer 💬
Browse files

Initial commit

parents
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Append.Blazor.Notifications" Version="1.1.0" />
<PackageReference Include="microsoft.data.sqlclient" Version="4.1.0" />
</ItemGroup>
</Project>
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
//------------------------------------------------------------------------------
// <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("ex9")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ex9")]
[assembly: System.Reflection.AssemblyTitleAttribute("ex9")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu.
4dc96867b8fcd2a4569b6d5c4d10bba8845338fa
is_global = true
build_property.TargetFramework = net6.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = ex9
build_property.RootNamespace = ex9
build_property.ProjectDir = C:\Users\ferhat\desktop\ex9\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\ferhat\desktop\ex9
build_property._RazorSourceGeneratorDebug =
[C:/Users/ferhat/desktop/ex9/App.razor]
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/Index.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/kayit/Sıgn.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNca2F5aXRcU8SxZ24ucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/Log/Kayıt.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTG9nXEthecSxdC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/Moderator/Giris.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTW9kZXJhdG9yXEdpcmlzLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/Moderator/Pr81.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTW9kZXJhdG9yXFByODEucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Shared/SurveyPrompt.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/_Imports.razor]
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Shared/MainLayout.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-1z3mgare75
[C:/Users/ferhat/desktop/ex9/Shared/NavMenu.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-sc19ibhut9
[C:/Users/ferhat/desktop/ex9/Pages/Error.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/_Host.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[C:/Users/ferhat/desktop/ex9/Pages/_Layout.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0xheW91dC5jc2h0bWw=
build_metadata.AdditionalFiles.CssScope =
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
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.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;
5860763757f4f08c7ebdea1b3a94a18109f17861
//------------------------------------------------------------------------------
// <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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
"ory, Microsoft.AspNetCore.Mvc.Razor")]
// MSBuild WriteCodeFragment sınıfı tarafından oluşturuldu.
277a2f204121a437d20d96ecbaea338cf42e5adc
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment