diff --git a/Directory.Build.props b/Directory.Build.props index ffa2fd7..c58ca62 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,15 +1,16 @@ - + $([System.DateTime]::UtcNow.Year) $([System.DateTime]::UtcNow.Month) $([System.DateTime]::UtcNow.Day) $([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes.ToString("0")) $(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision) Development + $(VersionMajor).$(VersionMinor).$(VersionPatch) - + False latest false @@ -23,6 +24,7 @@ Properties\AssemblyInfo.cs enable latest + en-US enable x64 x64 @@ -33,15 +35,15 @@ - BoBoBaSs84 - https://github.com/BoBoBaSs84 - Copyright © $(VersionMajor) BoBoBaSs84 + BoBoBaSs84 + $(Author) + https://github.com/$(Author) + Copyright © $([System.DateTime]::UtcNow.Year) $(Author) As we all know: "Why did you change your password again? And why is it so long?" - en-US $(AssemblyName) $(AssemblyName) git - https://github.com/BoBoBaSs84/$(Product) + https://github.com/$(Author)/$(Product) diff --git a/QrCode.Generator.sln b/QrCode.Generator.sln index f9e5c6c..77aa095 100644 --- a/QrCode.Generator.sln +++ b/QrCode.Generator.sln @@ -3,27 +3,27 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.8.34330.188 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12439B47-309E-4CB7-8FF8-EF559D5EAB56}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E780644-C4DD-4E17-B2F5-B3426803E8A0}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.Generator", "src\QrCode.Generator\QrCode.Generator.csproj", "{596425AD-EF50-4C67-82EB-2391A0A6EF7D}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4D745F8D-9212-4CBC-8B84-1C6E762F8B3E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.GeneratorTests", "tests\QrCode.GeneratorTests\QrCode.GeneratorTests.csproj", "{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1C62FFF5-586A-4424-B68A-ED285E5E1F5B}" ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .gitignore = .gitignore + CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets Directory.Packages.props = Directory.Packages.props - global.json = global.json LICENSE = LICENSE PublicKey.snk = PublicKey.snk README.md = README.md EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E780644-C4DD-4E17-B2F5-B3426803E8A0}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.Generator", "src\QrCode.Generator\QrCode.Generator.csproj", "{596425AD-EF50-4C67-82EB-2391A0A6EF7D}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4D745F8D-9212-4CBC-8B84-1C6E762F8B3E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCode.GeneratorTests", "tests\QrCode.GeneratorTests\QrCode.GeneratorTests.csproj", "{B87BFC39-D7D6-4A84-9448-B43B3372EE5A}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 diff --git a/global.json b/global.json deleted file mode 100644 index a578ea2..0000000 --- a/global.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "sdk": { - "version": "8.0.100", - "allowPrerelease": false, - "rollForward": "major" - }, - "tools": { - "dotnet": "8.0.100" - } -} \ No newline at end of file