diff options
Diffstat (limited to 'sysmap/sysmap.vcxproj')
| -rw-r--r-- | sysmap/sysmap.vcxproj | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysmap/sysmap.vcxproj b/sysmap/sysmap.vcxproj index a42f5d0..dc6b77d 100644 --- a/sysmap/sysmap.vcxproj +++ b/sysmap/sysmap.vcxproj @@ -81,9 +81,10 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental> - <OutDir>$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutDir> - <IntDir>obj\$(Platform)\$(Configuration)\</IntDir> + <OutDir>$(SolutionDir)bin\$(Configuration)\$(Platform)\</OutDir> + <IntDir>obj\$(Configuration)\$(Platform)\</IntDir> <IncludePath>$(SolutionDir)modules\phnt\;$(SolutionDir)modules\linuxpe\includes\;$(SolutionDir)modules\spdlog\include\;$(IncludePath)</IncludePath> + <LibraryPath>$(LibraryPath)</LibraryPath> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> @@ -141,7 +142,8 @@ <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> <GenerateDebugInformation>true</GenerateDebugInformation> - <UACExecutionLevel>RequireAdministrator</UACExecutionLevel> + <UACExecutionLevel>AsInvoker</UACExecutionLevel> + <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> </Link> </ItemDefinitionGroup> <ItemGroup> |