diff --git a/src/MarkdownGenerator.sln b/src/MarkdownGenerator.sln index 89d2a4a..3aff019 100644 --- a/src/MarkdownGenerator.sln +++ b/src/MarkdownGenerator.sln @@ -5,8 +5,6 @@ VisualStudioVersion = 15.0.27130.2003 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownGenerator", "MarkdownGenerator\MarkdownGenerator.csproj", "{48389C66-CC10-4A4A-AF84-451D4BD94294}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownGenerator.Publish", "MarkdownGerenator.Publish\MarkdownGenerator.Publish.csproj", "{0273EA62-19D3-4775-92F9-8C574DCC28D5}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Publisher", "Publisher\Publisher.csproj", "{65ED2D89-4716-48AD-A48B-1B4914023DB8}" EndProject Global @@ -19,10 +17,6 @@ Global {48389C66-CC10-4A4A-AF84-451D4BD94294}.Debug|Any CPU.Build.0 = Debug|Any CPU {48389C66-CC10-4A4A-AF84-451D4BD94294}.Release|Any CPU.ActiveCfg = Release|Any CPU {48389C66-CC10-4A4A-AF84-451D4BD94294}.Release|Any CPU.Build.0 = Release|Any CPU - {0273EA62-19D3-4775-92F9-8C574DCC28D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0273EA62-19D3-4775-92F9-8C574DCC28D5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0273EA62-19D3-4775-92F9-8C574DCC28D5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0273EA62-19D3-4775-92F9-8C574DCC28D5}.Release|Any CPU.Build.0 = Release|Any CPU {65ED2D89-4716-48AD-A48B-1B4914023DB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {65ED2D89-4716-48AD-A48B-1B4914023DB8}.Debug|Any CPU.Build.0 = Debug|Any CPU {65ED2D89-4716-48AD-A48B-1B4914023DB8}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/src/MarkdownGenerator/FodyWeavers.xml b/src/MarkdownGenerator/FodyWeavers.xml new file mode 100644 index 0000000..c6e1b7c --- /dev/null +++ b/src/MarkdownGenerator/FodyWeavers.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/MarkdownGenerator/Icon.ico b/src/MarkdownGenerator/Icon.ico new file mode 100644 index 0000000..732476b Binary files /dev/null and b/src/MarkdownGenerator/Icon.ico differ diff --git a/src/MarkdownGenerator/Img/Icon.ico b/src/MarkdownGenerator/Img/Icon.ico new file mode 100644 index 0000000..732476b Binary files /dev/null and b/src/MarkdownGenerator/Img/Icon.ico differ diff --git a/src/MarkdownGenerator/Img/Icon.psd b/src/MarkdownGenerator/Img/Icon.psd new file mode 100644 index 0000000..60bcefa Binary files /dev/null and b/src/MarkdownGenerator/Img/Icon.psd differ diff --git a/src/MarkdownGenerator/MarkdownGenerator.csproj b/src/MarkdownGenerator/MarkdownGenerator.csproj index 2b3d7b2..1bf6882 100644 --- a/src/MarkdownGenerator/MarkdownGenerator.csproj +++ b/src/MarkdownGenerator/MarkdownGenerator.csproj @@ -28,6 +28,8 @@ false true true + + AnyCPU @@ -53,7 +55,14 @@ true + + Icon.ico + + + ..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll + False + packages\HtmlAgilityPack.1.4.9.5\lib\Net45\HtmlAgilityPack.dll @@ -362,6 +371,8 @@ Designer Always + + Designer Always @@ -400,6 +411,15 @@ + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +