Files
metasploit-gs/external/source/HostingCLR_inject/make.msbuild
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
466 B
XML
Raw Normal View History

2020-04-10 18:53:03 +02:00
<?xml version="1.0" standalone="yes"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionPath>.\HostingCLR.sln</SolutionPath>
</PropertyGroup>
<Target Name="all" DependsOnTargets="x64" />
<Target Name="x64">
<Message Text="Building HostingCLR x64 Release version" />
<MSBuild Projects="$(SolutionPath)" Properties="Configuration=Release;Platform=x64" Targets="Clean;Rebuild"/>
</Target>
</Project>