We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f918bcc commit 98a06b3Copy full SHA for 98a06b3
external/source/exploits/IE11SandboxEscapes/make.msbuild
@@ -0,0 +1,18 @@
1
+<?xml version="1.0" standalone="yes"?>
2
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup>
4
+ <SolutionPath>.\IE11SandboxEscapes.sln</SolutionPath>
5
+ </PropertyGroup>
6
+
7
+ <Target Name="all" DependsOnTargets="x86" />
8
9
+ <Target Name="x86">
10
+ <Message Text="Building IE11SandboxEscapes x86 Release version" />
11
+ <MSBuild Projects="$(SolutionPath)" Properties="Configuration=Release;Platform=Win32" Targets="Clean;Rebuild"/>
12
+ </Target>
13
14
+ <Target Name="x64">
15
+ <Message Text="IE11SandboxEscapes not supported in x64" />
16
17
+</Project>
18
0 commit comments