🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    version/version.vcxproj
    skipped 77 lines
    78 78   </PropertyGroup>
    79 79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    80 80   <LinkIncremental>true</LinkIncremental>
     81 + <OutDir>$(Platform)\$(Configuration)</OutDir>
    81 82   </PropertyGroup>
    82 83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    83 84   <LinkIncremental>false</LinkIncremental>
    skipped 88 lines
  • ■ ■ ■ ■ ■
    versionConsole/versionConsole.vcxproj
    skipped 42 lines
    43 43   <ConfigurationType>Application</ConfigurationType>
    44 44   <UseDebugLibraries>true</UseDebugLibraries>
    45 45   <PlatformToolset>v142</PlatformToolset>
    46  - <CharacterSet>Unicode</CharacterSet>
     46 + <CharacterSet>MultiByte</CharacterSet>
    47 47   </PropertyGroup>
    48 48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    49 49   <ConfigurationType>Application</ConfigurationType>
    skipped 28 lines
    78 78   </PropertyGroup>
    79 79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    80 80   <LinkIncremental>true</LinkIncremental>
     81 + <OutDir>$(Platform)\$(Configuration)</OutDir>
    81 82   </PropertyGroup>
    82 83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    83 84   <LinkIncremental>false</LinkIncremental>
    skipped 69 lines
Please wait...
Page is in error, reload to recover