🤬
  • ■ ■ ■ ■ ■ ■
    .gitignore
    skipped 2 lines
    3 3  /Release
    4 4  /SearchAvailableExe/Debug
    5 5  /SearchAvailableExe/Release
     6 +/x64
     7 +/SearchAvailableExe/x64
    6 8   
  • ■ ■ ■ ■ ■ ■
    SearchAvailableExe/SearchAvailableExe.vcxproj
    skipped 120 lines
    121 121   <FunctionLevelLinking>true</FunctionLevelLinking>
    122 122   <IntrinsicFunctions>true</IntrinsicFunctions>
    123 123   <SDLCheck>true</SDLCheck>
    124  - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    125  - <ConformanceMode>true</ConformanceMode>
     124 + <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     125 + <ConformanceMode>false</ConformanceMode>
     126 + <LanguageStandard>stdcpp17</LanguageStandard>
     127 + <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    126 128   </ClCompile>
    127 129   <Link>
    128 130   <SubSystem>Console</SubSystem>
    129 131   <EnableCOMDATFolding>true</EnableCOMDATFolding>
    130 132   <OptimizeReferences>true</OptimizeReferences>
    131  - <GenerateDebugInformation>true</GenerateDebugInformation>
     133 + <GenerateDebugInformation>false</GenerateDebugInformation>
     134 + <AdditionalDependencies>Crypt32.lib;%(AdditionalDependencies)</AdditionalDependencies>
    132 135   </Link>
    133 136   </ItemDefinitionGroup>
    134 137   <ItemGroup>
    skipped 11 lines
Please wait...
Page is in error, reload to recover