duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

Configurations.props (3373B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="DebugFast|ARM64">
      5       <Configuration>DebugFast</Configuration>
      6       <Platform>ARM64</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="DebugFast|x64">
      9       <Configuration>DebugFast</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Debug|ARM64">
     13       <Configuration>Debug</Configuration>
     14       <Platform>ARM64</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Debug|x64">
     17       <Configuration>Debug</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20     <ProjectConfiguration Include="ReleaseLTCG|ARM64">
     21       <Configuration>ReleaseLTCG</Configuration>
     22       <Platform>ARM64</Platform>
     23     </ProjectConfiguration>
     24     <ProjectConfiguration Include="ReleaseLTCG|x64">
     25       <Configuration>ReleaseLTCG</Configuration>
     26       <Platform>x64</Platform>
     27     </ProjectConfiguration>
     28     <ProjectConfiguration Include="Release|ARM64">
     29       <Configuration>Release</Configuration>
     30       <Platform>ARM64</Platform>
     31     </ProjectConfiguration>
     32     <ProjectConfiguration Include="Release|x64">
     33       <Configuration>Release</Configuration>
     34       <Platform>x64</Platform>
     35     </ProjectConfiguration>
     36     <ProjectConfiguration Include="DebugFast-Clang|ARM64">
     37       <Configuration>DebugFast-Clang</Configuration>
     38       <Platform>ARM64</Platform>
     39     </ProjectConfiguration>
     40     <ProjectConfiguration Include="DebugFast-Clang|x64">
     41       <Configuration>DebugFast-Clang</Configuration>
     42       <Platform>x64</Platform>
     43     </ProjectConfiguration>
     44     <ProjectConfiguration Include="Debug-Clang|ARM64">
     45       <Configuration>Debug-Clang</Configuration>
     46       <Platform>ARM64</Platform>
     47     </ProjectConfiguration>
     48     <ProjectConfiguration Include="Debug-Clang|x64">
     49       <Configuration>Debug-Clang</Configuration>
     50       <Platform>x64</Platform>
     51     </ProjectConfiguration>
     52     <ProjectConfiguration Include="ReleaseLTCG-Clang|ARM64">
     53       <Configuration>ReleaseLTCG-Clang</Configuration>
     54       <Platform>ARM64</Platform>
     55     </ProjectConfiguration>
     56     <ProjectConfiguration Include="ReleaseLTCG-Clang|x64">
     57       <Configuration>ReleaseLTCG-Clang</Configuration>
     58       <Platform>x64</Platform>
     59     </ProjectConfiguration>
     60     <ProjectConfiguration Include="Release-Clang|ARM64">
     61       <Configuration>Release-Clang</Configuration>
     62       <Platform>ARM64</Platform>
     63     </ProjectConfiguration>
     64     <ProjectConfiguration Include="Release-Clang|x64">
     65       <Configuration>Release-Clang</Configuration>
     66       <Platform>x64</Platform>
     67     </ProjectConfiguration>
     68   </ItemGroup>
     69 
     70   <PropertyGroup Label="Globals">
     71     <ProjectName>$(MSBuildProjectName)</ProjectName>
     72     <RootNamespace>$(MSBuildProjectName)</RootNamespace>
     73     <Keyword>Win32Proj</Keyword>
     74     <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
     75   </PropertyGroup>
     76 
     77   <PropertyGroup Label="UserMacros">
     78     <RootBuildDir>$(SolutionDir)build\$(Configuration)-$(Platform)\</RootBuildDir>
     79   </PropertyGroup>
     80 
     81   <PropertyGroup>
     82     <UseMultiToolTask>true</UseMultiToolTask>
     83     <EnforceProcessCountAcrossBuilds>true</EnforceProcessCountAcrossBuilds>
     84   </PropertyGroup>
     85 </Project>