|
42 | 42 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
43 | 43 | </PropertyGroup>
|
44 | 44 | <ItemGroup>
|
| 45 | + <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\AvalonEdit.5.0.3\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath> |
| 47 | + <Private>True</Private> |
| 48 | + </Reference> |
45 | 49 | <Reference Include="System" />
|
46 | 50 | <Reference Include="System.Drawing" />
|
47 | 51 | <Reference Include="System.Windows.Forms" />
|
|
77 | 81 | <Compile Include="Converters\FileNameToTypeNameConverter.cs" />
|
78 | 82 | <Compile Include="Converters\FileInfoToFileSizeConverter.cs" />
|
79 | 83 | <Compile Include="Handlers\AudioPreviewHandler.cs" />
|
| 84 | + <Compile Include="Handlers\SyntaxHighlightPreviewHandler.cs" /> |
80 | 85 | <Compile Include="Handlers\ComInteropPreviewHandler.cs" />
|
81 | 86 | <Compile Include="Handlers\HtmlPreviewHandler.cs" />
|
82 | 87 | <Compile Include="Handlers\ImagePreviewHandler.cs" />
|
|
129 | 134 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
130 | 135 | </EmbeddedResource>
|
131 | 136 | <None Include="app.manifest" />
|
| 137 | + <None Include="packages.config" /> |
132 | 138 | <None Include="Properties\Settings.settings">
|
133 | 139 | <Generator>SettingsSingleFileGenerator</Generator>
|
134 | 140 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
159 | 165 | <ItemGroup>
|
160 | 166 | <Resource Include="Icon.ico" />
|
161 | 167 | </ItemGroup>
|
162 |
| - <ItemGroup /> |
163 | 168 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
164 | 169 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
165 | 170 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments