2014-03-25 00:23:49 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
</PropertyGroup>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>..\VsDingExtensionProject\Resources\speaker.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
2014-03-25 00:23:49 +00:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{F37A5870-9786-4196-A3BE-51FEC6155623}</ProjectGuid>
|
|
|
|
|
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<RootNamespace>VitaliiGanzha.VsDingExtension</RootNamespace>
|
|
|
|
|
<AssemblyName>VsDingExtension</AssemblyName>
|
2014-03-25 00:23:49 +00:00
|
|
|
|
<SignAssembly>True</SignAssembly>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<AssemblyOriginatorKeyFile>..\VsDingExtensionProject\Key.snk</AssemblyOriginatorKeyFile>
|
2014-03-25 00:23:49 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.OLE.Interop" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0">
|
|
|
|
|
<EmbedInteropTypes>true</EmbedInteropTypes>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.11.0" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.ComponentModelHost">
|
|
|
|
|
<HintPath>$(DevEnvDir)\PublicAssemblies\Microsoft.VisualStudio.ComponentModelHost.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.VisualStudio.TestWindow.Interfaces">
|
|
|
|
|
<HintPath>$(DevEnvDir)\CommonExtensions\Microsoft\TestWindow\Microsoft.VisualStudio.TestWindow.Interfaces.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<COMReference Include="EnvDTE">
|
|
|
|
|
<Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
|
|
|
|
|
<VersionMajor>8</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
<COMReference Include="EnvDTE100">
|
|
|
|
|
<Guid>{26AD1324-4B7C-44BC-84F8-B86AED45729F}</Guid>
|
|
|
|
|
<VersionMajor>10</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
<COMReference Include="EnvDTE80">
|
|
|
|
|
<Guid>{1A31287A-4D7D-413E-8E32-3B374931BD89}</Guid>
|
|
|
|
|
<VersionMajor>8</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
<COMReference Include="EnvDTE90">
|
|
|
|
|
<Guid>{2CE2370E-D744-4936-A090-3FFFE667B0E1}</Guid>
|
|
|
|
|
<VersionMajor>9</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
<COMReference Include="Microsoft.VisualStudio.CommandBars">
|
|
|
|
|
<Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
|
|
|
|
|
<VersionMajor>8</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
<COMReference Include="stdole">
|
|
|
|
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
|
|
|
|
<VersionMajor>2</VersionMajor>
|
|
|
|
|
<VersionMinor>0</VersionMinor>
|
|
|
|
|
<Lcid>0</Lcid>
|
|
|
|
|
<WrapperTool>primary</WrapperTool>
|
|
|
|
|
<Isolated>False</Isolated>
|
|
|
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
|
|
</COMReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<Compile Include="..\VsDingExtensionProject\GlobalSuppressions.cs" />
|
|
|
|
|
<Compile Include="..\VsDingExtensionProject\Guids.cs" />
|
2015-06-01 01:02:52 +00:00
|
|
|
|
<Compile Include="..\VsDingExtensionProject\OptionsDialog.cs">
|
|
|
|
|
<Link>OptionsDialog.cs</Link>
|
|
|
|
|
</Compile>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<Compile Include="..\VsDingExtensionProject\Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="..\VsDingExtensionProject\Resources.Designer.cs" />
|
|
|
|
|
<Compile Include="..\VsDingExtensionProject\VsDingExtensionProjectPackage.cs" />
|
2014-03-25 00:23:49 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<None Include="..\VsDingExtensionProject\Key.snk" />
|
2014-03-25 00:23:49 +00:00
|
|
|
|
<None Include="source.extension.vsixmanifest">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\Resources.resx" />
|
|
|
|
|
<EmbeddedResource Include="..\VsDingExtensionProject\VSPackage.resx" />
|
2014-03-25 00:23:49 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<Content Include="..\VsDingExtensionProject\Resources\build.wav" />
|
|
|
|
|
<Content Include="..\VsDingExtensionProject\Resources\debug.wav" />
|
|
|
|
|
<Content Include="..\VsDingExtensionProject\Resources\ding.wav" />
|
2014-03-25 05:59:45 +00:00
|
|
|
|
<Content Include="speaker2012.ico">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<IncludeInVSIX>true</IncludeInVSIX>
|
|
|
|
|
</Content>
|
2014-03-25 05:40:05 +00:00
|
|
|
|
<Resource Include="..\VsDingExtensionProject\Resources\Package.ico" />
|
|
|
|
|
<Content Include="..\VsDingExtensionProject\Resources\speaker.ico">
|
2014-03-25 00:23:49 +00:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<IncludeInVSIX>true</IncludeInVSIX>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<UseCodebase>true</UseCodebase>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|