Fookin git ignore
parent
e105d05a1a
commit
b8ad7c70aa
|
|
@ -6,4 +6,6 @@
|
|||
**/*rs.bk
|
||||
**/calibration_document.txt
|
||||
**/.vsidx
|
||||
**/.suo
|
||||
**/.suo
|
||||
/CSharp/AdventOfCode/AdventOfCode/obj
|
||||
/CSharp/AdventOfCode/AdventOfCode/bin
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdventOfCode", "AdventOfCod
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DayOne", "DayOne\DayOne.csproj", "{0988CC6B-5B4F-4CC7-814A-C07D27244099}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DayTwo", "DayTwo\DayTwo.csproj", "{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
|
|
@ -21,6 +23,10 @@ Global
|
|||
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0988CC6B-5B4F-4CC7-814A-C07D27244099}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{61C6C698-A71A-40A4-A6F1-8096D2FDB9E6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
Console.WriteLine("Hello, World!");
|
||||
|
||||
var calibrator = new CalibratorReader(@"RandomFiles\calibraciones.txt");
|
||||
var calibrationFound = calibrator.ObtainCalibrationValue();
|
||||
//var calibrator = new CalibratorReader(@"RandomFiles\calibrations.txt");
|
||||
//var calibrationFound = calibrator.ObtainCalibrationValue();
|
||||
|
||||
Console.WriteLine($"The calibration found was {calibrationFound}");
|
||||
//Console.WriteLine($"The calibration found was {calibrationFound}");
|
||||
|
||||
Console.ReadLine();
|
||||
|
|
@ -1,132 +0,0 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj",
|
||||
"projectName": "AdventOfCode",
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj",
|
||||
"packagesPath": "C:\\Users\\aime Fernández\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\aime Fernández\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj": {
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj",
|
||||
"projectName": "DayOne",
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj",
|
||||
"packagesPath": "C:\\Users\\aime Fernández\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\aime Fernández\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"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",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "avWdlvoS1X0O3Uxvyo8ecT8LX0KwJO1URNCLTCWu5AcKYyO+xw6F/3ZtS00l0lYIcPnuw1dlWLhXMDu6iMMtYQ==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj",
|
||||
"projectName": "DayTwo",
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj",
|
||||
"packagesPath": "C:\\Users\\aime Fernández\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\aime Fernández\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\library-packs": {},
|
||||
"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",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,30 +1,11 @@
|
|||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net6.0": {
|
||||
"DayOne/1.0.0": {
|
||||
"type": "project",
|
||||
"framework": ".NETCoreApp,Version=v6.0",
|
||||
"compile": {
|
||||
"bin/placeholder/DayOne.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"bin/placeholder/DayOne.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"DayOne/1.0.0": {
|
||||
"type": "project",
|
||||
"path": "../DayOne/DayOne.csproj",
|
||||
"msbuildProject": "../DayOne/DayOne.csproj"
|
||||
}
|
||||
"net6.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net6.0": [
|
||||
"DayOne >= 1.0.0"
|
||||
]
|
||||
"net6.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\aime Fernández\\.nuget\\packages\\": {},
|
||||
|
|
@ -33,11 +14,11 @@
|
|||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj",
|
||||
"projectName": "AdventOfCode",
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\AdventOfCode.csproj",
|
||||
"projectUniqueName": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj",
|
||||
"projectName": "DayTwo",
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj",
|
||||
"packagesPath": "C:\\Users\\aime Fernández\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\AdventOfCode\\obj\\",
|
||||
"outputPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
|
|
@ -58,11 +39,7 @@
|
|||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {
|
||||
"C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj": {
|
||||
"projectPath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayOne\\DayOne.csproj"
|
||||
}
|
||||
}
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "AQ6b0hvcyeNrrdv0vEQy67Slq1GvK3GVbC60wzXtofvRZSs2YQXFb2LG4AYwgwJ8jvp5E2xtmiSXBJZ2hEAbGw==",
|
||||
"success": true,
|
||||
"projectFilePath": "C:\\CSharp Blazor\\adventOfCode_2023\\CSharp\\AdventOfCode\\DayTwo\\DayTwo.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Loading…
Reference in New Issue