|
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>SvgFileTypePlugin</RootNamespace> |
11 | | - <AssemblyName>SvgFileType</AssemblyName> |
| 11 | + <AssemblyName>SvgFileTypePlugin</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.7</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
|
34 | 34 | <SignAssembly>false</SignAssembly> |
35 | 35 | </PropertyGroup> |
36 | 36 | <ItemGroup> |
| 37 | + <Reference Include="Fizzler, Version=1.2.0.0, Culture=neutral, PublicKeyToken=4ebff4844e382110, processorArchitecture=MSIL"> |
| 38 | + <HintPath>..\packages\Fizzler.1.2.0\lib\netstandard2.0\Fizzler.dll</HintPath> |
| 39 | + </Reference> |
37 | 40 | <Reference Include="PaintDotNet.Base"> |
38 | 41 | <HintPath>C:\Program Files\paint.net\PaintDotNet.Base.dll</HintPath> |
39 | 42 | </Reference> |
|
43 | 46 | <Reference Include="PaintDotNet.Data"> |
44 | 47 | <HintPath>C:\Program Files\paint.net\PaintDotNet.Data.dll</HintPath> |
45 | 48 | </Reference> |
46 | | - <Reference Include="Svg, Version=3.0.0.0, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\packages\Svg.3.0.49\lib\net452\Svg.dll</HintPath> |
| 49 | + <Reference Include="Svg, Version=3.1.0.0, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\packages\Svg.3.1.1\lib\net452\Svg.dll</HintPath> |
48 | 51 | </Reference> |
49 | 52 | <Reference Include="System" /> |
50 | 53 | <Reference Include="System.Core" /> |
51 | 54 | <Reference Include="System.Drawing" /> |
| 55 | + <Reference Include="System.Web" /> |
52 | 56 | <Reference Include="System.Windows.Forms" /> |
53 | 57 | <Reference Include="System.Xml" /> |
54 | 58 | </ItemGroup> |
|
0 commit comments