[commit] r2779 - trunk/GME/CSGUI
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 26 13:26:13 CDT 2019
Author: ksmyth
Date: Thu Sep 26 13:26:13 2019
New Revision: 2779
Log:
Use TargetFrameworkSDKToolsDirectory to find TlbExp.exe
Modified:
trunk/GME/CSGUI/CSGUI.csproj
Modified: trunk/GME/CSGUI/CSGUI.csproj
==============================================================================
--- trunk/GME/CSGUI/CSGUI.csproj Mon Jul 8 13:31:00 2019 (r2778)
+++ trunk/GME/CSGUI/CSGUI.csproj Thu Sep 26 13:26:13 2019 (r2779)
@@ -109,7 +109,9 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PostBuildEvent>"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\TlbExp.exe" "$(TargetPath)"</PostBuildEvent>
+ <PostBuildEvent>
+set PATH=$(TargetFrameworkSDKToolsDirectory);$(SDK40ToolsPath);%PATH%;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools
+TlbExp.exe "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
More information about the gme-commit
mailing list