aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-11-04 15:39:27 +0100
committerSimon Rozman <simon@rozman.si>2020-11-04 16:44:01 +0100
commitb8401ad25b5d6c37266e7fee59c0bc201b07f388 (patch)
tree912c65422cb7cc9953267da81177dff3e18e4828 /wintun.vcxproj
parentapi: rename GetVersion to GetRunningDriverVersion (diff)
downloadwintun-b8401ad25b5d6c37266e7fee59c0bc201b07f388.tar.xz
wintun-b8401ad25b5d6c37266e7fee59c0bc201b07f388.zip
api: upgrade nci.lib and wintun-inf.h building
The additional build steps performed are now attached to the build process using BeforeTargets/AfterTargets. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.vcxproj')
-rw-r--r--wintun.vcxproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/wintun.vcxproj b/wintun.vcxproj
index af0e0c3..dbfd824 100644
--- a/wintun.vcxproj
+++ b/wintun.vcxproj
@@ -139,7 +139,6 @@
<IntDir>$(ConfigurationName)\$(WintunPlatform)\</IntDir>
<OutDir>$(ConfigurationName)\$(WintunPlatform)\</OutDir>
<RunCodeAnalysis>true</RunCodeAnalysis>
- <CustomBuildAfterTargets>StampInf</CustomBuildAfterTargets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<CodeAnalysisRuleSet>$(WDKContentRoot)CodeAnalysis\DriverMustFixRules.ruleset</CodeAnalysisRuleSet>
@@ -169,11 +168,6 @@
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
</DriverSign>
- <CustomBuildStep>
- <Command>cscript.exe /nologo "$(ProjectDir)\extract-driverver.js" &lt; "$(IntDir)wintun.inf" &gt; "$(IntDir)wintun-inf.h"</Command>
- <Outputs>$(IntDir)wintun-inf.h</Outputs>
- <Inputs>$(IntDir)wintun.inf</Inputs>
- </CustomBuildStep>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
<Inf>