On Apr 24, 2:46*am, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
> On Thu, 23 Apr 2009 18:25:47 -0700, shapper <mdmo...@gmail.com> wrote:
>
> Do you mean ".NET application"?
>
Basically I have a solution with the following projects:
A) MyApp.Core [C# CLASS Library]
B) MyApp.SqlDataProvider [C# CLASS Library]
C) MyApp.Mvc [ASP.NET MVC Library]
Basically once or more then once I need to do two things:
1. Insert data into the database (but without the need to run the
site);
2. Call Packer.exe to minify the CSS and JS files.
I have all the linq code for (1) and a Bat file with all the code for
(2)
I just would like to add a project to my solution that would execute
my linq code or call packer.exe.
This way I don't need to run the site to insert data or click the
packer.bat.
Do you understand?
I can't create a class library because it does not run like that.
I don't want to use site application for this.
So is a Console Application Project that I should create. Is there it?
Thanks,
Miguel
|