|
64 | 64 | <DependentUpon>VSCommandTable.vsct</DependentUpon>
|
65 | 65 | </Compile>
|
66 | 66 | <Compile Include="VSPackage.cs" />
|
67 |
| - <Compile Include="Completion\JsonTreeVisitor.cs" /> |
68 | 67 | <Compile Include="Constants.cs" />
|
69 | 68 | <Compile Include="Helpers\TaskRunner\FileTextUtil.cs" />
|
70 | 69 | <Compile Include="Helpers\TaskRunner\ITextUtil.cs" />
|
|
78 | 77 | <Compile Include="Helpers\TaskRunner\TextViewUtil.cs" />
|
79 | 78 | <Compile Include="Helpers\TaskRunner\VsTextViewTextUtil.cs" />
|
80 | 79 | <Compile Include="Properties\AssemblyInfo.cs" />
|
81 |
| - <Compile Include="Completion\TaskCompletionProvider.cs" /> |
82 |
| - <Compile Include="Completion\SimpleCompletionEntry.cs" /> |
83 | 80 | <Compile Include="TaskRunner\CommandTask.cs" />
|
84 | 81 | <Compile Include="TaskRunner\TaskParser.cs" />
|
85 | 82 | <Compile Include="TaskRunner\TaskRunnerProvider.cs" />
|
|
130 | 127 | </Reference>
|
131 | 128 | <Reference Include="Microsoft.Build.Framework" />
|
132 | 129 | <Reference Include="Microsoft.CSharp" />
|
133 |
| - <Reference Include="Microsoft.CSS.Core, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
134 |
| - <SpecificVersion>False</SpecificVersion> |
135 |
| - <HintPath>..\lib\Microsoft.CSS.Core.dll</HintPath> |
136 |
| - <Private>False</Private> |
137 |
| - </Reference> |
138 |
| - <Reference Include="Microsoft.JSON.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
139 |
| - <SpecificVersion>False</SpecificVersion> |
140 |
| - <HintPath>..\lib\Microsoft.JSON.Core.dll</HintPath> |
141 |
| - <Private>False</Private> |
142 |
| - </Reference> |
143 |
| - <Reference Include="Microsoft.JSON.Editor, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
144 |
| - <SpecificVersion>False</SpecificVersion> |
145 |
| - <HintPath>..\lib\Microsoft.JSON.Editor.dll</HintPath> |
146 |
| - <Private>False</Private> |
147 |
| - </Reference> |
148 | 130 | <Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
149 | 131 | <EmbedInteropTypes>False</EmbedInteropTypes>
|
150 | 132 | </Reference>
|
|
206 | 188 | <Private>True</Private>
|
207 | 189 | </Reference>
|
208 | 190 | <Reference Include="Microsoft.VisualStudio.TaskRunnerExplorer.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
209 |
| - <SpecificVersion>False</SpecificVersion> |
210 |
| - <HintPath>..\lib\Microsoft.VisualStudio.TaskRunnerExplorer.14.0.dll</HintPath> |
211 | 191 | <Private>False</Private>
|
212 | 192 | </Reference>
|
213 | 193 | <Reference Include="Microsoft.VisualStudio.Text.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
234 | 214 | <HintPath>..\packages\Microsoft.VisualStudio.Validation.14.1.111\lib\net45\Microsoft.VisualStudio.Validation.dll</HintPath>
|
235 | 215 | <Private>True</Private>
|
236 | 216 | </Reference>
|
237 |
| - <Reference Include="Microsoft.Web.Editor, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
238 |
| - <SpecificVersion>False</SpecificVersion> |
239 |
| - <HintPath>..\lib\Microsoft.Web.Editor.dll</HintPath> |
240 |
| - <Private>False</Private> |
241 |
| - </Reference> |
242 | 217 | <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
243 | 218 | <HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
244 | 219 | <Private>False</Private>
|
|
273 | 248 | <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
|
274 | 249 | <ProjectExtensions>
|
275 | 250 | <VisualStudio>
|
276 |
| - <UserProperties JSON_4commands_1json__JSONSchema="commands-schema.json" Schema_4commands_1json__JSONSchema="commands-schema.json" /> |
| 251 | + <UserProperties Schema_4commands_1json__JSONSchema="commands-schema.json" JSON_4commands_1json__JSONSchema="commands-schema.json" /> |
277 | 252 | </VisualStudio>
|
278 | 253 | </ProjectExtensions>
|
279 | 254 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments