Skip to content

Commit af16c4f

Browse files
authored
improve README
1 parent 88b6f04 commit af16c4f

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
# VSIXInteropFormsToolkit
22
Visual Studio 2015 extension, with command tool to generate interop wrapper classes. adapted from add-in.
33

4-
https://visualstudiogallery.msdn.microsoft.com/31b6a154-3c85-4892-8cea-797460579912
4+
* [VSIXInteropFormsToolkit in Visual Studio Marketplace](https://visualstudiogallery.msdn.microsoft.com/31b6a154-3c85-4892-8cea-797460579912)
55

66
See:
77

8-
http://www.codeproject.com/Articles/15690/VB-C-Interop-Form-Toolkit
9-
10-
http://www.codeproject.com/Articles/18954/Interop-Forms-Toolkit-Tutorial
11-
12-
https://www.microsoft.com/en-us/download/details.aspx?id=3264
13-
14-
https://interoptoolkitcs.codeplex.com (also imported to https://github.com/froque/interoptoolkitcs)
8+
* [VB6 - C# Interop Form Toolkit](http://www.codeproject.com/Articles/15690/VB-C-Interop-Form-Toolkit)
9+
* [Interop Forms Toolkit 2.0 Tutorial](http://www.codeproject.com/Articles/18954/Interop-Forms-Toolkit-Tutorial)
10+
* [Microsoft InteropForms Toolkit 2.1](https://www.microsoft.com/en-us/download/details.aspx?id=3264)
11+
* [Interop Forms Toolkit for C#](https://interoptoolkitcs.codeplex.com) (also imported to https://github.com/froque/interoptoolkitcs)
12+
* [Similar extension in Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=MiguelLe.MicrosoftInteropFormToolsInteropFormProxyGenerator) ([source code](https://github.com/hurcane/Microsoft.InteropFormTools.InteropFormProxyGenerator))
1513

1614
### Info
1715
At present state this tool does not override files previously generated.
1816
When forms with unsupported parameter types are found, the initialize method will be generated with a paramenter with the root type "Object".
1917

2018
### How to Debug
2119

22-
Open project properties
23-
- Start Action
20+
Open project properties
21+
- choose Debug
22+
- In Start Action
2423
- choose "Start external program"
25-
- and write path to visual studio. (Ex: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe")
24+
- and write path to visual studio. (Ex: `C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe`)
2625
- On Command line arguments "/rootsuffix Exp"
2726
- Start application
2827
- Create project in newly opened VS window

0 commit comments

Comments
 (0)