|
|
|
@ -72,23 +72,23 @@ |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)</OutDir> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)\</OutDir> |
|
|
|
<TargetName>ExplorerPatcher.amd64</TargetName> |
|
|
|
<TargetName>ExplorerPatcher.amd64</TargetName> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)</OutDir> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)\</OutDir> |
|
|
|
<TargetName>ExplorerPatcher.IA-32</TargetName> |
|
|
|
<TargetName>ExplorerPatcher.IA-32</TargetName> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<TargetName>ExplorerPatcher.amd64</TargetName> |
|
|
|
<TargetName>ExplorerPatcher.amd64</TargetName> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)</OutDir> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)\</OutDir> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
<TargetName>ExplorerPatcher.IA-32</TargetName> |
|
|
|
<TargetName>ExplorerPatcher.IA-32</TargetName> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)</OutDir> |
|
|
|
<OutDir>$(SolutionDir)\build\$(Configuration)\</OutDir> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
|
@ -102,6 +102,7 @@ |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<CallingConvention>Cdecl</CallingConvention> |
|
|
|
<CallingConvention>Cdecl</CallingConvention> |
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard> |
|
|
|
<LanguageStandard>stdcpp20</LanguageStandard> |
|
|
|
|
|
|
|
<UseFullPaths>false</UseFullPaths> |
|
|
|
</ClCompile> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
|