Add readme, force Dependencies folder to exist

This commit is contained in:
Clive Galway 2019-02-26 19:28:30 +00:00
parent f6082bcc9d
commit 801d3347ae
2 changed files with 6 additions and 4 deletions

8
.gitignore vendored
View File

@ -1,12 +1,12 @@
C#/Dependencies/*.lib
*.dll
*.zip
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
C#/dependencies
*.dll
*.zip
# User-specific files
*.suo
*.user

View File

@ -0,0 +1,2 @@
In order to build, the Interception DLLs need to be placed in this folder .
It should contain `x86` and `x64` folders, as extracted from the `library` folder in the interception zip