diff --git a/.nuget/NuGet.Config b/.nuget/NuGet.Config
index 67f8ea0..3f0e003 100644
--- a/.nuget/NuGet.Config
+++ b/.nuget/NuGet.Config
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe
deleted file mode 100644
index 19efb10..0000000
Binary files a/.nuget/NuGet.exe and /dev/null differ
diff --git a/.nuget/NuGet.targets b/.nuget/NuGet.targets
deleted file mode 100644
index 3f8c37b..0000000
--- a/.nuget/NuGet.targets
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)\..\
-
-
- false
-
-
- false
-
-
- true
-
-
- false
-
-
-
-
-
-
-
-
-
-
- $([System.IO.Path]::Combine($(SolutionDir), ".nuget"))
-
-
-
-
- $(SolutionDir).nuget
-
-
-
- $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName.Replace(' ', '_')).config
- $(MSBuildProjectDirectory)\packages.$(MSBuildProjectName).config
-
-
-
- $(MSBuildProjectDirectory)\packages.config
- $(PackagesProjectConfig)
-
-
-
-
- $(NuGetToolsPath)\NuGet.exe
- @(PackageSource)
-
- "$(NuGetExePath)"
- mono --runtime=v4.0.30319 "$(NuGetExePath)"
-
- $(TargetDir.Trim('\\'))
-
- -RequireConsent
- -NonInteractive
-
- "$(SolutionDir) "
- "$(SolutionDir)"
-
-
- $(NuGetCommand) install "$(PackagesConfig)" -source "$(PackageSources)" $(NonInteractiveSwitch) $(RequireConsentSwitch) -solutionDir $(PaddedSolutionDir)
- $(NuGetCommand) pack "$(ProjectPath)" -Properties "Configuration=$(Configuration);Platform=$(Platform)" $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" -symbols
-
-
-
- RestorePackages;
- $(BuildDependsOn);
-
-
-
-
- $(BuildDependsOn);
- BuildPackage;
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Build.ps1 b/Build.ps1
deleted file mode 100644
index eb01f52..0000000
--- a/Build.ps1
+++ /dev/null
@@ -1,33 +0,0 @@
-Set-StrictMode -version Latest
-$ErrorActionPreference = "Stop"
-
-Write-Host "Building SikuliSharp..." -ForegroundColor Green
-
-# ==================================== Functions
-
-Function GetMSBuildExe {
- Return "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"
-}
-
-# ==================================== Variables
-
-$NuGet = "$PSScriptRoot\.nuget\NuGet.exe"
-$BuildPath = "$PSScriptRoot\SikuliSharp\bin\Release"
-$CSProjPath = "$PSScriptRoot\SikuliSharp\SikuliSharp.csproj"
-
-# ==================================== Build
-
-If(Test-Path -Path $BuildPath) {
- Remove-Item -Confirm:$false "$BuildPath\*.*" -Recurse
-}
-
-&(GetMSBuildExe) SikuliSharp.sln `
- /t:Clean`;Rebuild `
- /p:Configuration=Release `
- /p:AllowedReferenceRelatedFileExtensions=- `
- /p:DebugSymbols=false `
- /p:DebugType=None `
- /clp:ErrorsOnly `
- /v:m
-
-&($NuGet) pack $CSProjPath -Prop Configuration=Release
diff --git a/SikuliSharp.TestApplication/Properties/AssemblyInfo.cs b/SikuliSharp.TestApplication/Properties/AssemblyInfo.cs
index 7b6ed1c..e053f76 100644
--- a/SikuliSharp.TestApplication/Properties/AssemblyInfo.cs
+++ b/SikuliSharp.TestApplication/Properties/AssemblyInfo.cs
@@ -1,25 +1,9 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-using System.Windows;
+using System.Windows;
using System.Windows.Media;
-[assembly: AssemblyTitle("SikuliSharp.TestApplication")]
-[assembly: AssemblyDescription("A C# Wrapper for Sikuli")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Christian Rondeau")]
-[assembly: AssemblyProduct("SikuliSharp")]
-[assembly: AssemblyCopyright("Copyright © Christian Rondeau 2015")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: ComVisible(false)]
-
[assembly: DisableDpiAwareness]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None,
ResourceDictionaryLocation.SourceAssembly
)]
-
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SikuliSharp.TestApplication/SikuliSharp.TestApplication.csproj b/SikuliSharp.TestApplication/SikuliSharp.TestApplication.csproj
index 9a6761e..6688b6b 100644
--- a/SikuliSharp.TestApplication/SikuliSharp.TestApplication.csproj
+++ b/SikuliSharp.TestApplication/SikuliSharp.TestApplication.csproj
@@ -1,100 +1,20 @@
-
-
-
+
- Debug
- AnyCPU
- {1A2846ED-8C3B-4391-85A1-D5889F4D6C58}
WinExe
- Properties
- SikuliSharp.TestApplication
- SikuliSharp.TestApplication
- v4.5
- 512
+ net451
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
- 4
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
+ SikuliSharp.TestApplication
+ Christian Rondeau
+ SikuliSharp
+ A C# Wrapper for Sikuli
+ Copyright © Christian Rondeau 2015
+ true
+ false
-
-
-
-
- 4.0
-
+
-
-
- MSBuild:Compile
- Designer
-
-
- MSBuild:Compile
- Designer
-
-
- App.xaml
- Code
-
-
- MainWindow.xaml
- Code
-
-
-
-
- Code
-
-
- True
- True
- Resources.resx
-
-
- True
- Settings.settings
- True
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SikuliSharp.Tests/Properties/AssemblyInfo.cs b/SikuliSharp.Tests/Properties/AssemblyInfo.cs
deleted file mode 100644
index d22288b..0000000
--- a/SikuliSharp.Tests/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("SikuliSharp.Tests")]
-[assembly: AssemblyDescription("A C# Wrapper for Sikuli")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Christian Rondeau")]
-[assembly: AssemblyProduct("SikuliSharp")]
-[assembly: AssemblyCopyright("Copyright © Christian Rondeau 2015")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: ComVisible(false)]
-
-[assembly: Guid("1678bdd5-c04e-43d5-b16d-6902ff91090a")]
-
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/SikuliSharp.Tests/SikuliSharp.Tests.csproj b/SikuliSharp.Tests/SikuliSharp.Tests.csproj
index 8633133..644f2db 100644
--- a/SikuliSharp.Tests/SikuliSharp.Tests.csproj
+++ b/SikuliSharp.Tests/SikuliSharp.Tests.csproj
@@ -1,73 +1,21 @@
-
-
-
+
- Debug
- AnyCPU
- {2885B0E4-3876-441B-AC9D-95B597471743}
- Library
- Properties
- SikuliSharp.Tests
- SikuliSharp.Tests
- v4.5
- 512
+ net451
..\
- true
+ SikuliSharp.Tests
+ Christian Rondeau
+ SikuliSharp
+ A C# Wrapper for Sikuli
+ Copyright © Christian Rondeau 2019
+ false
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
- ..\packages\NSubstitute.1.9.2.0\lib\net45\NSubstitute.dll
- True
-
-
- ..\packages\NUnit.2.6.4\lib\nunit.framework.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
- {1a2846ed-8c3b-4391-85a1-d5889f4d6c58}
- SikuliSharp.TestApplication
-
-
- {A4DB5054-B4A1-4DCD-AFC6-91EFE9C25135}
- SikuliSharp
-
+
+
@@ -95,19 +43,4 @@
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
\ No newline at end of file
diff --git a/SikuliSharp.Tests/packages.config b/SikuliSharp.Tests/packages.config
deleted file mode 100644
index 00a9b9c..0000000
--- a/SikuliSharp.Tests/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/SikuliSharp.sln b/SikuliSharp.sln
index ac7041d..ad02dac 100644
--- a/SikuliSharp.sln
+++ b/SikuliSharp.sln
@@ -1,20 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.31101.0
+# Visual Studio 15
+VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SikuliSharp", "SikuliSharp\SikuliSharp.csproj", "{A4DB5054-B4A1-4DCD-AFC6-91EFE9C25135}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SikuliSharp", "SikuliSharp\SikuliSharp.csproj", "{A4DB5054-B4A1-4DCD-AFC6-91EFE9C25135}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SikuliSharp.Tests", "SikuliSharp.Tests\SikuliSharp.Tests.csproj", "{2885B0E4-3876-441B-AC9D-95B597471743}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SikuliSharp.Tests", "SikuliSharp.Tests\SikuliSharp.Tests.csproj", "{2885B0E4-3876-441B-AC9D-95B597471743}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SikuliSharp.TestApplication", "SikuliSharp.TestApplication\SikuliSharp.TestApplication.csproj", "{1A2846ED-8C3B-4391-85A1-D5889F4D6C58}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{41618D63-8D96-4BCF-A7DC-D099C084F961}"
- ProjectSection(SolutionItems) = preProject
- .nuget\NuGet.Config = .nuget\NuGet.Config
- .nuget\NuGet.exe = .nuget\NuGet.exe
- .nuget\NuGet.targets = .nuget\NuGet.targets
- EndProjectSection
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SikuliSharp.TestApplication", "SikuliSharp.TestApplication\SikuliSharp.TestApplication.csproj", "{1A2846ED-8C3B-4391-85A1-D5889F4D6C58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{26DFFB58-AF2E-47E9-9C6F-C84DCCE4991B}"
ProjectSection(SolutionItems) = preProject
@@ -44,4 +37,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {33272092-2CF5-47DF-B1D6-5113E01C02F2}
+ EndGlobalSection
EndGlobal
diff --git a/SikuliSharp/Properties/AssemblyInfo.cs b/SikuliSharp/Properties/AssemblyInfo.cs
deleted file mode 100644
index 4f917bf..0000000
--- a/SikuliSharp/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System.Reflection;
-using System.Runtime.InteropServices;
-
-[assembly: AssemblyTitle("SikuliSharp")]
-[assembly: AssemblyDescription("A C# Wrapper for Sikuli")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Christian Rondeau")]
-[assembly: AssemblyProduct("SikuliSharp")]
-[assembly: AssemblyCopyright("Copyright © Christian Rondeau 2019")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-[assembly: ComVisible(false)]
-
-[assembly: Guid("1678bdd5-c04e-43d5-b16d-6902ff91090a")]
-
-[assembly: AssemblyVersion("1.5.0.0")]
-[assembly: AssemblyFileVersion("1.5.0.0")]
-[assembly: AssemblyInformationalVersion("1.5.0.0")]
diff --git a/SikuliSharp/SikuliSharp.csproj b/SikuliSharp/SikuliSharp.csproj
index 3c3c2d7..24b9a36 100644
--- a/SikuliSharp/SikuliSharp.csproj
+++ b/SikuliSharp/SikuliSharp.csproj
@@ -1,63 +1,20 @@
-
-
-
+
- Debug
- AnyCPU
- {A4DB5054-B4A1-4DCD-AFC6-91EFE9C25135}
- Library
- Properties
- SikuliSharp
- SikuliSharp
- v4.5
- 512
+ net451
+ SikuliSharp
+ Christian Rondeau
+ SikuliSharp
+ A fast and simple Sikuli wrapper for .Net
+ Copyright Christian Rondeau 2019
+ 1.5.0
+ 1.5.0.0
+ 1.5.0.0
+ christian.rondeau
+ true
+ https://raw.githubusercontent.com/christianrondeau/SikuliSharp/master/Assets/Nuget.Icon.png
+ SikuliSharp
+ https://github.com/christianrondeau/SikuliSharp
+ Sikuli 1.1.4 support, Find, Highlight
+ sikuli automation unit test functional automated
-
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/SikuliSharp/SikuliSharp.nuspec b/SikuliSharp/SikuliSharp.nuspec
deleted file mode 100644
index ad4a7cc..0000000
--- a/SikuliSharp/SikuliSharp.nuspec
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- SikuliSharp
- 1.5.0
- SikuliSharp
- christian.rondeau
- christian.rondeau
- MIT
- https://github.com/christianrondeau/SikuliSharp
- https://raw.githubusercontent.com/christianrondeau/SikuliSharp/master/Assets/Nuget.Icon.png
- false
- A fast and simple Sikuli wrapper for .Net
- Uses the Sikuli interactive console for faster results; you can run commands, or run a .sikuli project. Requires to have Java and Sikuli installed.
- Sikuli 1.1.4 support, Find, Highlight
- Copyright Christian Rondeau 2019
- sikuli automation unit test functional automated
-
-