commit | a204ab9272dc70a2068a52e977be6772dd2e8803 | [log] [tgz] |
---|---|---|
author | Eric Barboni <skygo@apache.org> | Wed Nov 16 15:52:22 2022 +0100 |
committer | Eric Barboni <skygo@apache.org> | Wed Nov 16 15:52:22 2022 +0100 |
tree | 232ab8c356a645d4fda187cf06cc6d3c2c8b8632 | |
parent | e10fbb5bf822aa4bb6bd4307906a40ffdc7cb266 [diff] |
initial commit
diff --git a/build.properties b/src/main/cpp/build.properties similarity index 100% rename from build.properties rename to src/main/cpp/build.properties
diff --git a/build.xml b/src/main/cpp/build.xml similarity index 100% rename from build.xml rename to src/main/cpp/build.xml
diff --git a/cleaner/unix/src/cleaner.sh b/src/main/cpp/cleaner/unix/src/cleaner.sh similarity index 100% rename from cleaner/unix/src/cleaner.sh rename to src/main/cpp/cleaner/unix/src/cleaner.sh
diff --git a/cleaner/windows/Makefile b/src/main/cpp/cleaner/windows/Makefile similarity index 100% rename from cleaner/windows/Makefile rename to src/main/cpp/cleaner/windows/Makefile
diff --git a/cleaner/windows/Makefile-vc b/src/main/cpp/cleaner/windows/Makefile-vc similarity index 100% rename from cleaner/windows/Makefile-vc rename to src/main/cpp/cleaner/windows/Makefile-vc
diff --git a/cleaner/windows/nbproject/configurations.xml b/src/main/cpp/cleaner/windows/nbproject/configurations.xml similarity index 100% rename from cleaner/windows/nbproject/configurations.xml rename to src/main/cpp/cleaner/windows/nbproject/configurations.xml
diff --git a/cleaner/windows/nbproject/project.properties b/src/main/cpp/cleaner/windows/nbproject/project.properties similarity index 100% rename from cleaner/windows/nbproject/project.properties rename to src/main/cpp/cleaner/windows/nbproject/project.properties
diff --git a/cleaner/windows/nbproject/project.xml b/src/main/cpp/cleaner/windows/nbproject/project.xml similarity index 100% rename from cleaner/windows/nbproject/project.xml rename to src/main/cpp/cleaner/windows/nbproject/project.xml
diff --git a/cleaner/windows/src/main.c b/src/main/cpp/cleaner/windows/src/main.c similarity index 100% rename from cleaner/windows/src/main.c rename to src/main/cpp/cleaner/windows/src/main.c
diff --git a/cleaner/windows/vcproject/NBI Native Cleaner.ncb b/src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.ncb similarity index 100% rename from cleaner/windows/vcproject/NBI Native Cleaner.ncb rename to src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.ncb
diff --git a/cleaner/windows/vcproject/NBI Native Cleaner.sln b/src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.sln similarity index 100% rename from cleaner/windows/vcproject/NBI Native Cleaner.sln rename to src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.sln
diff --git a/cleaner/windows/vcproject/NBI Native Cleaner.suo b/src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.suo similarity index 100% rename from cleaner/windows/vcproject/NBI Native Cleaner.suo rename to src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.suo Binary files differ
diff --git a/cleaner/windows/vcproject/NBI Native Cleaner.vcproj b/src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.vcproj similarity index 100% rename from cleaner/windows/vcproject/NBI Native Cleaner.vcproj rename to src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.vcproj
diff --git a/cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user b/src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user similarity index 100% rename from cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user rename to src/main/cpp/cleaner/windows/vcproject/NBI Native Cleaner.vcproj.user
diff --git a/jnilib/.common/src/CommonUtils.c b/src/main/cpp/jnilib/.common/src/CommonUtils.c similarity index 100% rename from jnilib/.common/src/CommonUtils.c rename to src/main/cpp/jnilib/.common/src/CommonUtils.c
diff --git a/jnilib/.common/src/CommonUtils.h b/src/main/cpp/jnilib/.common/src/CommonUtils.h similarity index 100% rename from jnilib/.common/src/CommonUtils.h rename to src/main/cpp/jnilib/.common/src/CommonUtils.h
diff --git a/jnilib/.unix/src/jni_UnixNativeUtils.c b/src/main/cpp/jnilib/.unix/src/jni_UnixNativeUtils.c similarity index 100% rename from jnilib/.unix/src/jni_UnixNativeUtils.c rename to src/main/cpp/jnilib/.unix/src/jni_UnixNativeUtils.c
diff --git a/jnilib/.unix/src/jni_UnixNativeUtils.h b/src/main/cpp/jnilib/.unix/src/jni_UnixNativeUtils.h similarity index 100% rename from jnilib/.unix/src/jni_UnixNativeUtils.h rename to src/main/cpp/jnilib/.unix/src/jni_UnixNativeUtils.h
diff --git a/jnilib/linux/Makefile b/src/main/cpp/jnilib/linux/Makefile similarity index 100% rename from jnilib/linux/Makefile rename to src/main/cpp/jnilib/linux/Makefile
diff --git a/jnilib/linux/nbproject/configurations.xml b/src/main/cpp/jnilib/linux/nbproject/configurations.xml similarity index 100% rename from jnilib/linux/nbproject/configurations.xml rename to src/main/cpp/jnilib/linux/nbproject/configurations.xml
diff --git a/jnilib/linux/nbproject/project.properties b/src/main/cpp/jnilib/linux/nbproject/project.properties similarity index 100% rename from jnilib/linux/nbproject/project.properties rename to src/main/cpp/jnilib/linux/nbproject/project.properties
diff --git a/jnilib/linux/nbproject/project.xml b/src/main/cpp/jnilib/linux/nbproject/project.xml similarity index 100% rename from jnilib/linux/nbproject/project.xml rename to src/main/cpp/jnilib/linux/nbproject/project.xml
diff --git a/jnilib/macosx/Makefile b/src/main/cpp/jnilib/macosx/Makefile similarity index 100% rename from jnilib/macosx/Makefile rename to src/main/cpp/jnilib/macosx/Makefile
diff --git a/jnilib/macosx/nbproject/configurations.xml b/src/main/cpp/jnilib/macosx/nbproject/configurations.xml similarity index 100% rename from jnilib/macosx/nbproject/configurations.xml rename to src/main/cpp/jnilib/macosx/nbproject/configurations.xml
diff --git a/jnilib/macosx/nbproject/project.properties b/src/main/cpp/jnilib/macosx/nbproject/project.properties similarity index 100% rename from jnilib/macosx/nbproject/project.properties rename to src/main/cpp/jnilib/macosx/nbproject/project.properties
diff --git a/jnilib/macosx/nbproject/project.xml b/src/main/cpp/jnilib/macosx/nbproject/project.xml similarity index 100% rename from jnilib/macosx/nbproject/project.xml rename to src/main/cpp/jnilib/macosx/nbproject/project.xml
diff --git a/jnilib/solaris-sparc/Makefile b/src/main/cpp/jnilib/solaris-sparc/Makefile similarity index 100% rename from jnilib/solaris-sparc/Makefile rename to src/main/cpp/jnilib/solaris-sparc/Makefile
diff --git a/jnilib/solaris-sparc/nbproject/configurations.xml b/src/main/cpp/jnilib/solaris-sparc/nbproject/configurations.xml similarity index 100% rename from jnilib/solaris-sparc/nbproject/configurations.xml rename to src/main/cpp/jnilib/solaris-sparc/nbproject/configurations.xml
diff --git a/jnilib/solaris-sparc/nbproject/project.properties b/src/main/cpp/jnilib/solaris-sparc/nbproject/project.properties similarity index 100% rename from jnilib/solaris-sparc/nbproject/project.properties rename to src/main/cpp/jnilib/solaris-sparc/nbproject/project.properties
diff --git a/jnilib/solaris-sparc/nbproject/project.xml b/src/main/cpp/jnilib/solaris-sparc/nbproject/project.xml similarity index 100% rename from jnilib/solaris-sparc/nbproject/project.xml rename to src/main/cpp/jnilib/solaris-sparc/nbproject/project.xml
diff --git a/jnilib/solaris-x86/Makefile b/src/main/cpp/jnilib/solaris-x86/Makefile similarity index 100% rename from jnilib/solaris-x86/Makefile rename to src/main/cpp/jnilib/solaris-x86/Makefile
diff --git a/jnilib/solaris-x86/nbproject/configurations.xml b/src/main/cpp/jnilib/solaris-x86/nbproject/configurations.xml similarity index 100% rename from jnilib/solaris-x86/nbproject/configurations.xml rename to src/main/cpp/jnilib/solaris-x86/nbproject/configurations.xml
diff --git a/jnilib/solaris-x86/nbproject/project.properties b/src/main/cpp/jnilib/solaris-x86/nbproject/project.properties similarity index 100% rename from jnilib/solaris-x86/nbproject/project.properties rename to src/main/cpp/jnilib/solaris-x86/nbproject/project.properties
diff --git a/jnilib/solaris-x86/nbproject/project.xml b/src/main/cpp/jnilib/solaris-x86/nbproject/project.xml similarity index 100% rename from jnilib/solaris-x86/nbproject/project.xml rename to src/main/cpp/jnilib/solaris-x86/nbproject/project.xml
diff --git a/jnilib/windows/Makefile b/src/main/cpp/jnilib/windows/Makefile similarity index 100% rename from jnilib/windows/Makefile rename to src/main/cpp/jnilib/windows/Makefile
diff --git a/jnilib/windows/Makefile-vc b/src/main/cpp/jnilib/windows/Makefile-vc similarity index 100% rename from jnilib/windows/Makefile-vc rename to src/main/cpp/jnilib/windows/Makefile-vc
diff --git a/jnilib/windows/Makefile-vc-wo-crt b/src/main/cpp/jnilib/windows/Makefile-vc-wo-crt similarity index 100% rename from jnilib/windows/Makefile-vc-wo-crt rename to src/main/cpp/jnilib/windows/Makefile-vc-wo-crt
diff --git a/jnilib/windows/nbproject/configurations.xml b/src/main/cpp/jnilib/windows/nbproject/configurations.xml similarity index 100% rename from jnilib/windows/nbproject/configurations.xml rename to src/main/cpp/jnilib/windows/nbproject/configurations.xml
diff --git a/jnilib/windows/nbproject/project.properties b/src/main/cpp/jnilib/windows/nbproject/project.properties similarity index 100% rename from jnilib/windows/nbproject/project.properties rename to src/main/cpp/jnilib/windows/nbproject/project.properties
diff --git a/jnilib/windows/nbproject/project.xml b/src/main/cpp/jnilib/windows/nbproject/project.xml similarity index 100% rename from jnilib/windows/nbproject/project.xml rename to src/main/cpp/jnilib/windows/nbproject/project.xml
diff --git a/jnilib/windows/src/WindowsUtils.c b/src/main/cpp/jnilib/windows/src/WindowsUtils.c similarity index 100% rename from jnilib/windows/src/WindowsUtils.c rename to src/main/cpp/jnilib/windows/src/WindowsUtils.c
diff --git a/jnilib/windows/src/WindowsUtils.h b/src/main/cpp/jnilib/windows/src/WindowsUtils.h similarity index 100% rename from jnilib/windows/src/WindowsUtils.h rename to src/main/cpp/jnilib/windows/src/WindowsUtils.h
diff --git a/jnilib/windows/src/jni_WindowsNativeUtils.c b/src/main/cpp/jnilib/windows/src/jni_WindowsNativeUtils.c similarity index 100% rename from jnilib/windows/src/jni_WindowsNativeUtils.c rename to src/main/cpp/jnilib/windows/src/jni_WindowsNativeUtils.c
diff --git a/jnilib/windows/src/jni_WindowsNativeUtils.h b/src/main/cpp/jnilib/windows/src/jni_WindowsNativeUtils.h similarity index 100% rename from jnilib/windows/src/jni_WindowsNativeUtils.h rename to src/main/cpp/jnilib/windows/src/jni_WindowsNativeUtils.h
diff --git a/jnilib/windows/src/jni_WindowsRegistry.c b/src/main/cpp/jnilib/windows/src/jni_WindowsRegistry.c similarity index 100% rename from jnilib/windows/src/jni_WindowsRegistry.c rename to src/main/cpp/jnilib/windows/src/jni_WindowsRegistry.c
diff --git a/jnilib/windows/src/jni_WindowsRegistry.h b/src/main/cpp/jnilib/windows/src/jni_WindowsRegistry.h similarity index 100% rename from jnilib/windows/src/jni_WindowsRegistry.h rename to src/main/cpp/jnilib/windows/src/jni_WindowsRegistry.h
diff --git a/jnilib/windows/vcproject/NBI JNI Library.ncb b/src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.ncb similarity index 100% rename from jnilib/windows/vcproject/NBI JNI Library.ncb rename to src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.ncb
diff --git a/jnilib/windows/vcproject/NBI JNI Library.sln b/src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.sln similarity index 100% rename from jnilib/windows/vcproject/NBI JNI Library.sln rename to src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.sln
diff --git a/jnilib/windows/vcproject/NBI JNI Library.suo b/src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.suo similarity index 100% rename from jnilib/windows/vcproject/NBI JNI Library.suo rename to src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.suo Binary files differ
diff --git a/jnilib/windows/vcproject/NBI JNI Library.vcproj b/src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.vcproj similarity index 100% rename from jnilib/windows/vcproject/NBI JNI Library.vcproj rename to src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.vcproj
diff --git a/jnilib/windows/vcproject/NBI JNI Library.vcproj.user b/src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.vcproj.user similarity index 100% rename from jnilib/windows/vcproject/NBI JNI Library.vcproj.user rename to src/main/cpp/jnilib/windows/vcproject/NBI JNI Library.vcproj.user
diff --git a/jnilib/windows/vcproject/vc80.idb b/src/main/cpp/jnilib/windows/vcproject/vc80.idb similarity index 100% rename from jnilib/windows/vcproject/vc80.idb rename to src/main/cpp/jnilib/windows/vcproject/vc80.idb Binary files differ
diff --git a/launcher/unix/i18n/launcher.properties b/src/main/cpp/launcher/unix/i18n/launcher.properties similarity index 100% rename from launcher/unix/i18n/launcher.properties rename to src/main/cpp/launcher/unix/i18n/launcher.properties
diff --git a/launcher/unix/src/launcher.sh b/src/main/cpp/launcher/unix/src/launcher.sh similarity index 100% rename from launcher/unix/src/launcher.sh rename to src/main/cpp/launcher/unix/src/launcher.sh
diff --git a/launcher/windows/.dep.inc b/src/main/cpp/launcher/windows/.dep.inc similarity index 100% rename from launcher/windows/.dep.inc rename to src/main/cpp/launcher/windows/.dep.inc
diff --git a/launcher/windows/Makefile b/src/main/cpp/launcher/windows/Makefile similarity index 100% rename from launcher/windows/Makefile rename to src/main/cpp/launcher/windows/Makefile
diff --git a/launcher/windows/Makefile-vc b/src/main/cpp/launcher/windows/Makefile-vc similarity index 100% rename from launcher/windows/Makefile-vc rename to src/main/cpp/launcher/windows/Makefile-vc
diff --git a/launcher/windows/Makefile-vc-wo-crt b/src/main/cpp/launcher/windows/Makefile-vc-wo-crt similarity index 100% rename from launcher/windows/Makefile-vc-wo-crt rename to src/main/cpp/launcher/windows/Makefile-vc-wo-crt
diff --git a/launcher/windows/i18n/launcher.properties b/src/main/cpp/launcher/windows/i18n/launcher.properties similarity index 100% rename from launcher/windows/i18n/launcher.properties rename to src/main/cpp/launcher/windows/i18n/launcher.properties
diff --git a/launcher/windows/nbproject/configurations.xml b/src/main/cpp/launcher/windows/nbproject/configurations.xml similarity index 100% rename from launcher/windows/nbproject/configurations.xml rename to src/main/cpp/launcher/windows/nbproject/configurations.xml
diff --git a/launcher/windows/nbproject/project.properties b/src/main/cpp/launcher/windows/nbproject/project.properties similarity index 100% rename from launcher/windows/nbproject/project.properties rename to src/main/cpp/launcher/windows/nbproject/project.properties
diff --git a/launcher/windows/nbproject/project.xml b/src/main/cpp/launcher/windows/nbproject/project.xml similarity index 100% rename from launcher/windows/nbproject/project.xml rename to src/main/cpp/launcher/windows/nbproject/project.xml
diff --git a/launcher/windows/resources/icon.ico b/src/main/cpp/launcher/windows/resources/icon.ico similarity index 100% rename from launcher/windows/resources/icon.ico rename to src/main/cpp/launcher/windows/resources/icon.ico Binary files differ
diff --git a/launcher/windows/resources/nlw-alt.exe.manifest b/src/main/cpp/launcher/windows/resources/nlw-alt.exe.manifest similarity index 100% rename from launcher/windows/resources/nlw-alt.exe.manifest rename to src/main/cpp/launcher/windows/resources/nlw-alt.exe.manifest
diff --git a/launcher/windows/resources/nlw.exe.manifest b/src/main/cpp/launcher/windows/resources/nlw.exe.manifest similarity index 100% rename from launcher/windows/resources/nlw.exe.manifest rename to src/main/cpp/launcher/windows/resources/nlw.exe.manifest
diff --git a/launcher/windows/resources/res.rc b/src/main/cpp/launcher/windows/resources/res.rc similarity index 100% rename from launcher/windows/resources/res.rc rename to src/main/cpp/launcher/windows/resources/res.rc
diff --git a/launcher/windows/src/Errors.h b/src/main/cpp/launcher/windows/src/Errors.h similarity index 100% rename from launcher/windows/src/Errors.h rename to src/main/cpp/launcher/windows/src/Errors.h
diff --git a/launcher/windows/src/ExtractUtils.c b/src/main/cpp/launcher/windows/src/ExtractUtils.c similarity index 100% rename from launcher/windows/src/ExtractUtils.c rename to src/main/cpp/launcher/windows/src/ExtractUtils.c
diff --git a/launcher/windows/src/ExtractUtils.h b/src/main/cpp/launcher/windows/src/ExtractUtils.h similarity index 100% rename from launcher/windows/src/ExtractUtils.h rename to src/main/cpp/launcher/windows/src/ExtractUtils.h
diff --git a/launcher/windows/src/FileUtils.c b/src/main/cpp/launcher/windows/src/FileUtils.c similarity index 100% rename from launcher/windows/src/FileUtils.c rename to src/main/cpp/launcher/windows/src/FileUtils.c
diff --git a/launcher/windows/src/FileUtils.h b/src/main/cpp/launcher/windows/src/FileUtils.h similarity index 100% rename from launcher/windows/src/FileUtils.h rename to src/main/cpp/launcher/windows/src/FileUtils.h
diff --git a/launcher/windows/src/JavaUtils.c b/src/main/cpp/launcher/windows/src/JavaUtils.c similarity index 100% rename from launcher/windows/src/JavaUtils.c rename to src/main/cpp/launcher/windows/src/JavaUtils.c
diff --git a/launcher/windows/src/JavaUtils.h b/src/main/cpp/launcher/windows/src/JavaUtils.h similarity index 100% rename from launcher/windows/src/JavaUtils.h rename to src/main/cpp/launcher/windows/src/JavaUtils.h
diff --git a/launcher/windows/src/Launcher.c b/src/main/cpp/launcher/windows/src/Launcher.c similarity index 100% rename from launcher/windows/src/Launcher.c rename to src/main/cpp/launcher/windows/src/Launcher.c
diff --git a/launcher/windows/src/Launcher.h b/src/main/cpp/launcher/windows/src/Launcher.h similarity index 100% rename from launcher/windows/src/Launcher.h rename to src/main/cpp/launcher/windows/src/Launcher.h
diff --git a/launcher/windows/src/Main.c b/src/main/cpp/launcher/windows/src/Main.c similarity index 100% rename from launcher/windows/src/Main.c rename to src/main/cpp/launcher/windows/src/Main.c
diff --git a/launcher/windows/src/Main.h b/src/main/cpp/launcher/windows/src/Main.h similarity index 100% rename from launcher/windows/src/Main.h rename to src/main/cpp/launcher/windows/src/Main.h
diff --git a/launcher/windows/src/ProcessUtils.c b/src/main/cpp/launcher/windows/src/ProcessUtils.c similarity index 100% rename from launcher/windows/src/ProcessUtils.c rename to src/main/cpp/launcher/windows/src/ProcessUtils.c
diff --git a/launcher/windows/src/ProcessUtils.h b/src/main/cpp/launcher/windows/src/ProcessUtils.h similarity index 100% rename from launcher/windows/src/ProcessUtils.h rename to src/main/cpp/launcher/windows/src/ProcessUtils.h
diff --git a/launcher/windows/src/RegistryUtils.c b/src/main/cpp/launcher/windows/src/RegistryUtils.c similarity index 100% rename from launcher/windows/src/RegistryUtils.c rename to src/main/cpp/launcher/windows/src/RegistryUtils.c
diff --git a/launcher/windows/src/RegistryUtils.h b/src/main/cpp/launcher/windows/src/RegistryUtils.h similarity index 100% rename from launcher/windows/src/RegistryUtils.h rename to src/main/cpp/launcher/windows/src/RegistryUtils.h
diff --git a/launcher/windows/src/StringUtils.c b/src/main/cpp/launcher/windows/src/StringUtils.c similarity index 100% rename from launcher/windows/src/StringUtils.c rename to src/main/cpp/launcher/windows/src/StringUtils.c
diff --git a/launcher/windows/src/StringUtils.h b/src/main/cpp/launcher/windows/src/StringUtils.h similarity index 100% rename from launcher/windows/src/StringUtils.h rename to src/main/cpp/launcher/windows/src/StringUtils.h
diff --git a/launcher/windows/src/SystemUtils.c b/src/main/cpp/launcher/windows/src/SystemUtils.c similarity index 100% rename from launcher/windows/src/SystemUtils.c rename to src/main/cpp/launcher/windows/src/SystemUtils.c
diff --git a/launcher/windows/src/SystemUtils.h b/src/main/cpp/launcher/windows/src/SystemUtils.h similarity index 100% rename from launcher/windows/src/SystemUtils.h rename to src/main/cpp/launcher/windows/src/SystemUtils.h
diff --git a/launcher/windows/src/Types.h b/src/main/cpp/launcher/windows/src/Types.h similarity index 100% rename from launcher/windows/src/Types.h rename to src/main/cpp/launcher/windows/src/Types.h
diff --git a/launcher/windows/vcproject/NBI Native Launcher.ncb b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.ncb similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.ncb rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.ncb
diff --git a/launcher/windows/vcproject/NBI Native Launcher.sln b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.sln similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.sln rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.sln
diff --git a/launcher/windows/vcproject/NBI Native Launcher.suo b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.suo similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.suo rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.suo Binary files differ
diff --git a/launcher/windows/vcproject/NBI Native Launcher.vcproj b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.vcproj rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj
diff --git a/launcher/windows/vcproject/NBI Native Launcher.vcproj.SARD.dlm198383.user b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj.SARD.dlm198383.user similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.vcproj.SARD.dlm198383.user rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj.SARD.dlm198383.user
diff --git a/launcher/windows/vcproject/NBI Native Launcher.vcproj.user b/src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj.user similarity index 100% rename from launcher/windows/vcproject/NBI Native Launcher.vcproj.user rename to src/main/cpp/launcher/windows/vcproject/NBI Native Launcher.vcproj.user