Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/Windows/build_windows.proj
3185 views
<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>