From 99949abb856e1e1c458745eed916c7c7c1d02a72 Mon Sep 17 00:00:00 2001 From: TomasMatousek Date: Tue, 27 Jan 2015 16:58:59 -0800 Subject: [PATCH] Add Microsoft.DiaSymReader.nuspec. (changeset 1405555) --- src/.nuget/NuGetRestore.ps1 | 3 ++- src/Dependencies/Dependencies.sln | 13 ++++++++++++- .../Microsoft.DiaSymReader.csproj | 3 --- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/.nuget/NuGetRestore.ps1 b/src/.nuget/NuGetRestore.ps1 index 7a1f0a01816..57145769aa1 100644 --- a/src/.nuget/NuGetRestore.ps1 +++ b/src/.nuget/NuGetRestore.ps1 @@ -2,4 +2,5 @@ $NuGetExe = "$PSScriptRoot\NuGet.exe" & $NuGetExe restore "$PSScriptRoot\packages.config" -PackagesDirectory "$PSScriptRoot\..\..\packages" & $NuGetExe restore "$PSScriptRoot\..\Roslyn.sln" -& $NuGetExe restore "$PSScriptRoot\..\Samples\Samples.sln" \ No newline at end of file +& $NuGetExe restore "$PSScriptRoot\..\Samples\Samples.sln" +& $NuGetExe restore "$PSScriptRoot\..\Dependencies\Dependencies.sln" \ No newline at end of file diff --git a/src/Dependencies/Dependencies.sln b/src/Dependencies/Dependencies.sln index 51b3dcacabc..9af9395bd32 100644 --- a/src/Dependencies/Dependencies.sln +++ b/src/Dependencies/Dependencies.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 14.0.22415.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.DiaSymReader", "Microsoft.DiaSymReader\Microsoft.DiaSymReader.csproj", "{FA2C8969-BD1F-457A-A6E3-CA772135FF73}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakeSign", "..\Tools\Source\FakeSign\FakeSign.csproj", "{97CC7ABF-7E07-4F3A-947B-8C2D8F916450}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,12 +17,16 @@ Global {FA2C8969-BD1F-457A-A6E3-CA772135FF73}.Debug|Any CPU.Build.0 = Debug|Any CPU {FA2C8969-BD1F-457A-A6E3-CA772135FF73}.Release|Any CPU.ActiveCfg = Release|Any CPU {FA2C8969-BD1F-457A-A6E3-CA772135FF73}.Release|Any CPU.Build.0 = Release|Any CPU + {97CC7ABF-7E07-4F3A-947B-8C2D8F916450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {97CC7ABF-7E07-4F3A-947B-8C2D8F916450}.Debug|Any CPU.Build.0 = Debug|Any CPU + {97CC7ABF-7E07-4F3A-947B-8C2D8F916450}.Release|Any CPU.ActiveCfg = Release|Any CPU + {97CC7ABF-7E07-4F3A-947B-8C2D8F916450}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(TeamFoundationVersionControl) = preSolution - SccNumberOfProjects = 1 + SccNumberOfProjects = 2 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = http://vstfdevdiv:8080/devdiv2 SccProjectUniqueName0 = Microsoft.DiaSymReader\\Microsoft.DiaSymReader.csproj @@ -28,5 +34,10 @@ Global SccAuxPath0 = http://vstfdevdiv:8080/devdiv2 SccLocalPath0 = Microsoft.DiaSymReader SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} + SccProjectUniqueName1 = ..\\Tools\\Source\\FakeSign\\FakeSign.csproj + SccProjectName1 = ../Tools/Source/FakeSign + SccAuxPath1 = http://vstfdevdiv:8080/devdiv2 + SccLocalPath1 = ..\\Tools\\Source\\FakeSign + SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} EndGlobalSection EndGlobal diff --git a/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.csproj b/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.csproj index bbc5ea33929..1514fe0ebf4 100644 --- a/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.csproj +++ b/src/Dependencies/Microsoft.DiaSymReader/Microsoft.DiaSymReader.csproj @@ -1,9 +1,6 @@  - - ..\..\..\PackageBinaries\$(Configuration)\ - -- GitLab