48 строки
2.6 KiB
Plaintext
48 строки
2.6 KiB
Plaintext
|
|
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
|