Skip to content

Commit 98a06b3

Browse files
committed
Restore make.msbuild
1 parent f918bcc commit 98a06b3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</Target>
17+
</Project>
18+

0 commit comments

Comments
 (0)