File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -290,8 +290,8 @@ make-project: func[
290290 PROJECT-GUID: make-guid/from name
291291 PROJECT-NAME: name
292292 PROJECT-TYPE-GUID: any [id make-guid/from "Siskin Visual Studio Project" ]
293- PLATFORM: any [select [x64 "x64" arm64 "ARM " ] spec/arch "Win32" ]
294- PLATFORM-X: any [select [x64 "x64" arm64 "ARM " ] spec/arch "x86" ]
293+ PLATFORM: any [select [x64 "x64" arm64 "ARM64 " ] spec/arch "Win32" ]
294+ PLATFORM-X: any [select [x64 "x64" arm64 "ARM64 " ] spec/arch "x86" ]
295295 ARCH: either all [spec/arch = 'arm64 system/build/arch <> 'arm64][
296296 "x64_arm64"
297297 ][ PLATFORM-X ]
@@ -406,7 +406,7 @@ make-project: func[
406406 new-line /all filters true
407407 ;probe sort filters
408408
409- vcxproj.filters: {<?xml version="1.0" encoding="utf-8"?>
409+ vcxproj.filters: copy {<?xml version="1.0" encoding="utf-8"?>
410410<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
411411 <ItemGroup>}
412412
Original file line number Diff line number Diff line change 22 Title: "Siskin Builder - core"
33 Type: module
44 Name: siskin
5- Version: 0.18.5
5+ Version: 0.18.6
66 Author: "Oldes"
77
88 exports: [
@@ -23,7 +23,7 @@ Rebol [
2323banner: next rejoin [{
2424^[ [0;33m═╗
2525^[ [0;33m ║^[ [1;31m .-.
26- ^[ [0;33m ║^[ [1;31m /'v'\ ^[ [0;33mSISKIN-Framework Builder 0.18.5 Rebol } rebol/version {
26+ ^[ [0;33m ║^[ [1;31m /'v'\ ^[ [0;33mSISKIN-Framework Builder 0.18.6 Rebol } rebol/version {
2727^[ [0;33m ║^[ [1;31m (/^[ [0;31muOu^[ [1;31m\) ^[ [0;33mhttps://github.com/Siskin-framework/Builder/
2828^[ [0;33m ╚════^[ [1;31m"^[ [0;33m═^[ [1;31m"^[ [0;33m═══════════════════════════════════════════════════════════════════════^[ [m} ]
2929
You can’t perform that action at this time.
0 commit comments