diff --git a/Chocolatey-NuGet.slnf b/Chocolatey-NuGet.slnf new file mode 100644 index 00000000000..fef864307b7 --- /dev/null +++ b/Chocolatey-NuGet.slnf @@ -0,0 +1,38 @@ +{ + "solution": { + "path": "NuGet.sln", + "projects": [ + "src\\NuGet.Core\\NuGet.Frameworks\\NuGet.Frameworks.csproj", + "src\\NuGet.Core\\NuGet.Commands\\NuGet.Commands.csproj", + "src\\NuGet.Core\\NuGet.Protocol\\NuGet.Protocol.csproj", + "src\\NuGet.Core\\NuGet.Packaging\\NuGet.Packaging.csproj", + "src\\NuGet.Core\\NuGet.Common\\NuGet.Common.csproj", + "src\\NuGet.Core\\NuGet.Configuration\\NuGet.Configuration.csproj", + "src\\NuGet.Core\\NuGet.PackageManagement\\NuGet.PackageManagement.csproj", + "src\\NuGet.Core\\NuGet.DependencyResolver.Core\\NuGet.DependencyResolver.Core.csproj", + "src\\NuGet.Core\\NuGet.ProjectModel\\NuGet.ProjectModel.csproj", + "src\\NuGet.Core\\NuGet.Resolver\\NuGet.Resolver.csproj", + "src\\NuGet.Core\\NuGet.Versioning\\NuGet.Versioning.csproj", + "src\\NuGet.Core\\NuGet.Credential\\NuGet.Credentials.csproj", + "src\\NuGet.Core\\NuGet.LibraryModel\\NuGet.LibraryModel.csproj", + "test\\NuGet.Core.Tests\\NuGet.Commands.Test\\NuGet.Commands.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Common.Test\\NuGet.Common.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Configuration.Test\\NuGet.Configuration.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Credentials.Test\\NuGet.Credentials.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.DependencyResolver.Core.Tests\\NuGet.DependencyResolver.Core.Tests.csproj", + "test\\NuGet.Core.Tests\\NuGet.Frameworks.Test\\NuGet.Frameworks.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.LibraryModel.Tests\\NuGet.LibraryModel.Tests.csproj", + "test\\NuGet.Core.Tests\\NuGet.PackageManagement.Test\\NuGet.PackageManagement.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Packaging.Test\\NuGet.Packaging.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.ProjectModel.Test\\NuGet.ProjectModel.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Protocol.Tests\\NuGet.Protocol.Tests.csproj", + "test\\NuGet.Core.Tests\\NuGet.Resolver.Test\\NuGet.Resolver.Test.csproj", + "test\\NuGet.Core.Tests\\NuGet.Shared.Tests\\NuGet.Shared.Tests.csproj", + "test\\NuGet.Core.Tests\\NuGet.Versioning.Test\\NuGet.Versioning.Test.csproj", + "test\\NuGet.Core.FuncTests\\NuGet.Commands.FuncTest\\NuGet.Commands.FuncTest.csproj", + "test\\NuGet.Core.FuncTests\\NuGet.Packaging.FuncTest\\NuGet.Packaging.FuncTest.csproj", + "test\\NuGet.Core.FuncTests\\NuGet.Protocol.FuncTest\\NuGet.Protocol.FuncTest.csproj", + "test\\TestUtilities\\Test.Utility\\Test.Utility.csproj" + ] + } +} \ No newline at end of file