Skip to content

Commit abec671

Browse files
committed
refactor: folder structer
1 parent c212e83 commit abec671

39 files changed

+73
-31
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
samples/Nexar.samples/.idea/.idea.Nexar.dir/.idea
2+
.DS_Store

Nexar .sln

-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nexar", "Nexar \Nexar.csproj", "{C3CC84B4-41EC-4858-8596-0D6255EA619C}"
44
EndProject
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nexar.samples", "Nexar \samples\Nexar.samples\Nexar.samples.csproj", "{FCA41376-1CF3-47AB-996A-493D30C3BBD4}"
6-
EndProject
75
Global
86
GlobalSection(SolutionConfigurationPlatforms) = preSolution
97
Debug|Any CPU = Debug|Any CPU
@@ -14,9 +12,5 @@ Global
1412
{C3CC84B4-41EC-4858-8596-0D6255EA619C}.Debug|Any CPU.Build.0 = Debug|Any CPU
1513
{C3CC84B4-41EC-4858-8596-0D6255EA619C}.Release|Any CPU.ActiveCfg = Release|Any CPU
1614
{C3CC84B4-41EC-4858-8596-0D6255EA619C}.Release|Any CPU.Build.0 = Release|Any CPU
17-
{FCA41376-1CF3-47AB-996A-493D30C3BBD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18-
{FCA41376-1CF3-47AB-996A-493D30C3BBD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
19-
{FCA41376-1CF3-47AB-996A-493D30C3BBD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
20-
{FCA41376-1CF3-47AB-996A-493D30C3BBD4}.Release|Any CPU.Build.0 = Release|Any CPU
2115
EndGlobalSection
2216
EndGlobal
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v8.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v8.0": {
9+
"Nexar/1.0.0": {
10+
"runtime": {
11+
"Nexar.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"Nexar/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}

Nexar /bin/Debug/net8.0/Nexar.dll

12.5 KB
Binary file not shown.

Nexar /bin/Debug/net8.0/Nexar.pdb

12.3 KB
Binary file not shown.

Nexar /obj/Debug/net8.0/Nexar.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("Nexar")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ba540582ea4edb86906d0018f8e87782ccbaf012")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c212e83602d48409ef4828dcda25c642d5c9b472")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("Nexar")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("Nexar")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46f08bc8ee4ef691c06c54bc47654b3dd99f8463819cecea14feeddeb6e750c2
1+
7d0675c7b2ff0380b2ca8fc3e228fc6ad7ef84a1f025139a48402102fd91dba1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c700ea3f5cf9ffb1f72d8951510124433c01192a34c9134b0aa9c19f0d0b499b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/Users/mert/github/Nexar/Nexar /bin/Debug/net8.0/Nexar.deps.json
2+
/Users/mert/github/Nexar/Nexar /bin/Debug/net8.0/Nexar.dll
3+
/Users/mert/github/Nexar/Nexar /bin/Debug/net8.0/Nexar.pdb
4+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.GeneratedMSBuildEditorConfig.editorconfig
5+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.AssemblyInfoInputs.cache
6+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.AssemblyInfo.cs
7+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.csproj.CoreCompileInputs.cache
8+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.sourcelink.json
9+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.dll
10+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/refint/Nexar.dll
11+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/Nexar.pdb
12+
/Users/mert/github/Nexar/Nexar /obj/Debug/net8.0/ref/Nexar.dll

Nexar /obj/Debug/net8.0/Nexar.dll

12.5 KB
Binary file not shown.

Nexar /obj/Debug/net8.0/Nexar.pdb

12.3 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documents":{"/Users/mert/github/Nexar/*":"https://raw.githubusercontent.com/BuzzSpire/Nexar/c212e83602d48409ef4828dcda25c642d5c9b472/*"}}

Nexar /obj/Debug/net8.0/ref/Nexar.dll

7 KB
Binary file not shown.
7 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17283192536248760
1+
17283213422439068

Nexar /obj/rider.project.restore.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17283192536248760
1+
17283218760156107

Nexar /samples/Nexar.samples/obj/Debug/net8.0/Nexar.samples.AssemblyInfoInputs.cache

-1
This file was deleted.

Nexar /samples/Nexar.samples/obj/project.nuget.cache

-8
This file was deleted.

Nexar /samples/Nexar.samples/obj/project.packagespec.json

-1
This file was deleted.

Nexar /samples/Nexar.samples/obj/rider.project.restore.info

-1
This file was deleted.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=_002FUsers_002Fmert_002Fgithub_002FNexar_002FNexar_0020_002Fbin_002FDebug_002Fnet8_002E0_002FNexar_002Edll/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

Nexar /samples/Nexar.samples/Nexar.samples.csproj renamed to samples/Nexar.samples/Nexar.samples.csproj

+6
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<Reference Include="Nexar">
12+
<HintPath>..\..\Nexar \bin\Debug\net8.0\Nexar.dll</HintPath>
13+
</Reference>
14+
</ItemGroup>
15+
1016
</Project>

Nexar /samples/Nexar.samples/obj/Debug/net8.0/Nexar.samples.AssemblyInfo.cs renamed to samples/Nexar.samples/obj/Debug/net8.0/Nexar.samples.AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("Nexar.samples")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ba540582ea4edb86906d0018f8e87782ccbaf012")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c212e83602d48409ef4828dcda25c642d5c9b472")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("Nexar.samples")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("Nexar.samples")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9916eda20f2831074a194c6329f50333ca145db2558322381b7427ffa7894db0
+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
88
build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = Nexar.samples
11-
build_property.ProjectDir = /Users/mert/github/Nexar/Nexar /samples/Nexar.samples/
11+
build_property.ProjectDir = /Users/mert/github/Nexar/samples/Nexar.samples/
1212
build_property.EnableComHosting =
1313
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.

Nexar /samples/Nexar.samples/obj/Nexar.samples.csproj.nuget.dgspec.json renamed to samples/Nexar.samples/obj/Nexar.samples.csproj.nuget.dgspec.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"format": 1,
33
"restore": {
4-
"/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj": {}
4+
"/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj": {}
55
},
66
"projects": {
7-
"/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj": {
7+
"/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj": {
88
"version": "1.0.0",
99
"restore": {
10-
"projectUniqueName": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj",
10+
"projectUniqueName": "/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj",
1111
"projectName": "Nexar.samples",
12-
"projectPath": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj",
12+
"projectPath": "/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj",
1313
"packagesPath": "/Users/mert/.nuget/packages/",
14-
"outputPath": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/obj/",
14+
"outputPath": "/Users/mert/github/Nexar/samples/Nexar.samples/obj/",
1515
"projectStyle": "PackageReference",
1616
"configFilePaths": [
1717
"/Users/mert/.nuget/NuGet/NuGet.Config"

Nexar /samples/Nexar.samples/obj/project.assets.json renamed to samples/Nexar.samples/obj/project.assets.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"project": {
1414
"version": "1.0.0",
1515
"restore": {
16-
"projectUniqueName": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj",
16+
"projectUniqueName": "/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj",
1717
"projectName": "Nexar.samples",
18-
"projectPath": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/Nexar.samples.csproj",
18+
"projectPath": "/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj",
1919
"packagesPath": "/Users/mert/.nuget/packages/",
20-
"outputPath": "/Users/mert/github/Nexar/Nexar /samples/Nexar.samples/obj/",
20+
"outputPath": "/Users/mert/github/Nexar/samples/Nexar.samples/obj/",
2121
"projectStyle": "PackageReference",
2222
"configFilePaths": [
2323
"/Users/mert/.nuget/NuGet/NuGet.Config"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": 2,
3+
"dgSpecHash": "uUB0RKC5gPy3dDDN+wUBn9Vu4cN8VCbDlOF0fpA3IO9YYclLj7J3w/ncUde7G6O0CB/kEIm90K7g9+bGNezpAA==",
4+
"success": true,
5+
"projectFilePath": "/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj",
6+
"expectedPackageFiles": [],
7+
"logs": []
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"restore":{"projectUniqueName":"/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj","projectName":"Nexar.samples","projectPath":"/Users/mert/github/Nexar/samples/Nexar.samples/Nexar.samples.csproj","outputPath":"/Users/mert/github/Nexar/samples/Nexar.samples/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/local/share/dotnet/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17283213422469449
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17283215743655850

0 commit comments

Comments
 (0)