|
49 | 49 | <DeployExtension>True</DeployExtension>
|
50 | 50 | </PropertyGroup>
|
51 | 51 | <ItemGroup>
|
52 |
| - <Compile Include="CommentClassifier\Classifications.cs" /> |
53 |
| - <Compile Include="CommentClassifier\CommentTagger.cs" /> |
54 |
| - <Compile Include="ExtensionMethods\ExtensionMethods.cs" /> |
55 |
| - <Compile Include="ItalicComments\FormatMapWatcher.cs" /> |
56 |
| - <Compile Include="ItalicComments\ViewCreationListener.cs" /> |
57 |
| - <Compile Include="Properties\AssemblyInfo.cs" /> |
58 |
| - </ItemGroup> |
59 |
| - <ItemGroup> |
60 |
| - <Content Include="comments-plus-t-icon.png"> |
61 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
62 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
63 |
| - </Content> |
64 |
| - <Content Include="readme.rtf"> |
| 52 | + <None Include="..\README.md"> |
| 53 | + <Link>README.md</Link> |
| 54 | + </None> |
| 55 | + <Content Include="..\Shared\readme.rtf"> |
| 56 | + <Link>readme.rtf</Link> |
65 | 57 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
66 | 58 | <IncludeInVSIX>true</IncludeInVSIX>
|
67 | 59 | </Content>
|
68 |
| - <None Include="README.md" /> |
69 | 60 | <None Include="source.extension.vsixmanifest">
|
70 | 61 | <SubType>Designer</SubType>
|
71 | 62 | </None>
|
72 | 63 | </ItemGroup>
|
73 |
| - <ItemGroup> |
74 |
| - <Content Include="comments-plus-icon.png"> |
75 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
76 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
77 |
| - </Content> |
78 |
| - <Content Include="comments-plus-screenshot.png"> |
79 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
80 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
81 |
| - </Content> |
82 |
| - <Content Include="ms-pl.txt"> |
83 |
| - <IncludeInVSIX>true</IncludeInVSIX> |
84 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
85 |
| - </Content> |
86 |
| - </ItemGroup> |
87 | 64 | <ItemGroup>
|
88 | 65 | <Reference Include="PresentationCore" />
|
89 | 66 | <Reference Include="PresentationFramework" />
|
|
94 | 71 | <Reference Include="WindowsBase" />
|
95 | 72 | </ItemGroup>
|
96 | 73 | <ItemGroup>
|
97 |
| - <None Include="Samples\Sample2.ts" /> |
98 |
| - <None Include="Samples\Class1.vb" /> |
99 |
| - <None Include="Samples\HTMLPage1.html" /> |
100 |
| - <None Include="Samples\python_class1.py" /> |
101 |
| - <None Include="Samples\samplescript.ps1" /> |
102 |
| - <None Include="Samples\Script2.js" /> |
103 |
| - <None Include="Samples\XMLFile1.xml" /> |
| 74 | + <PackageReference Include="Microsoft.VisualStudio.SDK"> |
| 75 | + <Version>15.0.1</Version> |
| 76 | + </PackageReference> |
104 | 77 | </ItemGroup>
|
105 | 78 | <ItemGroup>
|
106 |
| - <None Include="Samples\samplepage.xaml"> |
107 |
| - <SubType>Designer</SubType> |
108 |
| - </None> |
| 79 | + <Content Include="..\Shared\comments-plus-screenshot.png"> |
| 80 | + <Link>comments-plus-screenshot.png</Link> |
| 81 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 82 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 83 | + </Content> |
| 84 | + <Content Include="..\Shared\comments-plus-t-icon.png"> |
| 85 | + <Link>comments-plus-t-icon.png</Link> |
| 86 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 87 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 88 | + </Content> |
| 89 | + <Content Include="..\Shared\ms-pl.txt"> |
| 90 | + <Link>ms-pl.txt</Link> |
| 91 | + <IncludeInVSIX>true</IncludeInVSIX> |
| 92 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 93 | + </Content> |
109 | 94 | </ItemGroup>
|
110 | 95 | <ItemGroup>
|
111 |
| - <PackageReference Include="Microsoft.VisualStudio.SDK"> |
112 |
| - <Version>15.0.1</Version> |
113 |
| - </PackageReference> |
| 96 | + <Folder Include="Properties\" /> |
114 | 97 | </ItemGroup>
|
| 98 | + <Import Project="..\CommentsPlusShared.projitems" Label="Shared" /> |
115 | 99 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
116 | 100 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
117 | 101 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments