You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
4.1KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. </PropertyGroup>
  7. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <ProjectGuid>{2B583FEE-0B7E-469C-836A-5291C42A3F3C}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>CommandFileContextMenu</RootNamespace>
  17. <AssemblyName>CommandFileContextMenu</AssemblyName>
  18. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  19. <GeneratePkgDefFile>true</GeneratePkgDefFile>
  20. <UseCodebase>true</UseCodebase>
  21. <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
  22. <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
  23. <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
  24. <CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
  25. <CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
  26. <StartAction>Program</StartAction>
  27. <StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
  28. <StartArguments>/rootsuffix Exp</StartArguments>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Debug\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Release\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Compile Include="Command1.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="CommandFileContextMenuPackage.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <None Include="source.extension.vsixmanifest">
  54. <SubType>Designer</SubType>
  55. </None>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Design" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.32112.339" ExcludeAssets="runtime" />
  68. <PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.2.2190" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <VSCTCompile Include="CommandFileContextMenuPackage.vsct">
  72. <ResourceName>Menus.ctmenu</ResourceName>
  73. </VSCTCompile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Content Include="Resources\Command1.png" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. </Project>