Google Groups Home
Help | Sign in
Is there a way to tell what dll/exe's are going to be produced from a solution?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
jeremyn11  
View profile
 More options Apr 17, 5:41 pm
From: jeremyn11 <jeremy...@gmail.com>
Date: Thu, 17 Apr 2008 14:41:06 -0700 (PDT)
Local: Thurs, Apr 17 2008 5:41 pm
Subject: Is there a way to tell what dll/exe's are going to be produced from a solution?
Basically what I am looking to do is pass in a list of dll/exe's that
the build should sign. Is there a way I could find out from nAnt/CI
Factory/etc the list of outputted dll's or exe's.

Respectfully,

-Jeremy


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sbohlen  
View profile
 More options Apr 18, 1:35 pm
From: sbohlen <sboh...@gmail.com>
Date: Fri, 18 Apr 2008 10:35:59 -0700 (PDT)
Local: Fri, Apr 18 2008 1:35 pm
Subject: Re: Is there a way to tell what dll/exe's are going to be produced from a solution?
Interrogate the .csproj or .vbproj files; the target assembly names
are in each of those files.

-Steve B.

On Apr 17, 5:41 pm, jeremyn11 <jeremy...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PilotBob  
View profile
 More options Apr 18, 2:51 pm
From: PilotBob <archer....@gmail.com>
Date: Fri, 18 Apr 2008 11:51:28 -0700 (PDT)
Local: Fri, Apr 18 2008 2:51 pm
Subject: Re: Is there a way to tell what dll/exe's are going to be produced from a solution?
You could just create a fileset something like

<fileset id="AssembliesToSign" basedir="${ProductionDirectory}">
   <include name="*.exe" />
   <include name="*.dll" />
</fileset>

BOb

On Apr 17, 5:41 pm, jeremyn11 <jeremy...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jeremyn11  
View profile
 More options Apr 18, 3:07 pm
From: jeremyn11 <jeremy...@gmail.com>
Date: Fri, 18 Apr 2008 12:07:22 -0700 (PDT)
Local: Fri, Apr 18 2008 3:07 pm
Subject: Re: Is there a way to tell what dll/exe's are going to be produced from a solution?
Thanks for the options guys. I have been playing around with with what
BOb posted, but the issue is I have third party dlls in there as well
that I didn't want to sign. Basically I was thinking I only want to
sign "my" dll's and exe's. I will play around with it some more and
see what I can come up with.

Respectfully,

-Jeremy

On Apr 18, 1:51 pm, PilotBob <archer....@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google