mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
14 lines
489 B
XML
14 lines
489 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Both">
|
|
<Target Name="Both">
|
|
<MSBuild Projects="PPSSPP.sln"
|
|
Targets="PPSSPPWindows:Rebuild"
|
|
Properties="Configuration=Release;Platform=Win32"
|
|
StopOnFirstFailure="true">
|
|
</MSBuild>
|
|
<MSBuild Projects="PPSSPP.sln"
|
|
Targets="PPSSPPWindows:Rebuild"
|
|
Properties="Configuration=Release;Platform=x64"
|
|
StopOnFirstFailure="true">
|
|
</MSBuild>
|
|
</Target>
|
|
</Project> |