-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Back to only two assemblies, but compiled with conditional references.
- Loading branch information
Showing
17 changed files
with
42 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" Build.targets | ||
nuget.exe pack GammaJul.ReSharper.EnhancedTooltip.nuspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<Project ToolsVersion="12.0" DefaultTargets="BuildAll" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Target Name="BuildAll"> | ||
<!-- | ||
We have to build two separates assembly because the reference to Microsoft.VisualStudio.ExtensionManager must have the correct version. | ||
Visual Studio doesn't provide a binding redirect for this specific assembly. | ||
--> | ||
<MSBuild Projects="GammaJul.ReSharper.EnhancedTooltip.sln" Properties="Platform=Any CPU;Configuration=Release;TargetVsVersion=11" /> | ||
<MSBuild Projects="GammaJul.ReSharper.EnhancedTooltip.sln" Properties="Platform=Any CPU;Configuration=Release;TargetVsVersion=12" /> | ||
</Target> | ||
</Project> |
54 changes: 0 additions & 54 deletions
54
...r.EnhancedTooltip.VsIntegration/GammaJul.ReSharper.EnhancedTooltip.Vs11Integration.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
...rper.EnhancedTooltip.VsVersionSpecific/GammaJul.ReSharper.EnhancedTooltip.Vs11Only.csproj
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...rper.EnhancedTooltip.VsVersionSpecific/GammaJul.ReSharper.EnhancedTooltip.Vs12Only.csproj
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
GammaJul.ReSharper.EnhancedTooltip.VsVersionSpecific/Properties/AssemblyInfo.vs11.cs
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
GammaJul.ReSharper.EnhancedTooltip.VsVersionSpecific/Properties/AssemblyInfo.vs12.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.