|
-
Sep 28th, 2008, 02:56 PM
#1
Thread Starter
Hyperactive Member
[2008] Question about Resource File Location
Alright. I know in the Project Folder, theirs a Sub Folder called Resources
When I hit the Release Button to Compile the whole project, it creates a big resource file, which I am fine with, but it creates its in the obj\Release\ Folder when I want it to create all those files in the obj\Release\Data\Resources\ Folder.
How would I go about doing this?
-
Sep 28th, 2008, 08:16 PM
#2
Re: [2008] Question about Resource File Location
Why exactly would you care where in the obj folder the resources are stored? The final output is in the bin folder, with the obj folder just being an intermediate step. In the final output the resources are compiled into your EXE or DLL so where they might be between source and output shouldn't really matter.
-
Sep 28th, 2008, 08:18 PM
#3
Thread Starter
Hyperactive Member
Re: [2008] Question about Resource File Location
Isn't Build "Project Name" the button with two arrows pointing down do that? or is it when you go to the project settings then Publish ?
-
Sep 28th, 2008, 08:20 PM
#4
Thread Starter
Hyperactive Member
Re: [2008] Question about Resource File Location
Edit: NEver Mind, just did a test publish and it looks good
-
Sep 28th, 2008, 08:40 PM
#5
Re: [2008] Question about Resource File Location
For future reference, building is compiling your source files into the binary output, i.e. the EXE or DLL file. Publishing is taking that output and creating a ClickOnce installer, such that it can be automatically installed on other machines. The build process will first create intermediate output, which goes into the the obj folder, and then final output, which goes into the bin folder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|