  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Debug</NintendoSdkBuildType>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Develop</NintendoSdkBuildType>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Release</NintendoSdkBuildType>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Debug</NintendoSdkBuildType>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Develop|x64'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Develop</NintendoSdkBuildType>
  </PropertyGroup>
  <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ConfigurationType>Application</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v141</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
    <NintendoSdkRoot>CONVSTR_SDKROOT</NintendoSdkRoot>
    <NintendoSdkSpec>Generic</NintendoSdkSpec>
    <NintendoSdkBuildType>Release</NintendoSdkBuildType>
  </PropertyGroup>

