commits

date

comment

33392
by bphillips76
(137 downloads)
Jan 15 2010
3:43 AM

Added setup project to support x64 architecture.

26683
by bphillips76
(89 downloads)
Sep 10 2009
4:53 AM

Added code so that multiple STSDEV projects can be used in the same solution.

26682
by bphillips76
(9 downloads)
Sep 10 2009
4:52 AM

Modifed targets file so that multiple STSDEV projects can be used in the same solution.

26681
by bphillips76
(3 downloads)
Sep 10 2009
4:50 AM

Added code to support creating projects without strong names.

26680
by bphillips76
(8 downloads)
Sep 10 2009
4:49 AM

Added code to support projects that are not strong named.

25898
by bphillips76
(19 downloads)
Aug 14 2009
2:39 AM

Removed unnecessary app.config file.

25897
by bphillips76
(2 downloads)
Aug 14 2009
2:23 AM

Fixed method that retrieves public key token from snk file; padded hex string when a byte was less than 0x10.

25788
by jsublett
(11 downloads)
Aug 11 2009
3:30 AM

Removed implementation of LaunchSolutionOnComplete since VS2005 may not be installed or may not be the desired version.

25297
by bphillips76
(30 downloads)
Jul 28 2009
2:58 PM

Modifed to use 3.5 workflow.targets file if the solution version type is VS2008.

24983
by bphillips76
(16 downloads)
Jul 22 2009
4:59 PM

Added support for debugging during the refresh operation and deploying multiple features per project.

24821
by bphillips76
(6 downloads)
Jul 19 2009
6:09 PM

Added new build configuration "DebugQuickCopyAndGAC" to combine both quick copy and updating the GAC.

24704
by bphillips76
(5 downloads)
Jul 17 2009
4:20 PM

Added assembly references in generated solution for .Net 3.5, ASP.Net support, and WF support when selected by the user.

24612
by bphillips76
(5 downloads)
Jul 16 2009
1:34 AM

Fixes for manifest.xml and ddf files.

23464
by bphillips76
(15 downloads)
Jul 3 2009
3:06 AM

Removed change to DDF builder.

23463
by bphillips76
(6 downloads)
Jul 3 2009
3:03 AM

Modified to make TargetPath based on chosen build configuration.

23456
by bphillips76
(4 downloads)
Jul 3 2009
12:53 AM

Removed duplicate CallTarget as reported in issue # 1817.

23455
by bphillips76
(2 downloads)
Jul 3 2009
12:40 AM

Modified to fix issue # 4102

23454
by bphillips76
(4 downloads)
Jul 3 2009
12:27 AM

Removed dependency on msbuild to determine assembly strong name using reflection on the compiled assembly.

19550
by bphillips76
(71 downloads)
May 16 2009
3:18 AM

Fix for work item: http://stsdev.codeplex.com/WorkItem/View.aspx?WorkItemId=3970&ProjectName=stsdev

19540
by bphillips76
(36 downloads)
May 15 2009
3:56 PM

Various usability enhancements.

19539
by bphillips76
(30 downloads)
May 15 2009
3:19 PM

Modified unit tests to test .Net 3.5 projects.

19538
by bphillips76
(40 downloads)
May 15 2009
2:54 PM

Updated to build .Net 3.5 projects without MSBuild errors.

19528
by bphillips76
(31 downloads)
May 15 2009
1:05 AM

Reordered project type guids.

19527
by bphillips76
(34 downloads)
May 15 2009
1:04 AM

Reordered project type guids so that WF always comes before ASP.Net. Otherwise, your project will fail to build though no error or warnings are reported.

19526
by bphillips76
(37 downloads)
May 15 2009
1:02 AM

Made nunit reference use an absolute path.