Skip to content

Commit cc7f9f6

Browse files
updates the prerequisites for mef
1 parent da88515 commit cc7f9f6

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Src/BridgeVs.AsyncVsPackage/BridgeVs.VisualStudio.AsyncExtension.csproj

+12-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
<ErrorReport>prompt</ErrorReport>
2525
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2626
</PropertyGroup>
27+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|AnyCPU'">
28+
<OutputPath>bin\Deploy\</OutputPath>
29+
<DefineConstants>TRACE</DefineConstants>
30+
<Optimize>true</Optimize>
31+
<DebugType>pdbonly</DebugType>
32+
<PlatformTarget>AnyCPU</PlatformTarget>
33+
<ErrorReport>prompt</ErrorReport>
34+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
35+
</PropertyGroup>
2736
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2837
<PropertyGroup>
2938
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -289,8 +298,10 @@
289298
<ProjectReference Include="..\..\Lib\SharpRaven\src\app\SharpRaven\SharpRaven.csproj">
290299
<Project>{31fe81f8-6e49-432c-b0b2-658e76f96983}</Project>
291300
<Name>SharpRaven</Name>
292-
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
293301
<AdditionalProperties>TargetFramework=net40</AdditionalProperties>
302+
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
303+
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
304+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
294305
</ProjectReference>
295306
<ProjectReference Include="..\BridgeVs.Build\BridgeVs.Build.csproj">
296307
<Project>{276f3935-e0ca-450f-a55f-aed56dc2024e}</Project>

Src/BridgeVs.AsyncVsPackage/source.extension.vsixmanifest

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Installation>
2020
<Dependencies>
2121
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
22-
<Dependency Id="Microsoft.VisualStudio.MPF.16.0" DisplayName="Visual Studio MPF 16.0" d:Source="Installed" Version="[16.0,17.0)" />
22+
<Dependency Id="Microsoft.VisualStudio.MPF.14.0" DisplayName="Visual Studio MPF 14.0" d:Source="Installed" Version="[14.0,17.0)" />
2323
</Dependencies>
2424
<Prerequisites>
2525
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,17.0)" DisplayName="Visual Studio core editor" />
@@ -29,5 +29,6 @@
2929
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
3030
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Libs\Newtonsoft.Json.dll" AssemblyName="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" TargetVersion="11.0.0.0" />
3131
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="BridgeVs.Shared" Path="|BridgeVs.Shared|" AssemblyName="|BridgeVs.Shared;AssemblyName|" />
32+
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="SharpRaven" Path="|SharpRaven|" AssemblyName="|SharpRaven;AssemblyName|" />
3233
</Assets>
3334
</PackageManifest>

Src/BridgeVs.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Global
185185
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Debug-net45|Any CPU.Build.0 = Debug|Any CPU
186186
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Debug-netstandard2.0|Any CPU.ActiveCfg = Debug|Any CPU
187187
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Debug-netstandard2.0|Any CPU.Build.0 = Debug|Any CPU
188-
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
189-
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Deploy|Any CPU.Build.0 = Debug|Any CPU
188+
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU
189+
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Deploy|Any CPU.Build.0 = Deploy|Any CPU
190190
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Release|Any CPU.ActiveCfg = Release|Any CPU
191191
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Release|Any CPU.Build.0 = Release|Any CPU
192192
{2280F0C6-14F2-47C1-ADE8-BFA1864C1288}.Release-net35|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)