[commit] r2181 - trunk/GME/DotNetPIAs
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Apr 24 13:52:14 CDT 2013
Author: ksmyth
Date: Wed Apr 24 13:52:14 2013
New Revision: 2181
Log:
Register PIAs .NET v2 on developer machines
Modified:
trunk/GME/DotNetPIAs/DotNetPIAs.vcxproj
Modified: trunk/GME/DotNetPIAs/DotNetPIAs.vcxproj
==============================================================================
--- trunk/GME/DotNetPIAs/DotNetPIAs.vcxproj Fri Apr 19 14:30:00 2013 (r2180)
+++ trunk/GME/DotNetPIAs/DotNetPIAs.vcxproj Wed Apr 24 13:52:14 2013 (r2181)
@@ -116,7 +116,7 @@
<Exec Command=""$(SDK35ToolsPath)\tlbimp" /nologo /primary /keyfile:..\MgaDotNetServices\MgaDotNetServicesKey.snk /asmversion:$(PIAVersion) /out:$(OutName).dll $(InFile) " />
</Target>
<Target Name="RegisterPIA">
- <Exec Command=""$(MSBuildBinPath)\regasm" /nologo $(OutName).dll" />
+ <Exec Command=""$(windir)\Microsoft.NET\Framework\v2.0.50727\regasm" /nologo $(OutName).dll" />
<Exec Command=""$(SDK35ToolsPath)\gacutil" /nologo /i $(OutName).dll" />
<!-- nb must execute 32bit -->
<Exec Command="reg add HKLM\SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\$([System.IO.Path]::GetFileName($(OutName))) /ve /d c:\WINDOWS\assembly\GAC_MSIL\$([System.IO.Path]::GetFileName($(OutName)))\$(PIAVersion)__f240a760fe751c2e /f" />
More information about the gme-commit
mailing list