-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathreadme.txt
56 lines (32 loc) · 1.75 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-----------------------------------------------------------------------------
CSharpTest.Net.Tools - http://csharptest.net
-----------------------------------------------------------------------------
ONLINE HELP
-----------------------------------------------------------------------------
Help on the command-line tools may be found at:
http://help.csharptest.net/?CommandLineTools.html
CmdTool help is located there at:
http://help.csharptest.net/?CmdToolOverview.html
CmdTool configuration information can be found at:
http://help.csharptest.net/?CmdToolConfiguration.html
-----------------------------------------------------------------------------
INSTALL GUIDE
-----------------------------------------------------------------------------
CmdTool integration with visual studio is discussed at:
http://help.csharptest.net/?CmdToolVisualStudio.html
In short:
1. From the tools/package directory run the following command from an
elevated command prompt:
C:\Projects\...> CmdTool.exe register
CmdTool supports Visual Studio 2008, 2010, 2012, and 2013
2. A sample configuration (CmdTool.config) is located in the content folder
of the package (and should be copied to your project). This file can be
placed anywhere in the path above the file being generated. Run the
following command to generate a sample configuration:
C:\Projects\...> CmdTool.exe help-config
3. Right-click the desired source file. Select the "Properties" menu option.
Under the entry called "Custom Tool" enter the value "CmdTool".
4. You can also re-run code generation tools for an entire project by using
the following command line:
C:\Projects\...> CmdTool.exe build *.csproj
-----------------------------------------------------------------------------