1- <? xml version = " 1.0 " encoding = " utf-8 " ? >
2- < Project ToolsVersion = " 17.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
1+ <Project Sdk = " CodingWithCalvin.VsixSdk/0.3.0 " >
2+
33 <PropertyGroup >
4- <MinimumVisualStudioVersion >17.0</MinimumVisualStudioVersion >
5- <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6- <UseCodebase >true</UseCodebase >
7- </PropertyGroup >
8- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
9- <OutputPath >bin\Release\</OutputPath >
10- <DefineConstants >
11- </DefineConstants >
12- <Optimize >true</Optimize >
13- <PlatformTarget >AnyCPU</PlatformTarget >
14- <LangVersion >latest</LangVersion >
15- <UseWinFormsOutOfProcDesigner >False</UseWinFormsOutOfProcDesigner >
16- </PropertyGroup >
17- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
18- <DebugSymbols >true</DebugSymbols >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >TRACE;DEBUG</DefineConstants >
21- <DebugType >full</DebugType >
22- <PlatformTarget >AnyCPU</PlatformTarget >
23- <LangVersion >latest</LangVersion >
24- <DeployExtension >True</DeployExtension >
25- <UseWinFormsOutOfProcDesigner >False</UseWinFormsOutOfProcDesigner >
26- </PropertyGroup >
27- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
28- <PropertyGroup >
29- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
30- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
31- <SchemaVersion >2.0</SchemaVersion >
32- <ProjectTypeGuids >{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
33- <ProjectGuid >{ADD4175C-AA5C-49E4-AFAF-6B9D3E832E8D}</ProjectGuid >
34- <OutputType >Library</OutputType >
35- <AppDesignerFolder >Properties</AppDesignerFolder >
4+ <TargetFramework >net48</TargetFramework >
365 <RootNamespace >CodingWithCalvin.OpenInNotepadPlusPlus</RootNamespace >
376 <AssemblyName >CodingWithCalvin.OpenInNotepadPlusPlus</AssemblyName >
38- <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
39- <GeneratePkgDefFile >true</GeneratePkgDefFile >
40- <IncludeAssemblyInVSIXContainer >true</IncludeAssemblyInVSIXContainer >
41- <IncludeDebugSymbolsInVSIXContainer >true</IncludeDebugSymbolsInVSIXContainer >
42- <IncludeDebugSymbolsInLocalVSIXDeployment >true</IncludeDebugSymbolsInLocalVSIXDeployment >
43- <CopyBuildOutputToOutputDirectory >true</CopyBuildOutputToOutputDirectory >
44- <CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
457 <LangVersion >latest</LangVersion >
46- <StartAction >Program</StartAction >
47- <StartProgram Condition =" '$(DevEnvDir)' != ''" >$(DevEnvDir)devenv.exe</StartProgram >
48- <StartArguments >/rootsuffix Exp</StartArguments >
49- <VsixType >v3</VsixType >
508 </PropertyGroup >
9+
10+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
11+ <DeployExtension >True</DeployExtension >
12+ </PropertyGroup >
13+
5114 <ItemGroup >
52- <PackageReference Include =" Microsoft.VisualStudio.SDK" >
53- <Version >17.14.40265</Version >
54- </PackageReference >
55- <PackageReference Include =" Microsoft.VSSDK.BuildTools" >
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 >
61- </PackageReference >
62- </ItemGroup >
63- <ItemGroup >
64- <Reference Include =" System" />
65- <Reference Include =" System.Design" />
66- <Reference Include =" System.Windows.Forms" />
67- <Reference Include =" Microsoft.CSharp" />
68- </ItemGroup >
69- <ItemGroup >
70- <None Include =" source.extension.vsixmanifest" >
71- <SubType >Designer</SubType >
72- <Generator >VsixManifestGenerator</Generator >
73- <LastGenOutput >source.extension.cs</LastGenOutput >
74- </None >
15+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.14.40265" />
16+ <PackageReference Include =" CodingWithCalvin.Otel4Vsix" Version =" 0.2.0" />
7517 </ItemGroup >
18+
7619 <ItemGroup >
77- <Content Include =" ..\..\resources\icon.png" >
78- <Link >resources\icon.png</Link >
20+ <Content Include =" ..\..\resources\icon.png" Link =" resources\icon.png" >
7921 <IncludeInVSIX >true</IncludeInVSIX >
8022 </Content >
81- <Content Include =" ..\..\LICENSE" >
82- <Link >resources\LICENSE</Link >
23+ <Content Include =" ..\..\LICENSE" Link =" resources\LICENSE" >
8324 <IncludeInVSIX >true</IncludeInVSIX >
8425 </Content >
85- <Content Include =" ..\..\resources\logo.png" >
86- <Link >resources\logo.png</Link >
26+ <Content Include =" ..\..\resources\logo.png" Link =" resources\logo.png" >
8727 <IncludeInVSIX >true</IncludeInVSIX >
8828 </Content >
8929 </ItemGroup >
90- <ItemGroup >
91- <VSCTCompile Include =" VSCommandTable.vsct" >
92- <ResourceName >Menus.ctmenu</ResourceName >
93- <Generator >VsctGenerator</Generator >
94- <LastGenOutput >VSCommandTable.cs</LastGenOutput >
95- </VSCTCompile >
96- </ItemGroup >
97- <ItemGroup />
98- <ItemGroup >
99- <Compile Include =" Commands\OpenExecutableCommand.cs" />
100- <Compile Include =" Dialogs\SettingsDialogPage.cs" >
101- <SubType >Component</SubType >
102- </Compile >
103- <Compile Include =" Helpers\ProjectHelpers.cs" />
104- <Compile Include =" OpenInNotepadPlusPlusPackage.cs" />
105- <Compile Include =" HoneycombConfig.cs" />
106- <Compile Include =" Properties\AssemblyInfo.cs" />
107- <Compile Include =" source.extension.cs" >
108- <AutoGen >True</AutoGen >
109- <DesignTime >True</DesignTime >
110- <DependentUpon >source.extension.vsixmanifest</DependentUpon >
111- </Compile >
112- <Compile Include =" VSCommandTable.cs" >
113- <AutoGen >True</AutoGen >
114- <DesignTime >True</DesignTime >
115- <DependentUpon >VSCommandTable.vsct</DependentUpon >
116- </Compile >
117- </ItemGroup >
118- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119- <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
120- </Project >
30+ </Project >
0 commit comments