diff --git a/build/TextMateSharp.targets b/build/TextMateSharp.targets new file mode 100644 index 0000000..e9988c9 --- /dev/null +++ b/build/TextMateSharp.targets @@ -0,0 +1,14 @@ + + + + onigwrap-x64.dll + PreserveNewest + false + + + onigwrap-x86.dll + PreserveNewest + false + + + diff --git a/src/TextMateSharp/TextMateSharp.csproj b/src/TextMateSharp/TextMateSharp.csproj index 86a8401..f5bc4c0 100644 --- a/src/TextMateSharp/TextMateSharp.csproj +++ b/src/TextMateSharp/TextMateSharp.csproj @@ -1,4 +1,4 @@ - + true @@ -76,6 +76,11 @@ TextMateSharp uses a wrapper around Oniguruma regex engine. Read below to learn + + +