File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/EFTools/EntityDesignDataSourceWizardExtension Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1313 <NoWarn >$(NoWarn);1591;1573;1572;1570;1711;1712;1587;1584;1571;1589</NoWarn >
1414 </PropertyGroup >
1515
16+ <PropertyGroup >
17+ <!-- Microsoft.VisualStudio.WizardFramework is not available in a package -->
18+ <IdeDirectory Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)</IdeDirectory >
19+ <IdeDirectory Condition =" '$(IdeDirectory)' == ''" >$(VS170COMNTOOLS)..\IDE\</IdeDirectory >
20+ </PropertyGroup >
21+
1622 <ItemGroup >
23+ <Reference Include =" Microsoft.VisualStudio.WizardFramework" >
24+ <HintPath >$(IdeDirectory)Microsoft.VisualStudio.WizardFramework.dll</HintPath >
25+ </Reference >
1726 <Reference Include =" System" />
1827 <Reference Include =" System.ComponentModel.Composition" />
1928 <Reference Include =" System.Drawing" />
You can’t perform that action at this time.
0 commit comments