Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Added support for 8.2 EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Feb 20, 2014
1 parent a7ced70 commit 8d766af
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/resharper-nuget.8.x.sln
Expand Up @@ -6,6 +6,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resharper-nuget.8.0", "resh
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resharper-nuget.8.1", "resharper-nuget\resharper-nuget.8.1.csproj", "{DE1A92E5-282E-4218-9E31-16398579C1C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resharper-nuget.8.2", "resharper-nuget\resharper-nuget.8.2.csproj", "{13D70F54-8050-4504-A377-D2EC9E735FC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -20,6 +22,10 @@ Global
{DE1A92E5-282E-4218-9E31-16398579C1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1A92E5-282E-4218-9E31-16398579C1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1A92E5-282E-4218-9E31-16398579C1C4}.Release|Any CPU.Build.0 = Release|Any CPU
{13D70F54-8050-4504-A377-D2EC9E735FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13D70F54-8050-4504-A377-D2EC9E735FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13D70F54-8050-4504-A377-D2EC9E735FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13D70F54-8050-4504-A377-D2EC9E735FC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
5 changes: 5 additions & 0 deletions src/resharper-nuget/packages.resharper-nuget.8.2.config
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="JetBrains.ReSharper.SDK" version="8.2.921-EAP" targetFramework="net40" />
<package id="NuGet.VisualStudio" version="2.1.0" targetFramework="net40" />
</packages>
89 changes: 89 additions & 0 deletions src/resharper-nuget/resharper-nuget.8.2.csproj
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Props" Condition="Exists('..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{13D70F54-8050-4504-A377-D2EC9E735FC6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>JetBrains.ReSharper.Plugins.NuGet</RootNamespace>
<AssemblyName>JetBrains.ReSharper.Plugins.NuGet.8.2</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;JET_MODE_ASSERT,RESHARPER_8</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;RESHARPER_8</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartAction>Program</StartAction>
<StartProgram>$(VsInstallDir)devenv.exe</StartProgram>
<StartArguments>/ReSharper.Plugin $(AssemblyName).dll /ReSharper.Internal</StartArguments>
<StartWorkingDirectory>$(MSBuildProjectDirectory)\$(OutputPath)</StartWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Microsoft.VisualStudio.ComponentModelHost.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="NuGet.VisualStudio">
<HintPath>..\..\packages\NuGet.VisualStudio.2.1.0\lib\net40\NuGet.VisualStudio.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="ExposeNuGetServices.cs" />
<Compile Include="Hacks.cs" />
<Compile Include="NuGetApi.cs" />
<Compile Include="NuGetModuleReferencer.8.0.cs" />
<Compile Include="NuGetModuleReferencerImpl.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VsServiceMapExtensions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.resharper-nuget.8.2.config" />
<None Include="resharper-nuget.nuspec" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Props'))" />
<Error Condition="!Exists('..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Targets'))" />
</Target>
<Import Project="..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Targets" Condition="Exists('..\..\packages\JetBrains.ReSharper.SDK.8.2.921-EAP\build\JetBrains.ReSharper.SDK.Targets')" />
</Project>
7 changes: 4 additions & 3 deletions src/resharper-nuget/resharper-nuget.nuspec
Expand Up @@ -10,15 +10,16 @@
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Adds support for NuGet references in ReSharper</description>
<releaseNotes>ReSharper 8.1 compatibility</releaseNotes>
<copyright>Copyright 2013 JetBrains</copyright>
<releaseNotes>ReSharper 8.2 compatibility</releaseNotes>
<copyright>Copyright 2014 JetBrains</copyright>
<dependencies>
<dependency id="ReSharper" version="[8.0,8.2)" />
<dependency id="ReSharper" version="[8.0,8.3)" />
</dependencies>
<tags>NuGet</tags>
</metadata>
<files>
<file src="bin\$Configuration$\JetBrains.ReSharper.Plugins.NuGet.8.0*.*" target="ReSharper\v8.0\plugins" />
<file src="bin\$Configuration$\JetBrains.ReSharper.Plugins.NuGet.8.1*.*" target="ReSharper\v8.1\plugins" />
<file src="bin\$Configuration$\JetBrains.ReSharper.Plugins.NuGet.8.2*.*" target="ReSharper\v8.2\plugins" />
</files>
</package>

0 comments on commit 8d766af

Please sign in to comment.