From 4f3c768b0fef1de23f47ab251c793a581e97b829 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 5 Jan 2015 22:44:19 -0500 Subject: [PATCH] Moved OpenALPR-Net to bindings/csharp/ --- .../csharp/openalpr-net}/AssemblyInfo.cpp | 0 .../csharp/openalpr-net}/Stdafx.cpp | 0 .../csharp/openalpr-net}/Stdafx.h | 0 .../csharp/openalpr-net}/app.ico | Bin .../csharp/openalpr-net}/app.rc | Bin .../csharp/openalpr-net}/openalpr-net.cpp | 0 .../csharp/openalpr-net}/openalpr-net.h | 0 .../csharp/openalpr-net}/openalpr-net.vcxproj | 0 .../openalpr-net}/openalpr-net.vcxproj.filters | 0 .../csharp/openalpr-net}/openalpr-net.vcxproj.user | 0 .../csharp/openalpr-net}/resource.h | 0 .../csharp/openalprnet-cli}/CommandLine.cs | 0 .../csharp/openalprnet-cli}/Program.cs | 0 .../openalprnet-cli}/Properties/AssemblyInfo.cs | 0 .../csharp/openalprnet-cli}/openalprnet-cli.csproj | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {openalpr-net => bindings/csharp/openalpr-net}/AssemblyInfo.cpp (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/Stdafx.cpp (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/Stdafx.h (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/app.ico (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/app.rc (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/openalpr-net.cpp (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/openalpr-net.h (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/openalpr-net.vcxproj (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/openalpr-net.vcxproj.filters (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/openalpr-net.vcxproj.user (100%) rename {openalpr-net => bindings/csharp/openalpr-net}/resource.h (100%) rename {openalprnet-cli => bindings/csharp/openalprnet-cli}/CommandLine.cs (100%) rename {openalprnet-cli => bindings/csharp/openalprnet-cli}/Program.cs (100%) rename {openalprnet-cli => bindings/csharp/openalprnet-cli}/Properties/AssemblyInfo.cs (100%) rename {openalprnet-cli => bindings/csharp/openalprnet-cli}/openalprnet-cli.csproj (100%) diff --git a/openalpr-net/AssemblyInfo.cpp b/bindings/csharp/openalpr-net/AssemblyInfo.cpp similarity index 100% rename from openalpr-net/AssemblyInfo.cpp rename to bindings/csharp/openalpr-net/AssemblyInfo.cpp diff --git a/openalpr-net/Stdafx.cpp b/bindings/csharp/openalpr-net/Stdafx.cpp similarity index 100% rename from openalpr-net/Stdafx.cpp rename to bindings/csharp/openalpr-net/Stdafx.cpp diff --git a/openalpr-net/Stdafx.h b/bindings/csharp/openalpr-net/Stdafx.h similarity index 100% rename from openalpr-net/Stdafx.h rename to bindings/csharp/openalpr-net/Stdafx.h diff --git a/openalpr-net/app.ico b/bindings/csharp/openalpr-net/app.ico similarity index 100% rename from openalpr-net/app.ico rename to bindings/csharp/openalpr-net/app.ico diff --git a/openalpr-net/app.rc b/bindings/csharp/openalpr-net/app.rc similarity index 100% rename from openalpr-net/app.rc rename to bindings/csharp/openalpr-net/app.rc diff --git a/openalpr-net/openalpr-net.cpp b/bindings/csharp/openalpr-net/openalpr-net.cpp similarity index 100% rename from openalpr-net/openalpr-net.cpp rename to bindings/csharp/openalpr-net/openalpr-net.cpp diff --git a/openalpr-net/openalpr-net.h b/bindings/csharp/openalpr-net/openalpr-net.h similarity index 100% rename from openalpr-net/openalpr-net.h rename to bindings/csharp/openalpr-net/openalpr-net.h diff --git a/openalpr-net/openalpr-net.vcxproj b/bindings/csharp/openalpr-net/openalpr-net.vcxproj similarity index 100% rename from openalpr-net/openalpr-net.vcxproj rename to bindings/csharp/openalpr-net/openalpr-net.vcxproj diff --git a/openalpr-net/openalpr-net.vcxproj.filters b/bindings/csharp/openalpr-net/openalpr-net.vcxproj.filters similarity index 100% rename from openalpr-net/openalpr-net.vcxproj.filters rename to bindings/csharp/openalpr-net/openalpr-net.vcxproj.filters diff --git a/openalpr-net/openalpr-net.vcxproj.user b/bindings/csharp/openalpr-net/openalpr-net.vcxproj.user similarity index 100% rename from openalpr-net/openalpr-net.vcxproj.user rename to bindings/csharp/openalpr-net/openalpr-net.vcxproj.user diff --git a/openalpr-net/resource.h b/bindings/csharp/openalpr-net/resource.h similarity index 100% rename from openalpr-net/resource.h rename to bindings/csharp/openalpr-net/resource.h diff --git a/openalprnet-cli/CommandLine.cs b/bindings/csharp/openalprnet-cli/CommandLine.cs similarity index 100% rename from openalprnet-cli/CommandLine.cs rename to bindings/csharp/openalprnet-cli/CommandLine.cs diff --git a/openalprnet-cli/Program.cs b/bindings/csharp/openalprnet-cli/Program.cs similarity index 100% rename from openalprnet-cli/Program.cs rename to bindings/csharp/openalprnet-cli/Program.cs diff --git a/openalprnet-cli/Properties/AssemblyInfo.cs b/bindings/csharp/openalprnet-cli/Properties/AssemblyInfo.cs similarity index 100% rename from openalprnet-cli/Properties/AssemblyInfo.cs rename to bindings/csharp/openalprnet-cli/Properties/AssemblyInfo.cs diff --git a/openalprnet-cli/openalprnet-cli.csproj b/bindings/csharp/openalprnet-cli/openalprnet-cli.csproj similarity index 100% rename from openalprnet-cli/openalprnet-cli.csproj rename to bindings/csharp/openalprnet-cli/openalprnet-cli.csproj