|
57 | 57 | <None Include="packages.config" /> |
58 | 58 | </ItemGroup> |
59 | 59 | <ItemGroup> |
60 | | - <Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 60 | + <Reference Include="DocumentFormat.OpenXml, Version=2.9.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\packages\DocumentFormat.OpenXml.2.9.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath> |
| 62 | + </Reference> |
61 | 63 | <Reference Include="Microsoft.Toolkit, Version=5.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL"> |
62 | 64 | <HintPath>..\packages\Microsoft.Toolkit.5.1.1\lib\netstandard2.0\Microsoft.Toolkit.dll</HintPath> |
63 | 65 | </Reference> |
64 | 66 | <Reference Include="Microsoft.Toolkit.Parsers, Version=5.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2, processorArchitecture=MSIL"> |
65 | 67 | <HintPath>..\packages\Microsoft.Toolkit.Parsers.5.1.1\lib\netstandard2.0\Microsoft.Toolkit.Parsers.dll</HintPath> |
66 | 68 | </Reference> |
| 69 | + <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="System" /> |
| 73 | + <Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath> |
| 75 | + <Private>True</Private> |
| 76 | + <Private>True</Private> |
| 77 | + </Reference> |
| 78 | + <Reference Include="System.IO.Packaging, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 79 | + <HintPath>..\packages\System.IO.Packaging.4.5.0\lib\net46\System.IO.Packaging.dll</HintPath> |
| 80 | + </Reference> |
| 81 | + <Reference Include="System.Runtime.Serialization" /> |
| 82 | + <Reference Include="System.Xml" /> |
| 83 | + <Reference Include="System.Xml.Linq" /> |
67 | 84 | <Reference Include="WindowsBase" /> |
68 | 85 | </ItemGroup> |
69 | 86 | <ItemGroup> |
70 | 87 | <Compile Include="md2docx.cs" /> |
| 88 | + <Compile Include="StyleFactory.cs" /> |
71 | 89 | </ItemGroup> |
72 | 90 | <ItemGroup> |
73 | 91 | <BootstrapperPackage Include=".NETFramework,Version=v4.6.1"> |
|
0 commit comments