Skip to content

Commit ab55820

Browse files
committed
possibly xp support?
1 parent c1d1af0 commit ab55820

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

TitanHide/TitanHide.vcxproj

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
<TreatWarningAsError>true</TreatWarningAsError>
8585
<PreprocessorDefinitions>_DEBUG;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8686
</ClCompile>
87+
<Link>
88+
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
89+
<Version>
90+
</Version>
91+
</Link>
8792
</ItemDefinitionGroup>
8893
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|Win32'">
8994
<ClCompile>
@@ -92,6 +97,11 @@
9297
<WppKernelMode>true</WppKernelMode>
9398
<TreatWarningAsError>true</TreatWarningAsError>
9499
</ClCompile>
100+
<Link>
101+
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
102+
<Version>
103+
</Version>
104+
</Link>
95105
</ItemDefinitionGroup>
96106
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'">
97107
<ClCompile>
@@ -101,6 +111,11 @@
101111
<TreatWarningAsError>true</TreatWarningAsError>
102112
<PreprocessorDefinitions>_DEBUG;_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103113
</ClCompile>
114+
<Link>
115+
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
116+
<Version>
117+
</Version>
118+
</Link>
104119
</ItemDefinitionGroup>
105120
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Release|x64'">
106121
<ClCompile>
@@ -109,6 +124,11 @@
109124
<WppKernelMode>true</WppKernelMode>
110125
<TreatWarningAsError>true</TreatWarningAsError>
111126
</ClCompile>
127+
<Link>
128+
<MinimumRequiredVersion>5.01</MinimumRequiredVersion>
129+
<Version>
130+
</Version>
131+
</Link>
112132
</ItemDefinitionGroup>
113133
<ItemGroup>
114134
<FilesToPackage Include="$(TargetPath)" />

0 commit comments

Comments
 (0)