@@ -22,7 +22,7 @@ del FlashDevelop\Installer\Binary\*.zip /Q
22
22
if %errorlevel% neq 0 goto :error
23
23
24
24
:: Build the PluginCore
25
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
25
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" AnyCPU " /t:Rebuild
26
26
27
27
:: Check for build errors
28
28
if %errorlevel% neq 0 goto :error
@@ -32,7 +32,7 @@ call SetVersion.bat
32
32
33
33
:: Build the solutions
34
34
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
35
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
35
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" AnyCPU " /t:Rebuild
36
36
37
37
:: Check for build errors
38
38
if %errorlevel% neq 0 goto :error
@@ -63,7 +63,7 @@ for /d %%G in ("FlashDevelop\Bin\Debug\Projects\*ActionScript 3*") do rd /s /q "
63
63
xcopy Distros\HaxeDevelop /s /e /y
64
64
65
65
:: Build the PluginCore
66
- msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
66
+ msbuild PluginCore\PluginCore.csproj /p:Configuration=Release /p:Platform=" AnyCPU " /t:Rebuild
67
67
68
68
:: Check for build errors
69
69
if %errorlevel% neq 0 goto :error
@@ -73,7 +73,7 @@ call SetVersion.bat
73
73
74
74
:: Build the solutions
75
75
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
76
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU " /t:Rebuild
76
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" AnyCPU " /t:Rebuild
77
77
78
78
:: Check for build errors
79
79
if %errorlevel% neq 0 goto :error
0 commit comments