MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / VsVersions

Enum VsVersions

src/NodeRTLib/NodeRTProjectGenerator.cs:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace NodeRTLib
23{
24 public enum VsVersions
25 {
26 Vs2012,
27 Vs2013,
28 Vs2015,
29 Vs2017
30 }
31
32 public enum WinVersions
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected