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 >{D9124E8E-BA8E-41FE-B05C-5D7C3A1D6B04}</ProjectGuid >
14
+ <OutputType >Library</OutputType >
15
+ <AppDesignerFolder >Properties</AppDesignerFolder >
16
+ <RootNamespace >CommentsPlus</RootNamespace >
17
+ <AssemblyName >CommentsPlus17</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
+ <Content Include =" ..\Shared\readme.rtf" >
49
+ <Link >readme.rtf</Link >
50
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
51
+ <IncludeInVSIX >true</IncludeInVSIX >
52
+ </Content >
53
+ <None Include =" source.extension.vsixmanifest" >
54
+ <SubType >Designer</SubType >
55
+ </None >
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <Reference Include =" PresentationCore" />
59
+ <Reference Include =" PresentationFramework" />
60
+ <Reference Include =" System" />
61
+ <Reference Include =" System.ComponentModel.Composition" />
62
+ <Reference Include =" System.Xaml" />
63
+ <Reference Include =" WindowsBase" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <PackageReference Include =" Microsoft.VisualStudio.SDK" Version =" 17.0.0-previews-1-31410-273" ExcludeAssets =" runtime" />
67
+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.0.3177-preview3" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <Content Include =" ..\Shared\comments-plus-screenshot.png" >
71
+ <Link >comments-plus-screenshot.png</Link >
72
+ <IncludeInVSIX >true</IncludeInVSIX >
73
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
74
+ </Content >
75
+ <Content Include =" ..\Shared\comments-plus-t-icon.png" >
76
+ <Link >comments-plus-t-icon.png</Link >
77
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
78
+ <IncludeInVSIX >true</IncludeInVSIX >
79
+ </Content >
80
+ <Content Include =" ..\Shared\ms-pl.txt" >
81
+ <Link >ms-pl.txt</Link >
82
+ <IncludeInVSIX >true</IncludeInVSIX >
83
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
84
+ </Content >
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Folder Include =" Properties\" />
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <Compile Include =" CommentsPlus17Package.cs" />
91
+ </ItemGroup >
92
+ <Import Project =" ..\CommentsPlusShared.projitems" Label =" Shared" />
93
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94
+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
95
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96
+ Other similar extension points exist, see Microsoft.Common.targets.
97
+ <Target Name="BeforeBuild">
98
+ </Target>
99
+ <Target Name="AfterBuild">
100
+ </Target>
101
+ -->
102
+ </Project >
0 commit comments