├── .gitignore ├── LICENSE ├── Properties └── AssemblyInfo.cs ├── README.md ├── WNF.cs ├── WnfExec.csproj └── WnfExec.sln /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/LICENSE -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/README.md -------------------------------------------------------------------------------- /WNF.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/WNF.cs -------------------------------------------------------------------------------- /WnfExec.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/WnfExec.csproj -------------------------------------------------------------------------------- /WnfExec.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustayready/wnfexec/HEAD/WnfExec.sln --------------------------------------------------------------------------------