Skip to content

Commit e1bc3be

Browse files
authored
Added solution conversion option
1 parent 8ed3d63 commit e1bc3be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ There are a number of things [that VS2017 handles differently](http://www.natemc
1313
5. Defining the NuGet package definition as part of the project file
1414

1515
## How it works
16-
Using the tool is simple, it is a simple command line utility that has a single argument being the project file you would like to convert.
17-
You can also give a directory path and the tool will discover all csproj files nested in it.
16+
Using the tool is simple, it is a simple command line utility that has a single argument being the project file, solution file or folder you would like to convert.
17+
When you give it a directory path, the tool will discover all csproj files nested in it.
1818

1919
For example
2020
`Project2015To2017.exe "D:\Path\To\My\TestProject.csproj"`
2121
Or
22+
`Project2015To2017.exe "D:\Path\To\My\TestProject.sln"`
23+
Or
2224
`Project2015To2017.exe "D:\Path\To\My\Directory"`
2325

2426
After confirming this is an old style project file, it will start performing the conversion. When it has gathered all the data it needs it first creates a backup of the old project file (suffixed with .old) and then generates a new project file in the new format.

0 commit comments

Comments
 (0)