|
21 | 21 | </PropertyGroup>
|
22 | 22 | <PropertyGroup>
|
23 | 23 | <ApplicationIcon>..\..\shared\other\package\resource\icon.ico</ApplicationIcon>
|
24 |
| - <LangVersion>9.0</LangVersion> |
| 24 | + <LangVersion>9.0</LangVersion> |
25 | 25 | </PropertyGroup>
|
26 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
27 | 27 | <DebugSymbols>true</DebugSymbols>
|
28 | 28 | <OutputPath>bin\$(Platform)\Debug\</OutputPath>
|
29 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 29 | + <DefineConstants>TRACE;DEBUG;sVs2015</DefineConstants> |
30 | 30 | <Optimize>false</Optimize>
|
31 | 31 | <DebugType>full</DebugType>
|
32 | 32 | <ErrorReport>prompt</ErrorReport>
|
33 | 33 | <WarningLevel>4</WarningLevel>
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
36 | 36 | <OutputPath>bin\$(Platform)\Release\</OutputPath>
|
37 |
| - <DefineConstants>TRACE</DefineConstants> |
| 37 | + <DefineConstants>TRACE;sVs2015</DefineConstants> |
38 | 38 | <Optimize>true</Optimize>
|
39 | 39 | <DebugType>none</DebugType>
|
40 | 40 | <ErrorReport>prompt</ErrorReport>
|
|
51 | 51 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
52 | 52 | <RootNamespace>VisualStudioCppExtensions</RootNamespace>
|
53 | 53 | <AssemblyName>VisualStudioCppExtensions</AssemblyName>
|
54 |
| - <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 54 | + <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
55 | 55 | <GeneratePkgDefFile>true</GeneratePkgDefFile>
|
56 | 56 | <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
|
57 | 57 | <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
|
|
60 | 60 | <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
|
61 | 61 | </PropertyGroup>
|
62 | 62 | <ItemGroup>
|
| 63 | + <Content Include="other\package\resource\Microsoft.VisualStudio.VCProject.dll"> |
| 64 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 65 | + </Content> |
| 66 | + <Content Include="other\package\resource\Microsoft.VisualStudio.VCProjectEngine.dll"> |
| 67 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 68 | + </Content> |
63 | 69 | <VSCTCompile Include="..\..\shared\other\package\gui.xml.vsct">
|
64 | 70 | <Link>other\package\gui.xml.vsct</Link>
|
65 | 71 | <ResourceName>Menus.ctmenu</ResourceName>
|
|
85 | 91 | </None>
|
86 | 92 | </ItemGroup>
|
87 | 93 | <ItemGroup>
|
| 94 | + <Reference Include="Microsoft.CSharp" /> |
| 95 | + <Reference Include="Microsoft.VisualStudio.VCProject, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 96 | + <SpecificVersion>False</SpecificVersion> |
| 97 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 98 | + <HintPath>other\package\resource\Microsoft.VisualStudio.VCProject.dll</HintPath> |
| 99 | + </Reference> |
| 100 | + <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 101 | + <SpecificVersion>False</SpecificVersion> |
| 102 | + <EmbedInteropTypes>True</EmbedInteropTypes> |
| 103 | + <HintPath>other\package\resource\Microsoft.VisualStudio.VCProjectEngine.dll</HintPath> |
| 104 | + </Reference> |
88 | 105 | <Reference Include="System" />
|
89 | 106 | <Reference Include="System.Data" />
|
| 107 | + <Reference Include="System.Design" /> |
90 | 108 | <Reference Include="System.Drawing" />
|
91 | 109 | <Reference Include="System.Windows.Forms" />
|
92 |
| - <Reference Include="System.Xml" /> |
93 | 110 | </ItemGroup>
|
94 | 111 | <ItemGroup>
|
95 |
| - <PackageReference Include="Microsoft.VisualStudio.SDK"> |
96 |
| - <Version>17.1.32210.191</Version> |
| 112 | + <PackageReference Include="envdte100"> |
| 113 | + <Version>10.0.3</Version> |
| 114 | + </PackageReference> |
| 115 | + <PackageReference Include="Microsoft.VisualStudio.Shell.14.0"> |
| 116 | + <Version>14.3.25407</Version> |
| 117 | + </PackageReference> |
| 118 | + <PackageReference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime"> |
| 119 | + <Version>14.3.26929</Version> |
97 | 120 | </PackageReference>
|
98 | 121 | <PackageReference Include="Microsoft.VSSDK.BuildTools">
|
99 |
| - <Version>16.11.35</Version> |
| 122 | + <Version>16.11.69</Version> |
100 | 123 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
101 | 124 | <PrivateAssets>all</PrivateAssets>
|
102 | 125 | </PackageReference>
|
|
0 commit comments