Skip to content

Commit

Permalink
Correct build tool set
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheen (Shen) Tian committed Jun 24, 2017
1 parent 89600c3 commit 6ae58d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BuildMultiplePlatforms.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="BuildMultiplePlatforms">
<Project DefaultTargets="BuildMultiplePlatforms" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
<Target Name="BuildMultiplePlatforms">
<ItemGroup>
<Configurations Include="Release"/>
Expand All @@ -8,7 +8,6 @@
<Platform>%(Platforms.Identity)</Platform>
</ConfigAndPlatform>
</ItemGroup>
<MSBuild Projects="MemModLoader.sln" Targets="Build"
Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform)"/>
<MSBuild Projects="MemModLoader.sln" Targets="Build" Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform)"/>
</Target>
</Project>

0 comments on commit 6ae58d0

Please sign in to comment.