CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2010-0232/make.msbuild
Views: 11780
<?xml version="1.0" standalone="yes"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <SolutionPath>.\kitrap0d.sln</SolutionPath>
  </PropertyGroup>

  <Target Name="all" DependsOnTargets="x86" />

  <Target Name="x86">
    <Message Text="Building CVE-2010-0232 KiTrap0D x86 Release version" />
    <MSBuild Projects="$(SolutionPath)" Properties="Configuration=Release;Platform=Win32" Targets="Clean;Rebuild"/>
  </Target>

  <Target Name="x64">
    <Message Text="KiTrap0D is not supported in x64" />
  </Target>
</Project>