CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Windows/build_windows.proj
Views: 1401
<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>