Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Added FSharp.Core as included assembly via costura
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Aug 27, 2014
1 parent 2436791 commit b5a5027
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/GitHubLink/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<Costura />
<Costura>
<IncludeAssemblies>
Catel.Core
FSharp.Core
LibGit2Sharp
SourceLink
</IncludeAssemblies>
</Costura>
</Weavers>
4 changes: 3 additions & 1 deletion src/GitHubLink/GitHubLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Catel.Core.3.9.0.1404200146-beta\lib\net45\Catel.Core.dll</HintPath>
</Reference>
<Reference Include="FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="FSharp.Core, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>True</Private>
</Reference>
<Reference Include="LibGit2Sharp">
<HintPath>..\..\lib\LibGit2Sharp.0.17.0.0\lib\net35\LibGit2Sharp.dll</HintPath>
<Private>True</Private>
Expand Down
4 changes: 4 additions & 0 deletions src/GitHubLink/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ private static int Main(string[] args)
{
Log.Error(ex, "An unexpected error occurred");

#if DEBUG
WaitForKeyPress();
#endif

return -1;
}
}
Expand Down

0 comments on commit b5a5027

Please sign in to comment.