|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="17.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | | - <MinimumVisualStudioVersion>16.0</MinimumVisualStudioVersion> |
| 4 | + <MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion> |
5 | 5 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
6 | 6 | <UseCodebase>true</UseCodebase> |
7 | 7 | </PropertyGroup> |
8 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
9 | | - <PlatformTarget>x64</PlatformTarget> |
10 | | - <OutputPath>bin\x64\Release\</OutputPath> |
| 8 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
| 9 | + <OutputPath>bin\Release\</OutputPath> |
| 10 | + <DefineConstants> |
| 11 | + </DefineConstants> |
11 | 12 | <Optimize>true</Optimize> |
12 | | - <DefineConstants>X64</DefineConstants> |
| 13 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 14 | + <LangVersion>latest</LangVersion> |
| 15 | + <UseWinFormsOutOfProcDesigner>False</UseWinFormsOutOfProcDesigner> |
13 | 16 | </PropertyGroup> |
14 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 17 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
15 | 18 | <DebugSymbols>true</DebugSymbols> |
16 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
17 | | - <PlatformTarget>x64</PlatformTarget> |
| 19 | + <OutputPath>bin\Debug\</OutputPath> |
| 20 | + <DefineConstants>TRACE;DEBUG</DefineConstants> |
18 | 21 | <DebugType>full</DebugType> |
19 | | - <DefineConstants>TRACE;DEBUG;X64</DefineConstants> |
| 22 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 23 | + <LangVersion>latest</LangVersion> |
| 24 | + <DeployExtension>True</DeployExtension> |
| 25 | + <UseWinFormsOutOfProcDesigner>False</UseWinFormsOutOfProcDesigner> |
20 | 26 | </PropertyGroup> |
21 | 27 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
22 | 28 | <PropertyGroup> |
23 | 29 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
24 | | - <Platform Condition=" '$(Platform)' == '' ">x64</Platform> |
| 30 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
25 | 31 | <SchemaVersion>2.0</SchemaVersion> |
26 | 32 | <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
27 | 33 | <ProjectGuid>{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}</ProjectGuid> |
|
36 | 42 | <IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment> |
37 | 43 | <CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory> |
38 | 44 | <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory> |
| 45 | + <LangVersion>latest</LangVersion> |
39 | 46 | <StartAction>Program</StartAction> |
40 | 47 | <StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram> |
41 | 48 | <StartArguments>/rootsuffix Exp</StartArguments> |
42 | 49 | <VsixType>v3</VsixType> |
43 | 50 | </PropertyGroup> |
44 | 51 | <ItemGroup> |
45 | 52 | <PackageReference Include="Microsoft.VisualStudio.SDK"> |
46 | | - <Version>15.0.1</Version> |
| 53 | + <Version>17.14.40265</Version> |
47 | 54 | </PackageReference> |
48 | 55 | <PackageReference Include="Microsoft.VSSDK.BuildTools"> |
49 | | - <Version>17.0.5232</Version> |
50 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers;</IncludeAssets> |
| 56 | + <Version>17.14.2120</Version> |
| 57 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
| 58 | + </PackageReference> |
| 59 | + <PackageReference Include="CodingWithCalvin.Otel4Vsix"> |
| 60 | + <Version>0.2.0</Version> |
51 | 61 | </PackageReference> |
52 | 62 | </ItemGroup> |
53 | 63 | <ItemGroup> |
|
90 | 100 | <Compile Include="Dialogs\SettingsDialogPage.cs"> |
91 | 101 | <SubType>Component</SubType> |
92 | 102 | </Compile> |
93 | | - <Compile Include="Helpers\Logger.cs" /> |
94 | 103 | <Compile Include="Helpers\ProjectHelpers.cs" /> |
95 | 104 | <Compile Include="OpenInNotepadPlusPlusPackage.cs" /> |
| 105 | + <Compile Include="HoneycombConfig.cs" /> |
96 | 106 | <Compile Include="Properties\AssemblyInfo.cs" /> |
97 | 107 | <Compile Include="source.extension.cs"> |
98 | 108 | <AutoGen>True</AutoGen> |
|
0 commit comments