diff --git a/plugin.xml b/plugin.xml index f0b4047e..97d076e8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -291,14 +291,33 @@ - + - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/windows8/BarcodeScannerProxy.js b/src/windows/BarcodeScannerProxy.js similarity index 100% rename from src/windows8/BarcodeScannerProxy.js rename to src/windows/BarcodeScannerProxy.js diff --git a/src/windows8/lib/WinRTBarcodeReader.winmd b/src/windows/lib/WinRTBarcodeReader.winmd similarity index 100% rename from src/windows8/lib/WinRTBarcodeReader.winmd rename to src/windows/lib/WinRTBarcodeReader.winmd diff --git a/src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader.sln b/src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader.sln similarity index 100% rename from src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader.sln rename to src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader.sln diff --git a/src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/Properties/AssemblyInfo.cs b/src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/Properties/AssemblyInfo.cs similarity index 100% rename from src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/Properties/AssemblyInfo.cs rename to src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/Properties/AssemblyInfo.cs diff --git a/src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/Reader.cs b/src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/Reader.cs similarity index 100% rename from src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/Reader.cs rename to src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/Reader.cs diff --git a/src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/WinRTBarcodeReader.csproj b/src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/WinRTBarcodeReader.csproj similarity index 100% rename from src/windows8/lib/WinRTBarcodeReader/WinRTBarcodeReader/WinRTBarcodeReader.csproj rename to src/windows/lib/WinRTBarcodeReader/WinRTBarcodeReader/WinRTBarcodeReader.csproj diff --git a/src/windows8/lib/ZXing.winmd b/src/windows/lib/ZXing.winmd similarity index 100% rename from src/windows8/lib/ZXing.winmd rename to src/windows/lib/ZXing.winmd