├── .DS_Store ├── .gitattributes ├── .gitignore ├── CodesysNetVars.cs ├── CodesysNetVars.csproj ├── CodesysNetVars.sln ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── app.config └── readme.txt /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/.gitignore -------------------------------------------------------------------------------- /CodesysNetVars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/CodesysNetVars.cs -------------------------------------------------------------------------------- /CodesysNetVars.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/CodesysNetVars.csproj -------------------------------------------------------------------------------- /CodesysNetVars.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/CodesysNetVars.sln -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/app.config -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rossmann-engineering/EasyNetVars/HEAD/readme.txt --------------------------------------------------------------------------------