Skip to content

Commit

Permalink
possibly xp support?
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Oct 6, 2016
1 parent c1d1af0 commit ab55820
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TitanHide/TitanHide.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
<TreatWarningAsError>true</TreatWarningAsError>
<PreprocessorDefinitions>_DEBUG;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'">
<ClCompile>
Expand All @@ -92,6 +97,11 @@
<WppKernelMode>true</WppKernelMode>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'">
<ClCompile>
Expand All @@ -101,6 +111,11 @@
<TreatWarningAsError>true</TreatWarningAsError>
<PreprocessorDefinitions>_DEBUG;_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">
<ClCompile>
Expand All @@ -109,6 +124,11 @@
<WppKernelMode>true</WppKernelMode>
<TreatWarningAsError>true</TreatWarningAsError>
</ClCompile>
<Link>
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
<Version>
</Version>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<FilesToPackage Include="$(TargetPath)" />
Expand Down

0 comments on commit ab55820

Please sign in to comment.