Jason Perkins
c581403fe9
Remove .dll extension from managed assembly references in C++ projects
2015-02-14 15:41:41 -05:00
Jason Perkins
f5abdb9d69
Remove ".lib" extension from system library links in generated makefiles on Windows
2015-02-14 14:56:02 -05:00
João Matos
da75753b0d
Added support for debug arguments to the C# VS/XS projects generators.
...
Obsoletes pull request #113 , thanks to Elias Holzer for original code.
2015-01-02 22:26:13 +00:00
Jason Perkins
1bcd783031
Consolidate Visual Studio extensions into the core action
2014-12-08 17:42:00 -05:00
Jason Perkins
6e12c6485f
Move command token expansion into actions, to allow more control at point of export
2014-11-29 14:51:49 -05:00
Jason Perkins
d645ba7c8f
Flag fields containing command lines and expand tokens during baking
2014-11-27 13:12:36 -05:00
Jason Perkins
ca68cc052b
Convert all usages of Unsafe flag to new clr() function
2014-11-11 19:24:07 -05:00
Jason Perkins
67582066a0
Add opening XML and project elements to rule files; consolidate common code
2014-08-11 17:50:55 -04:00
Jason Perkins
f38c76a3ee
Fix handling of dependson() for VS C# projects (João Matos)
2014-07-15 18:31:26 -04:00
Jason Perkins
fc79f5d9dc
Add distinct FatalCompileWarnings and FatalLinkWarnings flags
2014-02-14 12:23:12 -05:00
Jason Perkins
1cbc2bef9d
Clean up pass over output APIs used by exporters
...
- Reworked _p() and _x() over new indentation-aware output APIs
- Added proper APIs for setting indentation, EOL sequence, and value escaping
- Moved functions intended for exporters to premake.lua (with generation and validation calls)
2014-02-08 10:44:57 -05:00
Jason Perkins
46e3a06330
Port VC 200x user files to new indentation APIs, fix a few indentation bugs from previous commit
2014-01-31 14:29:58 -05:00
Jason Perkins
6db06d6985
Use new indentation-aware APIs in VC 200x exporter
2014-01-31 11:40:09 -05:00
Jason Perkins
2efe9d780d
Fixed VC 2010 escaping of custom build steps
2014-01-10 10:40:45 -05:00
Jason Perkins
48bbde5334
Fixed XML escaping for VS C# projects
2014-01-09 18:06:03 -05:00
Jason Perkins
75da14d13b
Split XML declarations from VS project headers, to allow comments to be inserted by modules
2014-01-07 17:08:51 -05:00
Jason Perkins
11bfb279d3
Added support for Settings.settings file association
2013-11-20 15:35:37 -05:00
Jason Perkins
fadde31127
Begin adding support for .xaml files
2013-11-15 17:17:41 -05:00
Jason Perkins
d3f0a43644
Add flag "WPF" to enable Microsoft WPF project handling
2013-11-15 16:35:27 -05:00
Jason Perkins
868e9192ab
Split VS C# project properties into function callouts
2013-10-31 11:51:32 -04:00
Jason Perkins
db77bb3434
Fix C# resource file associations when placed in a subfolder
2013-10-30 14:22:53 -04:00
Jason Perkins
ccede98258
Move some of .csproj exporter to function callout convention
2013-10-23 13:06:03 -04:00
Jason Perkins
64c220b70a
Project locations are now inherited from the solution, if set.
2013-09-30 10:16:56 -04:00
Jason Perkins
7c8881ddb2
Remove nextgen fields and _ng suffixes everywhere
2013-09-13 11:52:00 -04:00
Jason Perkins
e681b636ec
More code cleanup:
...
- Drop premake5 namespace; everything is premake again
- Remove deprecated project and config APIs
2013-09-13 11:15:36 -04:00
Jason Perkins
f94ccff6d0
Added copylocal() API and NoCopyLocal build flag to control assembly reference copying in C# projects
2013-08-11 09:51:19 -04:00
Jason Perkins
b3fdb1457d
Merge more file configuration functionality into new fileconfig class
2013-07-12 11:07:26 -04:00
Jason Perkins
ceb8756382
Added additional build actions for C# subtypes (Form, Component, UserControl); dropped Component build flag
2013-06-17 11:46:53 -04:00
Jason Perkins
4bd950d130
Make escaping function configurable; fix (non-)escaping of quotes in VS'10 and '12
2013-05-22 11:15:48 -04:00
Jason Perkins
8be16d75b8
Minor changes to Visual Studio C# projects to avoid changes on save
2013-05-15 11:15:54 -04:00
Jason Perkins
1af3a10c0a
Moved more VS2012 logic to extension script; made C# project generation more extensible
2013-04-25 16:05:08 -04:00
Jason Perkins
09b0dd1182
Add virtual paths and improve external file links for C# projects (James Whitworth)
2013-03-27 07:43:20 -04:00
Jason Perkins
2d5a5910e6
Visual Studio C# projects can now link to external files
2013-03-10 15:56:56 -04:00
Jason Perkins
68287a1437
Added application icon support for C# executable projects
2013-02-25 10:47:22 -05:00
Jason Perkins
3dd3166c14
Add pre- and post-build support to Visual Studio C# projects
2012-11-28 11:14:47 -05:00
Jason Perkins
547513a1d9
Remove deprecated tool interfaces
2012-11-27 10:28:17 -05:00
Jason Perkins
bcc2914139
Removed deprecated Visual Studio actions
2012-11-27 10:18:06 -05:00
Jason Perkins
cba537a825
Add architecture support to Visual Studio C# projects
2012-11-26 14:05:33 -05:00
Jason Perkins
bbc1ae59ad
Add new API namespace() to set the root namespace of a C# project, independent of the project name
2012-10-26 16:58:46 -04:00
Jason Perkins
09334b4b1c
Files marked as Content now are properly marked for copying to the output directory
2012-10-23 17:12:25 -04:00
Jason Perkins
524d83063f
Added support for C# Windows Forms components to Visual Studio
2012-10-11 11:26:02 -04:00
Jason Perkins
5714085c28
Better config filter matching, now using per-block relative paths
2012-10-11 11:19:15 -04:00
Jason Perkins
bece5fb35b
Port build action support to VS C# projects
2012-10-10 11:09:51 -04:00
Jason Perkins
12687e877e
Added sibling project linking to C# makefiles
2012-10-08 18:31:12 -04:00
Jason Perkins
1659d68e1d
Build and link target info now returned absolute to avoid path token expansion side-effects on relative paths
2012-10-08 11:50:42 -04:00
Jason Perkins
a91b2823cd
Iniital objdir support for VS C# projects
2012-10-02 12:57:10 -04:00
Jason Perkins
1207bbd3ac
Ported C# project and assembly reference handling
2012-09-27 10:15:27 -04:00
Jason Perkins
b277777bdc
Cleaned up the VS solution configuration accessor functions
2012-09-25 10:20:14 -04:00
Jason Perkins
dc82f87bd2
Port simple *.cs file handling
2012-08-07 17:03:23 -04:00
Jason Perkins
00d7bfc0da
Made build and link targets available for token expansion
2012-07-23 17:21:06 -04:00