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

Initial commit

parents
5860763757f4f08c7ebdea1b3a94a18109f17861
//------------------------------------------------------------------------------
// <auto-generated>
// Bu kod araç tarafından oluşturuldu.
// Çalışma Zamanı Sürümü:4.0.30319.42000
//
// Bu dosyada yapılacak değişiklikler yanlış davranışa neden olabilir ve
// kod yeniden oluşturulursa kaybolur.
// </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.
e462793b96db4ba5ddde0ac6b790b2dcfc316bf4
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\appsettings.Development.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\appsettings.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.staticwebassets.runtime.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.exe
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.deps.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.runtimeconfig.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.dll
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ref\ex1.dll
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\bin\Debug\net6.0\ex1.pdb
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.csproj.AssemblyReference.cache
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.AssemblyInfoInputs.cache
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.AssemblyInfo.cs
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.csproj.CoreCompileInputs.cache
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.MvcApplicationPartsAssemblyInfo.cache
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.RazorAssemblyInfo.cache
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.RazorAssemblyInfo.cs
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\staticwebassets.build.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\staticwebassets.development.json
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\scopedcss\Shared\MainLayout.razor.rz.scp.css
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\scopedcss\Shared\NavMenu.razor.rz.scp.css
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\scopedcss\bundle\ex1.styles.css
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\scopedcss\projectbundle\ex1.bundle.scp.css
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.dll
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ref\ex1.dll
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.pdb
C:\Users\ferhat\Desktop\Bilgisayar Program\2.dönem\razor\ex1\obj\Debug\net6.0\ex1.genruntimeconfig.cache
f9af4e3a5b0b4ead79f0d93c756462385a608322
This diff is collapsed.
.page[b-s2mqz5np8g] {
position: relative;
display: flex;
flex-direction: column;
}
main[b-s2mqz5np8g] {
flex: 1;
}
.sidebar[b-s2mqz5np8g] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-s2mqz5np8g] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
.top-row[b-s2mqz5np8g] a, .top-row .btn-link[b-s2mqz5np8g] {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child[b-s2mqz5np8g] {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth)[b-s2mqz5np8g] {
display: none;
}
.top-row.auth[b-s2mqz5np8g] {
justify-content: space-between;
}
.top-row a[b-s2mqz5np8g], .top-row .btn-link[b-s2mqz5np8g] {
margin-left: 0;
}
}
@media (min-width: 641px) {
.page[b-s2mqz5np8g] {
flex-direction: row;
}
.sidebar[b-s2mqz5np8g] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}
.top-row[b-s2mqz5np8g] {
position: sticky;
top: 0;
z-index: 1;
}
.top-row[b-s2mqz5np8g], article[b-s2mqz5np8g] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
.navbar-toggler[b-vivo8ehjhu] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-vivo8ehjhu] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-vivo8ehjhu] {
font-size: 1.1rem;
}
.oi[b-vivo8ehjhu] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-vivo8ehjhu] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-vivo8ehjhu] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-vivo8ehjhu] {
padding-bottom: 1rem;
}
.nav-item[b-vivo8ehjhu] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-vivo8ehjhu] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-vivo8ehjhu] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-vivo8ehjhu] {
display: none;
}
.collapse[b-vivo8ehjhu] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
/* _content/ex1/Shared/MainLayout.razor.rz.scp.css */
.page[b-s2mqz5np8g] {
position: relative;
display: flex;
flex-direction: column;
}
main[b-s2mqz5np8g] {
flex: 1;
}
.sidebar[b-s2mqz5np8g] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-s2mqz5np8g] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
.top-row[b-s2mqz5np8g] a, .top-row .btn-link[b-s2mqz5np8g] {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child[b-s2mqz5np8g] {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth)[b-s2mqz5np8g] {
display: none;
}
.top-row.auth[b-s2mqz5np8g] {
justify-content: space-between;
}
.top-row a[b-s2mqz5np8g], .top-row .btn-link[b-s2mqz5np8g] {
margin-left: 0;
}
}
@media (min-width: 641px) {
.page[b-s2mqz5np8g] {
flex-direction: row;
}
.sidebar[b-s2mqz5np8g] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}
.top-row[b-s2mqz5np8g] {
position: sticky;
top: 0;
z-index: 1;
}
.top-row[b-s2mqz5np8g], article[b-s2mqz5np8g] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* _content/ex1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vivo8ehjhu] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-vivo8ehjhu] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-vivo8ehjhu] {
font-size: 1.1rem;
}
.oi[b-vivo8ehjhu] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-vivo8ehjhu] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-vivo8ehjhu] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-vivo8ehjhu] {
padding-bottom: 1rem;
}
.nav-item[b-vivo8ehjhu] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-vivo8ehjhu] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-vivo8ehjhu] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-vivo8ehjhu] {
display: none;
}
.collapse[b-vivo8ehjhu] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
/* _content/ex1/Shared/MainLayout.razor.rz.scp.css */
.page[b-s2mqz5np8g] {
position: relative;
display: flex;
flex-direction: column;
}
main[b-s2mqz5np8g] {
flex: 1;
}
.sidebar[b-s2mqz5np8g] {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-s2mqz5np8g] {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
justify-content: flex-end;
height: 3.5rem;
display: flex;
align-items: center;
}
.top-row[b-s2mqz5np8g] a, .top-row .btn-link[b-s2mqz5np8g] {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child[b-s2mqz5np8g] {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
.top-row:not(.auth)[b-s2mqz5np8g] {
display: none;
}
.top-row.auth[b-s2mqz5np8g] {
justify-content: space-between;
}
.top-row a[b-s2mqz5np8g], .top-row .btn-link[b-s2mqz5np8g] {
margin-left: 0;
}
}
@media (min-width: 641px) {
.page[b-s2mqz5np8g] {
flex-direction: row;
}
.sidebar[b-s2mqz5np8g] {
width: 250px;
height: 100vh;
position: sticky;
top: 0;
}
.top-row[b-s2mqz5np8g] {
position: sticky;
top: 0;
z-index: 1;
}
.top-row[b-s2mqz5np8g], article[b-s2mqz5np8g] {
padding-left: 2rem !important;
padding-right: 1.5rem !important;
}
}
/* _content/ex1/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vivo8ehjhu] {
background-color: rgba(255, 255, 255, 0.1);
}
.top-row[b-vivo8ehjhu] {
height: 3.5rem;
background-color: rgba(0,0,0,0.4);
}
.navbar-brand[b-vivo8ehjhu] {
font-size: 1.1rem;
}
.oi[b-vivo8ehjhu] {
width: 2rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.nav-item[b-vivo8ehjhu] {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.nav-item:first-of-type[b-vivo8ehjhu] {
padding-top: 1rem;
}
.nav-item:last-of-type[b-vivo8ehjhu] {
padding-bottom: 1rem;
}
.nav-item[b-vivo8ehjhu] a {
color: #d7d7d7;
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
}
.nav-item[b-vivo8ehjhu] a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.nav-item[b-vivo8ehjhu] a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
@media (min-width: 641px) {
.navbar-toggler[b-vivo8ehjhu] {
display: none;
}
.collapse[b-vivo8ehjhu] {
/* Never collapse the sidebar for wide screens */
display: block;
}
}
{
"Version": 1,
"Hash": "bGamOInzFCiSTB4ZiJogHu7UGUjXzSbz2Pgn4N1qW6Y=",
"Source": "ex1",
"BasePath": "_content/ex1",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [
{
"Name": "ex1\\wwwroot",
"Source": "ex1",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"Pattern": "**"
}
],
"Assets": [
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\bundle\\ex1.styles.css",
"SourceId": "ex1",
"SourceType": "Computed",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\bundle\\",
"BasePath": "_content/ex1",
"RelativePath": "ex1.styles.css",
"AssetKind": "All",
"AssetMode": "CurrentProject",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "ScopedCss",
"AssetTraitValue": "ApplicationBundle",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\bundle\\ex1.styles.css"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\ex1.bundle.scp.css",
"SourceId": "ex1",
"SourceType": "Computed",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\",
"BasePath": "_content/ex1",
"RelativePath": "ex1.bundle.scp.css",
"AssetKind": "All",
"AssetMode": "Reference",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "ScopedCss",
"AssetTraitValue": "ProjectBundle",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\ex1.bundle.scp.css"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\bootstrap\\bootstrap.min.css",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/bootstrap/bootstrap.min.css",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/bootstrap/bootstrap.min.css.map",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css.map"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\FONT-LICENSE",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/FONT-LICENSE",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\FONT-LICENSE"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/css/open-iconic-bootstrap.min.css",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.eot",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.otf",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.svg",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.ttf",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.woff",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\ICON-LICENSE",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/ICON-LICENSE",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\ICON-LICENSE"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\open-iconic\\README.md",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/open-iconic/README.md",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\README.md"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\css\\site.css",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "css/site.css",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\css\\site.css"
},
{
"Identity": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\favicon.ico",
"SourceId": "ex1",
"SourceType": "Discovered",
"ContentRoot": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\",
"BasePath": "_content/ex1",
"RelativePath": "favicon.ico",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\favicon.ico"
}
]
}
\ No newline at end of file
{"ContentRoots":["C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\wwwroot\\","C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\Debug\\net6.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"ex1.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"ex1.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
{
"format": 1,
"restore": {
"C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\ex1.csproj": {}
},
"projects": {
"C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\ex1.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\ex1.csproj",
"projectName": "ex1",
"projectPath": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\ex1.csproj",
"packagesPath": "C:\\Users\\ferhat\\.nuget\\packages\\",
"outputPath": "C:\\Users\\ferhat\\Desktop\\Bilgisayar Program\\2.dönem\\razor\\ex1\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\ferhat\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.AspNetCore.App": {
"privateAssets": "none"
},
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"
}
}
}
}
}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ferhat\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\ferhat\.nuget\packages\" />
</ItemGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file
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