diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f8e237b..4783b57 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -6,15 +6,19 @@ "version": "3.4.194", "commands": [ "nbgv" - ], - "rollForward": false + ] }, "sign": { "version": "0.9.1-beta.24325.5", "commands": [ "sign" - ], - "rollForward": false + ] + }, + "microsoft.visualstudio.slngen.tool": { + "version": "12.0.3", + "commands": [ + "slngen" + ] } } } \ No newline at end of file diff --git a/.gitignore b/.gitignore index 07294ba..8ae5e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,9 @@ *.userosscache *.sln.docstates +# .sln files because this repo uses slngen when needed +*.sln + # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/DotNet.ReproducibleBuilds.sln b/DotNet.ReproducibleBuilds.sln deleted file mode 100644 index a5409f9..0000000 --- a/DotNet.ReproducibleBuilds.sln +++ /dev/null @@ -1,47 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28902.138 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.ReproducibleBuilds", "src\DotNet.ReproducibleBuilds\DotNet.ReproducibleBuilds.csproj", "{0EC324B8-28BF-47A9-A9A2-120E1BA880F7}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8602DDAA-ED69-48FE-A497-931E962B3E42}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - .gitattributes = .gitattributes - .gitignore = .gitignore - azure-pipelines.yml = azure-pipelines.yml - README.md = README.md - version.json = version.json - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.ReproducibleBuilds.Isolated", "src\DotNet.ReproducibleBuilds.Isolated\DotNet.ReproducibleBuilds.Isolated.csproj", "{BD88D2CB-4342-47A3-B0D1-07321E9A92C1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.ReproducibleBuilds.Tests", "tests\DotNet.ReproducibleBuilds.Tests\DotNet.ReproducibleBuilds.Tests.csproj", "{72BE4FA4-D190-44AF-B056-23AA79D1553A}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0EC324B8-28BF-47A9-A9A2-120E1BA880F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0EC324B8-28BF-47A9-A9A2-120E1BA880F7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0EC324B8-28BF-47A9-A9A2-120E1BA880F7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0EC324B8-28BF-47A9-A9A2-120E1BA880F7}.Release|Any CPU.Build.0 = Release|Any CPU - {BD88D2CB-4342-47A3-B0D1-07321E9A92C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BD88D2CB-4342-47A3-B0D1-07321E9A92C1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BD88D2CB-4342-47A3-B0D1-07321E9A92C1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BD88D2CB-4342-47A3-B0D1-07321E9A92C1}.Release|Any CPU.Build.0 = Release|Any CPU - {72BE4FA4-D190-44AF-B056-23AA79D1553A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {72BE4FA4-D190-44AF-B056-23AA79D1553A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {72BE4FA4-D190-44AF-B056-23AA79D1553A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {72BE4FA4-D190-44AF-B056-23AA79D1553A}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {CBF43E2D-1F5F-4D6E-8E08-AB2D1BB57CF6} - EndGlobalSection -EndGlobal