Commit Graph

61 Commits

Author SHA1 Message Date
swcs bf36aaeac9 add all resource keys to array in class; 2018-07-24 15:02:40 +02:00
swcs 1d75d8553b remove sealed from class and forgot to add props, ooops 2018-07-24 14:25:38 +02:00
swcs 26344c42f6 create Mod which marks all props as virtual and non-static 2018-07-24 13:39:24 +02:00
Christian Resma Helle 1e2f137a9a Update README.md 2017-11-12 17:17:31 +01:00
Christian Resma Helle b3e385577f Merge pull request #3 from christianhelle/vs2017
Visual Studio 2017 Support
v1.5
2017-11-09 23:55:20 +01:00
Christian Helle 2e0257cc25 Generate sealed class for windows runtime library compatibility 2017-11-09 23:42:13 +01:00
Christian Helle 0559618286 Change project URL since Codeplex is shutting down 2017-11-09 21:53:58 +01:00
Christian Helle 576430e2f0 Create new Visual Studio 2017 solution 2017-11-09 09:53:29 +01:00
Christian Helle 5c9966f004 Add Visual Studio .gitignore 2017-11-09 09:50:31 +01:00
Christian Helle 0d3cfefad5 Remove packages folder from source repo 2017-11-09 09:48:23 +01:00
Christian Helle 7856f0465d Move legacy VS2013 solution folder 2017-11-09 09:47:38 +01:00
Christian Resma Helle 3cdf0c0f7e Delete .hgignore 2017-11-09 08:27:55 +01:00
Christian Resma Helle e6840a916c Update README.md 2017-11-08 09:50:19 +01:00
Christian Resma Helle dacf37f0cf Update README.md 2017-11-08 09:49:38 +01:00
Christian Resma Helle 6e2077d23e Update README.md 2017-11-08 09:46:25 +01:00
Christian Resma Helle 98e0c1a891 Create README.md 2017-11-08 09:43:17 +01:00
Christian Resma Helle d1e8535fe4 Update VSIX manifest. Update version number and use version 14 to represent Visual Studio 2015 v1.4 2015-05-16 21:28:43 +02:00
Christian Resma Helle 483c80d810 Use version 14 for Visual Studio 2015 2015-05-16 21:28:06 +02:00
Christian Resma Helle 622b5e979a Fix strings 2015-05-16 21:25:32 +02:00
Christian Resma Helle 8596be7e07 Add support for Visual Studio 2015 2015-03-10 07:56:41 +01:00
Christian Resma Helle 5c96d8c0c9 Initial effort for supporting for Visual Studio 2015 (experimental) 2015-03-08 21:48:52 +01:00
Christian Resma Helle 88e43bc7e8 Add Ignore rule for UpdateLog.htm 2014-04-24 10:03:30 +02:00
Christian Resma Helle 416616e8f0 Added tag v1.3 for changeset be8dca5b02ff 2014-04-24 10:03:05 +02:00
Christian Resma Helle 072e33e997 v1.3 v1.3 2014-04-24 10:02:54 +02:00
Christian Resma Helle 8002e34eca Tests 2014-04-24 10:02:35 +02:00
Christian Resma Helle d189fb69d6 Add support for detecting the Visual Studio version 2014-04-24 10:02:14 +02:00
Christian Resma Helle ebb510ea2e Added tag v1.2 for changeset 6548c4df20be 2013-10-24 00:08:42 +02:00
Christian Resma Helle 58d95afea5 Implement generating code for either VS2012 or VS2013 v1.2 2013-10-24 00:08:29 +02:00
Christian Resma Helle 5e50270b4b Removed tag v1.2 2013-10-23 23:51:34 +02:00
Christian Resma Helle e93bc8bfd2 Added tag v1.2 for changeset 41eacde49f95 2013-10-23 21:56:43 +02:00
Christian Resma Helle 4f89aeefe4 Added tag v1.1 for changeset 3a9f94503dea 2013-10-23 21:56:31 +02:00
Christian Resma Helle b2429f3add Creates the ResourceLoader instance using the static method GetForCurrentView() instead of the constructor to resolve the Visual Studio 2013 compiler warning 2013-10-23 21:56:08 +02:00
Christian Resma Helle abeb5e25ab changed target to visual studio integrated shell 2013-08-19 13:01:15 +02:00
Christian Resma Helle 77ad3a0cae v1.1 v1.1 2013-08-15 15:11:14 +02:00
Christian Resma Helle 44b1f1ffd0 Added Support for Visual Studio 2013 and Generating the class as Internal (C#) or Friend (VB) 2013-08-15 14:52:10 +02:00
Christian Resma Helle 2f134acc5e Created separate VSPackage classes for VS2012 and VS2013 2013-08-14 22:22:32 +02:00
Christian Resma Helle 1b8d6f04e9 started wokring on internal code generator 2013-08-14 09:22:30 +02:00
Christian Resma Helle 95b0946d81 Resolved error in LineEndingsAreSame test. (The test currently fails) 2013-05-28 00:34:55 +02:00
Christian Resma Helle 8dae3547a8 Undone changes to resolve line endings 2013-05-28 00:23:18 +02:00
Christian Resma Helle 754e5a48ad Changed version to 1.0.4 2013-05-28 00:12:53 +02:00
Christian Resma Helle 5b40e8dadd Added unit test to verify line endings 2013-05-28 00:12:28 +02:00
Christian Resma Helle 13e20845a2 Resolved line endings issue 2013-05-28 00:12:08 +02:00
Christian Resma Helle e512662ed6 Implemented IDisposable pattern in CodeDomCodeGenerator 2013-05-28 00:11:12 +02:00
Christian Resma Helle beece001c7 removed images from the vsixmanifest 2013-05-26 00:18:46 +02:00
Christian Resma Helle c5cc253570 Deleted InstallSheild project, and old Custom actions and Custom tool projects 2013-05-26 00:11:52 +02:00
Christian Resma Helle b52fae47fc Create VSIX package and move all custom tool code into the VSPackage project 2013-05-26 00:10:55 +02:00
Christian Resma Helle 95e1d1aa39 Resolved issue with resource files that aren't called Resources.resw 2013-02-01 22:08:36 +01:00
Christian Resma Helle 6a63e306d7 Updated version number of installer 2013-02-01 00:40:38 +01:00
Christian Resma Helle a75c9d1632 Implemented support for having the resource files in separate class libraries 2013-02-01 00:21:46 +01:00
Christian Resma Helle f3f862624b Implemented initializing the ResourceLoader using the class name as the parameter 2012-11-19 22:10:59 +01:00