You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-23Lines changed: 1 addition & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,29 +166,7 @@ Documented sample applications can be found in "examples":
166
166
VS.NET
167
167
------
168
168
169
-
Visual Studio 2017 is required to open and build the solution. The free community version of Visual Studio should suffice.
170
-
171
-
For the first time you need to execute `Build.cmd` which will generate `GenCommonAssemblyInfo.cs` file required for builds.
172
-
173
-
NAnt
174
-
----
175
-
176
-
Build scripts are delivered with the download package.
177
-
178
-
To build the source and run the unit tests type
179
-
180
-
build test
181
-
182
-
If you want to run the build to create strongly signed assemblies you can generate a key file by executing the following command (assuming that sn.exe is properly on your search path):
183
-
184
-
sn -k Spring.Net.snk
185
-
186
-
You need to place the Spring.NET.snk file into the root folder of the source tree. All builds are strongly named using this key file when executing the following nant command:
187
-
188
-
nant -D:project.build.sign=true
189
-
190
-
InnovaSys Document X! is used to generate the SDK documentation.
191
-
169
+
Visual Studio 2019 is required to open and build the solution. The free community version of Visual Studio should suffice.
0 commit comments