├── .gitattributes ├── .gitignore ├── IEShim.cs ├── LICENSE ├── README.md ├── msbuildapicaller.cs └── msbuildapicaller.csproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/.gitignore -------------------------------------------------------------------------------- /IEShim.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/IEShim.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/README.md -------------------------------------------------------------------------------- /msbuildapicaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/msbuildapicaller.cs -------------------------------------------------------------------------------- /msbuildapicaller.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rvrsh3ll/MSBuildAPICaller/HEAD/msbuildapicaller.csproj --------------------------------------------------------------------------------