File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed
Distros/HaxeDevelop/FlashDevelop/Bin/Debug Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ 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=" AnyCPU" /t:Rebuild
35
+ ping -n 5 127.0.0.1 > nul
36
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
36
37
37
38
:: Check for build errors
38
39
if %errorlevel% neq 0 goto :error
@@ -56,6 +57,7 @@ git clean -f -x -d FlashDevelop\Bin\Debug
56
57
57
58
:: Remove bad files
58
59
del FlashDevelop\Bin\Debug\FlashDevelop.exe.config
60
+ del FlashDevelop\Bin\Debug\FlashDevelopx64.exe.config
59
61
del FlashDevelop\Bin\Debug\StartPage\images\*.* /Q
60
62
for /d %%G in (" FlashDevelop\Bin\Debug\Projects\*ActionScript 3*" ) do rd /s /q " %%~G "
61
63
@@ -73,7 +75,8 @@ call SetVersion.bat
73
75
74
76
:: Build the solutions
75
77
msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=x86 /t:Rebuild
76
- msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" AnyCPU" /t:Rebuild
78
+ ping -n 5 127.0.0.1 > nul
79
+ msbuild FlashDevelop.sln /p:Configuration=Release /p:Platform=" Any CPU" /t:Rebuild
77
80
78
81
:: Check for build errors
79
82
if %errorlevel% neq 0 goto :error
@@ -94,5 +97,5 @@ start FlashDevelop\Installer\Binary\FlashDevelop.exe
94
97
exit
95
98
96
99
:error
97
-
100
+ pause
98
101
exit -1
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <configuration >
3
+ <runtime >
4
+ <disableCachingBindingFailures enabled =" 1" />
5
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
6
+ <probing privatePath =" Plugins" />
7
+ </assemblyBinding >
8
+ </runtime >
9
+ <startup >
10
+ <supportedRuntime version =" v2.0.50727 " />
11
+ </startup >
12
+ <appSettings >
13
+ <add key =" EnableWindowsFormsHighDpiAutoResizing" value =" true" />
14
+ </appSettings >
15
+ </configuration >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <configuration >
3
+ <runtime >
4
+ <disableCachingBindingFailures enabled =" 1" />
5
+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
6
+ <probing privatePath =" Plugins" />
7
+ </assemblyBinding >
8
+ </runtime >
9
+ <startup >
10
+ <supportedRuntime version =" v2.0.50727 " />
11
+ </startup >
12
+ <appSettings >
13
+ <add key =" EnableWindowsFormsHighDpiAutoResizing" value =" true" />
14
+ </appSettings >
15
+ </configuration >
You can’t perform that action at this time.
0 commit comments