1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.20515</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
9 <OutputType>Library</OutputType>
10 <RootNamespace>VSIXProject</RootNamespace>
11 <AssemblyName>%ProjectName%</AssemblyName>
12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <GeneratePkgDefFile>false</GeneratePkgDefFile>
15 <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
16 <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
17 <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
18 <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugType>pdbonly</DebugType>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
34 <ErrorReport>prompt</ErrorReport>
35 <WarningLevel>4</WarningLevel>
38 <None Include="source.extension.vsixmanifest">
39 <SubType>Designer</SubType>
43 <ProjectReference Include="..\%ProjectName%\%ProjectName%.vcxproj">
44 <Project>%VSPackageProjectGuid%</Project>
45 <Name>%ProjectName%</Name>
46 <IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;GetCopyToOutputDirectoryItems;PkgdefProjectOutputGroup;</IncludeOutputGroupsInVSIX>
47 <IncludeOutputGroupsInVSIXLocalOnly>
48 DebugSymbolsProjectOutputGroup;
49 </IncludeOutputGroupsInVSIXLocalOnly>
51 <ProjectReference Include="..\%ProjectName%Ui\%ProjectName%Ui.vcxproj">
52 <Project>%VSPackageUIProjectGuid%</Project>
53 <Name>%ProjectName%Ui</Name>
54 <VSIXSubPath>1033</VSIXSubPath>
55 <IncludeOutputGroupsInVSIX>
56 BuiltProjectOutputGroup;
57 </IncludeOutputGroupsInVSIX>
58 <IncludeOutputGroupsInVSIXLocalOnly>
59 DebugSymbolsProjectOutputGroup;
60 </IncludeOutputGroupsInVSIXLocalOnly>
63 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
64 <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" />
65 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66 Other similar extension points exist, see Microsoft.Common.targets.
67 <Target Name="BeforeBuild">
69 <Target Name="AfterBuild">