Skip to content

Commit

Permalink
Fix for EFTools in Visual Studio 14 CTP3: DpiHelperClass was moved to…
Browse files Browse the repository at this point in the history
… Microsoft.VisualStudio.Utilities for Dev14 so adding this reference conditionally. Also temporarily removing rule CA1809 from Code Analysis to be able to compile VirtualTreeControl with Dev14.

(cherry picked from commit 5ba6362)
  • Loading branch information
lajones committed Aug 18, 2014
1 parent c197e20 commit 5f5d6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/EFTools/EntityDesign/EntityDesign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<Reference Include="Microsoft.VisualStudio.Modeling.Sdk.Shell.$(VisualStudioVersion)" />
<Reference Include="Microsoft.VisualStudio.Modeling.Sdk.Diagrams.GraphObject.$(VisualStudioVersion)" />
<Reference Include="Microsoft.VisualStudio.TextTemplating.VSHost.$(VisualStudioVersion)" />
<Reference Include="Microsoft.VisualStudio.Utilities" Condition="$(VisualStudioVersion)!='11.0' AND $(VisualStudioVersion)!='12.0'" />
<Reference Include="Microsoft.VisualStudio.DataTools.Interop" />
<Reference Include="Microsoft.WizardFramework" />
<Reference Include="System" />
Expand Down
1 change: 1 addition & 0 deletions src/Strict.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1062" Action="None" />
<Rule Id="CA2243" Action="None" />
<Rule Id="CA1809" Action="None" />
</Rules>
</RuleSet>

0 comments on commit 5f5d6df

Please sign in to comment.