SF.net SVN: mod-aspdotnet: [216] mod_aspdotnet2/trunk/Apache.Web/Apache.Web .vcproj
Brought to you by:
wrowe
|
From: <wr...@us...> - 2008-03-03 22:20:40
|
Revision: 216
http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=216&view=rev
Author: wrowe
Date: 2008-03-03 14:20:38 -0800 (Mon, 03 Mar 2008)
Log Message:
-----------
Use tlbexp.exe to generate the package's binding library for COM.
Modified Paths:
--------------
mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj
Modified: mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj
===================================================================
--- mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2007-09-21 14:37:24 UTC (rev 215)
+++ mod_aspdotnet2/trunk/Apache.Web/Apache.Web.vcproj 2008-03-03 22:20:38 UTC (rev 216)
@@ -102,7 +102,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Signing .dll, Exporting .tlb and Installing debug components to the GAC"
- CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"
+ CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
tlbexp /nologo /out:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
"
/>
</Configuration>
<Configuration
@@ -191,7 +191,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Signing .dll and Exporting .tlb"
- CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""
+ CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
tlbexp /nologo /out:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
"
/>
</Configuration>
<Configuration
@@ -280,7 +280,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Signing .dll and Exporting .tlb"
- CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
regasm /nologo /unregister "$(OutDir)\Apache.Web.dll""
+ CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
tlbexp /nologo /out:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
"
/>
</Configuration>
<Configuration
@@ -372,7 +372,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Signing .dll, Exporting .tlb and Installing debug components to the GAC"
- CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
regasm /nologo /tlb:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
gacutil /ir "$(OutDir)\Apache.Web.dll" FILEPATH "$(OutDir)\Apache.Web.dll" Apache.Web"
+ CommandLine="sn -Ra "$(OutDir)\Apache.Web.dll" "$(ProjectDir)\Apache.Web.snk"
tlbexp /nologo /out:"$(IntDir)/Apache.Web.tlb" "$(OutDir)\Apache.Web.dll"
"
/>
</Configuration>
</Configurations>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|