├── Clippi-B.csproj ├── Clippi-B.sln ├── FodyWeavers.xml ├── FodyWeavers.xsd ├── Info.cs ├── LICENSE ├── Program.cs ├── Properties └── AssemblyInfo.cs ├── README.md ├── app.config └── packages.config /Clippi-B.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/Clippi-B.csproj -------------------------------------------------------------------------------- /Clippi-B.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/Clippi-B.sln -------------------------------------------------------------------------------- /FodyWeavers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/FodyWeavers.xml -------------------------------------------------------------------------------- /FodyWeavers.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/FodyWeavers.xsd -------------------------------------------------------------------------------- /Info.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/Info.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/Program.cs -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/README.md -------------------------------------------------------------------------------- /app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/app.config -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jfmaes/Clippi-B/HEAD/packages.config --------------------------------------------------------------------------------