Skip to content

Commit

Permalink
Changed Wrappers to build both x64 and Win32 normally
Browse files Browse the repository at this point in the history
- Added Wrappers output dir to gitignore
  • Loading branch information
simon-wh committed Jul 27, 2017
1 parent eb85c75 commit 10f8a12
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,7 @@ Project-Aurora/.vs/*
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props

Project-Aurora/Project-Aurora/Resources/Win64/

Project-Aurora/Project-Aurora/Resources/Win32/
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild">
<MSBuild Condition=" '$(Platform)' == 'x64' " Projects="$(MSBuildProjectFile)" Properties="Platform=Win32;PlatFormTarget=Win32" RunEachTargetSeparately="true" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild">
<MSBuild Condition=" '$(Platform)' == 'x64' " Projects="$(MSBuildProjectFile)" Properties="Platform=Win32;PlatFormTarget=Win32" RunEachTargetSeparately="true" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild">
<MSBuild Condition=" '$(Platform)' == 'x64' " Projects="$(MSBuildProjectFile)" Properties="Platform=Win32;PlatFormTarget=Win32" RunEachTargetSeparately="true" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild">
<MSBuild Condition=" '$(Platform)' == 'x64' " Projects="$(MSBuildProjectFile)" Properties="Platform=Win32;PlatFormTarget=Win32" RunEachTargetSeparately="true" />
</Target>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 10f8a12

Please sign in to comment.