diff --git a/build/Common.Native.targets b/build/Common.Native.targets deleted file mode 100644 index e4d7a67ec4..0000000000 --- a/build/Common.Native.targets +++ /dev/null @@ -1,23 +0,0 @@ - - - - - 0.0.0 - 0 - $(ProductVersion).$(FileRevision) - -$(BuildVersion) - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/build/_k-standard-goals.shade b/build/_k-standard-goals.shade index 5dd1943212..43524358cd 100644 --- a/build/_k-standard-goals.shade +++ b/build/_k-standard-goals.shade @@ -112,8 +112,8 @@ default Configuration='${E("Configuration")}' foreach (var project in nativeProjects) { - Exec(msbuildPath, project + " /p:Configuration=Platform=Win32" + commonParameters); - Exec(msbuildPath, project + " /p:Configuration=Platform=x64" + commonParameters); + Exec(msbuildPath, project + " /p:Platform=Win32" + commonParameters); + Exec(msbuildPath, project + " /p:Platform=x64" + commonParameters); } break;