Execute "rustup target add i686-pc-windows-msvc" to allow compiling the x86 target
Execute "rustup target add x86_64-pc-windows-msvc" to allow compiling the x64 target

Build x64: cargo build --target=x86_64-pc-windows-msvc --release
Build x86: cargo build --target=i686-pc-windows-msvc --release
Copy files to out: cmd.exe /c copyDllFiles.bat