summaryrefslogtreecommitdiff
path: root/windows/TapDriver/TapDriver.vcxproj
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-22 18:38:45 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-01-22 18:38:45 -0800
commit2da6a7570b1bdbb99da9662c7e66c3028f342a5d (patch)
tree83f1f866f855d3c7aa926f899f6eaf67af2178b6 /windows/TapDriver/TapDriver.vcxproj
parent2498ecbc847610dfe34ab23b801572a147bd7934 (diff)
downloadinfinitytier-2da6a7570b1bdbb99da9662c7e66c3028f342a5d.tar.gz
infinitytier-2da6a7570b1bdbb99da9662c7e66c3028f342a5d.zip
More tap driver work, increment version number, remove old binaries since signatures may not have been valid.
Diffstat (limited to 'windows/TapDriver/TapDriver.vcxproj')
-rw-r--r--windows/TapDriver/TapDriver.vcxproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/windows/TapDriver/TapDriver.vcxproj b/windows/TapDriver/TapDriver.vcxproj
index 33421c84..ec1d9c45 100644
--- a/windows/TapDriver/TapDriver.vcxproj
+++ b/windows/TapDriver/TapDriver.vcxproj
@@ -173,9 +173,10 @@
<TimeStampServer>http://timestamp.digicert.com/</TimeStampServer>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Vista Release|x64'">
- <TargetName>ztTap100</TargetName>
+ <TargetName>zttap200</TargetName>
<OutDir>$(SolutionDir)\Build\$(Platform)\$(ConfigurationName)\</OutDir>
<TimeStampServer>http://timestamp.digicert.com/</TimeStampServer>
+ <DiagnosticMode>true</DiagnosticMode>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win7 Debug|x64'">
<TargetName>ztTap100</TargetName>
@@ -266,7 +267,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <Inf Include="ztTap100.inf" />
+ <Inf Include="zttap200.inf" />
</ItemGroup>
<ItemGroup>
<FilesToPackage Include="$(TargetPath)" />