Skip to content

Commit

Permalink
Enable building debug .vsix files
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Jul 5, 2017
1 parent f29c5ad commit a8a1ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/VisualRust/VisualRust.2015.csproj
Expand Up @@ -31,7 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployExtension>true</DeployExtension>
<CreateVsixContainer>false</CreateVsixContainer>
<CreateVsixContainer>True</CreateVsixContainer>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion src/VisualRust/VisualRust.2017.csproj
Expand Up @@ -31,7 +31,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployExtension>true</DeployExtension>
<CreateVsixContainer>false</CreateVsixContainer>
<CreateVsixContainer>true</CreateVsixContainer>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down

0 comments on commit a8a1ae0

Please sign in to comment.