Skip to content

Commit

Permalink
Update installer to handle embedded assemblies correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevault committed Nov 7, 2013
1 parent 9f86c9c commit 2b76cac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Installer/Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\EmbedAssembly\bin\Debug\EmbedAssembly.exe">
<Link>ToCopy\EmbedAssembly.exe</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\EmbedAssembly\bin\Debug\Mono.Cecil.dll">
<Link>ToCopy\Mono.Cecil.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\MediaCrush\bin\Debug\MarkdownSharp.dll">
<Link>ToCopy\MarkdownSharp.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand All @@ -151,10 +159,14 @@
<Link>ToCopy\SharpCrush4.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="..\Uninstaller\bin\Debug\Uninstaller.exe">
<Link>ToCopy\Uninstaller.exe</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>$(TargetDir)ToCopy\Patchy.PostBuild.EmbedAssembly.exe Installer.exe ToCopy\MonoTorrent.dll ToCopy\Mono.Nat.dll ToCopy\MonoTorrent.Dht.dll ToCopy\StarksoftBiko.dll ToCopy\Newtonsoft.Json.dll ToCopy\Patchy.exe ToCopy\Uninstaller.exe ToCopy\Xceed.Wpf.Toolkit.dll</PostBuildEvent>
<PostBuildEvent>$(TargetDir)ToCopy\EmbedAssembly.exe Installer.exe ToCopy\MarkdownSharp.dll ToCopy\Newtonsoft.Json.dll ToCopy\Octokit.dll ToCopy\SharpCrush4.dll ToCopy\MediaCrush.exe ToCopy\Uninstaller.exe</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 2b76cac

Please sign in to comment.