|
61 | 61 | <Compile Include="Commands\Recompile.cs" />
|
62 | 62 | <Compile Include="Commands\CreateConfig.cs" />
|
63 | 63 | <Compile Include="Constants.cs" />
|
| 64 | + <Compile Include="ContentType\HandlebarsContentTypeDefinition.cs" /> |
| 65 | + <Compile Include="ContentType\HBSContentTypeDefinition.cs" /> |
64 | 66 | <Compile Include="ContentType\SassContentTypeDefinition.cs" />
|
| 67 | + <Compile Include="ContentType\StylContentTypeDefinition.cs" /> |
| 68 | + <Compile Include="ContentType\StylusContentTypeDefinition.cs" /> |
65 | 69 | <Compile Include="ErrorList\ErrorListService.cs" />
|
66 | 70 | <Compile Include="ErrorList\SinkManager.cs" />
|
67 | 71 | <Compile Include="ErrorList\TableDataSource.cs" />
|
|
212 | 216 | <HintPath>..\..\packages\NuGet.VisualStudio.2.8.5\lib\net40\NuGet.VisualStudio.dll</HintPath>
|
213 | 217 | <EmbedInteropTypes>True</EmbedInteropTypes>
|
214 | 218 | </Reference>
|
| 219 | + <Reference Include="NUglify, Version=1.5.12.0, Culture=neutral, PublicKeyToken=15bc7810aec21b5e, processorArchitecture=MSIL"> |
| 220 | + <HintPath>..\..\packages\NUglify.1.5.12\lib\net40\NUglify.dll</HintPath> |
| 221 | + </Reference> |
215 | 222 | <Reference Include="PresentationCore" />
|
216 | 223 | <Reference Include="PresentationFramework" />
|
217 | 224 | <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
222 | 229 | <Reference Include="System.ComponentModel.Composition" />
|
223 | 230 | <Reference Include="System.Design" />
|
224 | 231 | <Reference Include="System.Windows.Forms" />
|
| 232 | + <Reference Include="System.Xml" /> |
225 | 233 | <Reference Include="WindowsBase" />
|
226 | 234 | </ItemGroup>
|
227 | 235 | <ItemGroup>
|
228 | 236 | <ProjectReference Include="..\WebCompiler\WebCompiler.csproj">
|
229 | 237 | <Project>{b714b5b9-27c4-443c-9517-fe5c5ef46ea2}</Project>
|
230 | 238 | <Name>WebCompiler</Name>
|
| 239 | + <AdditionalProperties>TargetFramework=net46</AdditionalProperties> |
231 | 240 | </ProjectReference>
|
232 | 241 | </ItemGroup>
|
233 | 242 | <ItemGroup />
|
|
0 commit comments