Update copyright year.

This commit is contained in:
2020-12-31 23:13:50 +00:00
parent a949e4c793
commit 71a814d595
56 changed files with 6290 additions and 5943 deletions

View File

@@ -26,7 +26,7 @@ Contains directory handlers
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#define INCL_DOSFILEMGR // File Manager values

View File

@@ -26,7 +26,7 @@ Contains directory definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_DIR_H

View File

@@ -26,7 +26,7 @@ Contains extended attribute definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_EA_H

View File

@@ -26,7 +26,7 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "dir.h"

View File

@@ -26,13 +26,13 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_GETTER_OS2_MAIN_H
#define AARU_FSTESTER_VERSION "0.1"
#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#endif

0
getter/os2_32/OS2.EXE Normal file → Executable file
View File

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/setter.iml" filepath="$PROJECT_DIR$/.idea/setter.iml" />
</modules>
</component>
</project>

0
setter/binaries/fssetter.linux.3.2.x86_64 Normal file → Executable file
View File

188
setter/projects/msvc10/FSSETTER.MAK Normal file → Executable file
View File

@@ -1,94 +1,94 @@
# Microsoft Visual C++ generated build script - Do not modify
PROJ = FSSETTER
DEBUG = 1
PROGTYPE = 2
CALLER =
ARGS =
DLLS =
ORIGIN = MSVCNT
ORIGIN_VER = 1.00
PROJPATH = C:\FSTESTER\SETTER\PROJECTS\MSVC10\
USEMFC = 0
CC = cl
CPP = cl
CXX = cl
CCREATEPCHFLAG =
CPPCREATEPCHFLAG =
CUSEPCHFLAG =
CPPUSEPCHFLAG =
FIRSTC = DOS.C
FIRSTCPP =
RC = rc
CFLAGS_D_DEXE32 = /nologo /G3 /W3 /Zi /YX /D "_X86_" /D "_DEBUG" /D "_CONSOLE" /FR /ML /Fd"FSSETTER.PDB" /Fp"FSSETTER.PCH"
CFLAGS_R_DEXE32 = /nologo /W3 /YX /O2 /D "_X86_" /D "NDEBUG" /D "_CONSOLE" /FR /ML /Fp"FSSETTER.PCH"
LFLAGS_D_DEXE32 = /NOLOGO /DEBUG /DEBUGTYPE:cv /SUBSYSTEM:console netapi32.lib
LFLAGS_R_DEXE32 = /NOLOGO /SUBSYSTEM:console netapi32.lib
LFLAGS_D_LIB32 = /NOLOGO
LFLAGS_R_LIB32 = /NOLOGO
LIBS_D_DEXE32 =
LIBS_R_DEXE32 =
RCFLAGS32 =
D_RCDEFINES32 = -d_DEBUG
R_RCDEFINES32 = -dNDEBUG
OBJS_EXT =
LIBS_EXT =
!if "$(DEBUG)" == "1"
CFLAGS = $(CFLAGS_D_DEXE32)
LFLAGS = $(LFLAGS_D_DEXE32)
LIBS = $(LIBS_D_DEXE32)
LFLAGS_LIB=$(LFLAGS_D_LIB32)
MAPFILE_OPTION =
RCDEFINES = $(D_RCDEFINES32)
!else
CFLAGS = $(CFLAGS_R_DEXE32)
LFLAGS = $(LFLAGS_R_DEXE32)
LIBS = $(LIBS_R_DEXE32)
MAPFILE_OPTION =
LFLAGS_LIB=$(LFLAGS_R_LIB32)
RCDEFINES = $(R_RCDEFINES32)
!endif
SBRS = MAIN.SBR \
WIN32.SBR
MAIN_DEP = \
c:\fstester\setter\src\main.h \
c:\fstester\setter\src\defs.h
WIN32_DEP = \
c:\fstester\setter\src\win32.h \
c:\fstester\setter\src\consts.h \
c:\fstester\setter\src\defs.h
all: $(PROJ).EXE $(PROJ).BSC
MAIN.OBJ: ..\..\SRC\MAIN.C $(MAIN_DEP)
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\MAIN.C
WIN32.OBJ: ..\..\SRC\WIN32.C $(WIN32_DEP)
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\WIN32.C
$(PROJ).EXE: MAIN.OBJ WIN32.OBJ $(OBJS_EXT) $(LIBS_EXT)
echo >NUL @<<$(PROJ).CRF
MAIN.OBJ
WIN32.OBJ
$(OBJS_EXT)
-OUT:$(PROJ).EXE
$(MAPFILE_OPTION)
$(LIBS)
$(LIBS_EXT)
$(DEFFILE_OPTION) -implib:$(PROJ).lib
<<
link $(LFLAGS) @$(PROJ).CRF
run: $(PROJ).EXE
$(PROJ) $(RUNFLAGS)
$(PROJ).BSC: $(SBRS)
bscmake @<<
/o$@ $(SBRS)
<<
# Microsoft Visual C++ generated build script - Do not modify
PROJ = FSSETTER
DEBUG = 1
PROGTYPE = 2
CALLER =
ARGS =
DLLS =
ORIGIN = MSVCNT
ORIGIN_VER = 1.00
PROJPATH = C:\FSTESTER\SETTER\PROJECTS\MSVC10\
USEMFC = 0
CC = cl
CPP = cl
CXX = cl
CCREATEPCHFLAG =
CPPCREATEPCHFLAG =
CUSEPCHFLAG =
CPPUSEPCHFLAG =
FIRSTC = DOS.C
FIRSTCPP =
RC = rc
CFLAGS_D_DEXE32 = /nologo /G3 /W3 /Zi /YX /D "_X86_" /D "_DEBUG" /D "_CONSOLE" /FR /ML /Fd"FSSETTER.PDB" /Fp"FSSETTER.PCH"
CFLAGS_R_DEXE32 = /nologo /W3 /YX /O2 /D "_X86_" /D "NDEBUG" /D "_CONSOLE" /FR /ML /Fp"FSSETTER.PCH"
LFLAGS_D_DEXE32 = /NOLOGO /DEBUG /DEBUGTYPE:cv /SUBSYSTEM:console netapi32.lib
LFLAGS_R_DEXE32 = /NOLOGO /SUBSYSTEM:console netapi32.lib
LFLAGS_D_LIB32 = /NOLOGO
LFLAGS_R_LIB32 = /NOLOGO
LIBS_D_DEXE32 =
LIBS_R_DEXE32 =
RCFLAGS32 =
D_RCDEFINES32 = -d_DEBUG
R_RCDEFINES32 = -dNDEBUG
OBJS_EXT =
LIBS_EXT =
!if "$(DEBUG)" == "1"
CFLAGS = $(CFLAGS_D_DEXE32)
LFLAGS = $(LFLAGS_D_DEXE32)
LIBS = $(LIBS_D_DEXE32)
LFLAGS_LIB=$(LFLAGS_D_LIB32)
MAPFILE_OPTION =
RCDEFINES = $(D_RCDEFINES32)
!else
CFLAGS = $(CFLAGS_R_DEXE32)
LFLAGS = $(LFLAGS_R_DEXE32)
LIBS = $(LIBS_R_DEXE32)
MAPFILE_OPTION =
LFLAGS_LIB=$(LFLAGS_R_LIB32)
RCDEFINES = $(R_RCDEFINES32)
!endif
SBRS = MAIN.SBR \
WIN32.SBR
MAIN_DEP = \
c:\fstester\setter\src\main.h \
c:\fstester\setter\src\defs.h
WIN32_DEP = \
c:\fstester\setter\src\win32.h \
c:\fstester\setter\src\consts.h \
c:\fstester\setter\src\defs.h
all: $(PROJ).EXE $(PROJ).BSC
MAIN.OBJ: ..\..\SRC\MAIN.C $(MAIN_DEP)
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\MAIN.C
WIN32.OBJ: ..\..\SRC\WIN32.C $(WIN32_DEP)
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\..\SRC\WIN32.C
$(PROJ).EXE: MAIN.OBJ WIN32.OBJ $(OBJS_EXT) $(LIBS_EXT)
echo >NUL @<<$(PROJ).CRF
MAIN.OBJ
WIN32.OBJ
$(OBJS_EXT)
-OUT:$(PROJ).EXE
$(MAPFILE_OPTION)
$(LIBS)
$(LIBS_EXT)
$(DEFFILE_OPTION) -implib:$(PROJ).lib
<<
link $(LFLAGS) @$(PROJ).CRF
run: $(PROJ).EXE
$(PROJ) $(RUNFLAGS)
$(PROJ).BSC: $(SBRS)
bscmake @<<
/o$@ $(SBRS)
<<

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-dos-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
432
417
5685
4285
0
0
9
WFileName
20
fssetter-dos-ow2.tgt
0
20
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-dos-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
432
417
5685
4285
0
0
9
WFileName
20
fssetter-dos-ow2.tgt
0
20
7

View File

@@ -1,477 +1,477 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
EXE
3
WString
5
de6en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-dos-ow2.exe
7
WString
3
EXE
8
WVList
0
9
WVList
2
10
ActionStates
11
WString
5
&Make
12
WVList
0
13
ActionStates
14
WString
4
&Run
15
WVList
0
-1
1
1
0
16
WPickList
23
17
MItem
3
*.c
18
WString
4
COBJ
19
WVList
0
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
17
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
17
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
17
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
17
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
17
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
17
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
17
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
17
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
17
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
EXE
3
WString
5
de6en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-dos-ow2.exe
7
WString
3
EXE
8
WVList
0
9
WVList
2
10
ActionStates
11
WString
5
&Make
12
WVList
0
13
ActionStates
14
WString
4
&Run
15
WVList
0
-1
1
1
0
16
WPickList
23
17
MItem
3
*.c
18
WString
4
COBJ
19
WVList
0
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
17
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
17
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
17
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
17
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
17
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
17
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
17
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
17
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
17
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

View File

@@ -1,483 +1,483 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc6en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-286-ow2.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
9
??6??8086
1
0
17
MRState
18
WString
3
WCC
19
WString
10
??6??80286
1
1
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc6en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-286-ow2.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
9
??6??8086
1
0
17
MRState
18
WString
3
WCC
19
WString
10
??6??80286
1
1
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

View File

@@ -1,483 +1,483 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc2en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-386-ow2.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 register-based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
39
??2??Pentium Pro register-based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc2en
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-386-ow2.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 register-based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
39
??2??Pentium Pro register-based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
15
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
17
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
17
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
16
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
19
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
18
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
18
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
16
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
17
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
18
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
16
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
15
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
18
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
17
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
17
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
16
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
19
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
18
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
18
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
16
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
17
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10372
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter.netware.ow2.tgt
6
WVList
1
7
VComponent
8
WRect
645
635
5685
4285
0
0
9
WFileName
24
fssetter.netware.ow2.tgt
0
20
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10372
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter.netware.ow2.tgt
6
WVList
1
7
VComponent
8
WRect
645
635
5685
4285
0
0
9
WFileName
24
fssetter.netware.ow2.tgt
0
20
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-286-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
645
635
5685
4285
1
0
9
WFileName
24
fssetter-os2-286-ow2.tgt
0
8
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-286-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
645
635
5685
4285
1
0
9
WFileName
24
fssetter-os2-286-ow2.tgt
0
8
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-386-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
1088
1071
5685
4285
0
0
9
WFileName
24
fssetter-os2-386-ow2.tgt
0
20
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-386-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
1088
1071
5685
4285
0
0
9
WFileName
24
fssetter-os2-386-ow2.tgt
0
20
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
26
fssetter-win32-x86-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
0
0
5685
4285
1
0
9
WFileName
26
fssetter-win32-x86-ow2.tgt
0
20
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10320
10382
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
26
fssetter-win32-x86-ow2.tgt
6
WVList
1
7
VComponent
8
WRect
0
0
5685
4285
1
0
9
WFileName
26
fssetter-win32-x86-ow2.tgt
0
20
7

View File

@@ -1,43 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fssetter", "fssetter.vcxproj", "{73A35D73-1481-4DA7-AB46-789CC815B5DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.ActiveCfg = Debug|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.Build.0 = Debug|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.ActiveCfg = Debug|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.Build.0 = Debug|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.ActiveCfg = Debug|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.Build.0 = Debug|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.ActiveCfg = Debug|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.Build.0 = Debug|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.ActiveCfg = Release|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.Build.0 = Release|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.ActiveCfg = Release|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.Build.0 = Release|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.ActiveCfg = Release|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.Build.0 = Release|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.ActiveCfg = Release|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9867EAFF-5155-4EB2-8394-24DD3CCF64E3}
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fssetter", "fssetter.vcxproj", "{73A35D73-1481-4DA7-AB46-789CC815B5DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.ActiveCfg = Debug|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM.Build.0 = Debug|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.ActiveCfg = Debug|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|ARM64.Build.0 = Debug|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.ActiveCfg = Debug|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x64.Build.0 = Debug|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.ActiveCfg = Debug|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Debug|x86.Build.0 = Debug|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.ActiveCfg = Release|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM.Build.0 = Release|ARM
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.ActiveCfg = Release|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|ARM64.Build.0 = Release|ARM64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.ActiveCfg = Release|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x64.Build.0 = Release|x64
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.ActiveCfg = Release|Win32
{73A35D73-1481-4DA7-AB46-789CC815B5DB}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9867EAFF-5155-4EB2-8394-24DD3CCF64E3}
EndGlobalSection
EndGlobal

View File

@@ -1,373 +1,373 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\consts.h" />
<ClInclude Include="..\..\..\src\defs.h" />
<ClInclude Include="..\..\..\src\dos.h" />
<ClInclude Include="..\..\..\src\dosos2.h" />
<ClInclude Include="..\..\..\src\linux.h" />
<ClInclude Include="..\..\..\src\macos.h" />
<ClInclude Include="..\..\..\src\main.h" />
<ClInclude Include="..\..\..\src\netware.h" />
<ClInclude Include="..\..\..\src\os2_16.h" />
<ClInclude Include="..\..\..\src\os2_32.h" />
<ClInclude Include="..\..\..\src\unix.h" />
<ClInclude Include="..\..\..\src\win32.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\dos.c" />
<ClCompile Include="..\..\..\src\linux.c" />
<ClCompile Include="..\..\..\src\macos.c" />
<ClCompile Include="..\..\..\src\main.c" />
<ClCompile Include="..\..\..\src\netware.c" />
<ClCompile Include="..\..\..\src\os2_16.c" />
<ClCompile Include="..\..\..\src\os2_32.c" />
<ClCompile Include="..\..\..\src\unix.c" />
<ClCompile Include="..\..\..\src\win32.c" />
</ItemGroup>
<ItemGroup>
<Xml Include="fssetter.manifest" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{73A35D73-1481-4DA7-AB46-789CC815B5DB}</ProjectGuid>
<RootNamespace>fssetter</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\consts.h" />
<ClInclude Include="..\..\..\src\defs.h" />
<ClInclude Include="..\..\..\src\dos.h" />
<ClInclude Include="..\..\..\src\dosos2.h" />
<ClInclude Include="..\..\..\src\linux.h" />
<ClInclude Include="..\..\..\src\macos.h" />
<ClInclude Include="..\..\..\src\main.h" />
<ClInclude Include="..\..\..\src\netware.h" />
<ClInclude Include="..\..\..\src\os2_16.h" />
<ClInclude Include="..\..\..\src\os2_32.h" />
<ClInclude Include="..\..\..\src\unix.h" />
<ClInclude Include="..\..\..\src\win32.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\dos.c" />
<ClCompile Include="..\..\..\src\linux.c" />
<ClCompile Include="..\..\..\src\macos.c" />
<ClCompile Include="..\..\..\src\main.c" />
<ClCompile Include="..\..\..\src\netware.c" />
<ClCompile Include="..\..\..\src\os2_16.c" />
<ClCompile Include="..\..\..\src\os2_32.c" />
<ClCompile Include="..\..\..\src\unix.c" />
<ClCompile Include="..\..\..\src\win32.c" />
</ItemGroup>
<ItemGroup>
<Xml Include="fssetter.manifest" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{73A35D73-1481-4DA7-AB46-789CC815B5DB}</ProjectGuid>
<RootNamespace>fssetter</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<LinkIncremental>true</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>$(ProjectName)-$(Platform)-vs2019</TargetName>
<RunCodeAnalysis>true</RunCodeAnalysis>
<EnableClangTidyCodeAnalysis>true</EnableClangTidyCodeAnalysis>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<GenerateWindowsMetadata>true</GenerateWindowsMetadata>
</Link>
<Manifest>
<AdditionalManifestFiles>$(ProjectDir)fssetter.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>

View File

@@ -1,89 +1,89 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\consts.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\defs.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\dos.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\dosos2.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\linux.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\macos.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\main.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\os2_16.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\os2_32.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\unix.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\win32.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\netware.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\dos.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\linux.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\macos.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\os2_16.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\os2_32.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\unix.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\win32.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\netware.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Xml Include="fssetter.manifest">
<Filter>Resource Files</Filter>
</Xml>
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Header Files">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Resource Files">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\consts.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\defs.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\dos.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\dosos2.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\linux.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\macos.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\main.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\os2_16.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\os2_32.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\unix.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\win32.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\netware.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\dos.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\linux.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\macos.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\main.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\os2_16.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\os2_32.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\unix.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\win32.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\netware.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Xml Include="fssetter.manifest">
<Filter>Resource Files</Filter>
</Xml>
</ItemGroup>
</Project>

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
528
1696
7680
9216
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-dos-w11.tgt
6
WVList
1
7
VComponent
8
WRect
0
0
5712
4309
0
0
9
WFileName
20
fssetter-dos-w11.tgt
0
1
7
40
projectIdent
0
VpeMain
1
WRect
528
1696
7680
9216
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-dos-w11.tgt
6
WVList
1
7
VComponent
8
WRect
0
0
5712
4309
0
0
9
WFileName
20
fssetter-dos-w11.tgt
0
1
7

View File

@@ -1,468 +1,468 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
EXE
3
WString
5
de6eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-dos-w11.exe
7
WString
3
EXE
8
WVList
0
9
WVList
1
10
ActionStates
11
WString
5
&Make
12
WVList
0
-1
1
1
0
13
WPickList
23
14
MItem
3
*.c
15
WString
4
COBJ
16
WVList
0
17
WVList
0
-1
1
1
0
18
MItem
28
..\..\src\dos.c
19
WString
4
COBJ
20
WVList
0
21
WVList
0
14
1
1
0
22
MItem
30
..\..\src\linux.c
23
WString
4
COBJ
24
WVList
0
25
WVList
0
14
1
1
0
26
MItem
30
..\..\src\macos.c
27
WString
4
COBJ
28
WVList
0
29
WVList
0
14
1
1
0
30
MItem
29
..\..\src\main.c
31
WString
4
COBJ
32
WVList
0
33
WVList
0
14
1
1
0
34
MItem
32
..\..\src\netware.c
35
WString
4
COBJ
36
WVList
0
37
WVList
0
14
1
1
0
38
MItem
31
..\..\src\os2_16.c
39
WString
4
COBJ
40
WVList
0
41
WVList
0
14
1
1
0
42
MItem
31
..\..\src\os2_32.c
43
WString
4
COBJ
44
WVList
0
45
WVList
0
14
1
1
0
46
MItem
29
..\..\src\unix.c
47
WString
4
COBJ
48
WVList
0
49
WVList
0
14
1
1
0
50
MItem
30
..\..\src\win32.c
51
WString
4
COBJ
52
WVList
0
53
WVList
0
14
1
1
0
54
MItem
3
*.h
55
WString
3
NIL
56
WVList
0
57
WVList
0
-1
1
1
0
58
MItem
31
..\..\src\consts.h
59
WString
3
NIL
60
WVList
0
61
WVList
0
54
1
1
0
62
MItem
29
..\..\src\defs.h
63
WString
3
NIL
64
WVList
0
65
WVList
0
54
1
1
0
66
MItem
28
..\..\src\dos.h
67
WString
3
NIL
68
WVList
0
69
WVList
0
54
1
1
0
70
MItem
31
..\..\src\dosos2.h
71
WString
3
NIL
72
WVList
0
73
WVList
0
54
1
1
0
74
MItem
30
..\..\src\linux.h
75
WString
3
NIL
76
WVList
0
77
WVList
0
54
1
1
0
78
MItem
30
..\..\src\macos.h
79
WString
3
NIL
80
WVList
0
81
WVList
0
54
1
1
0
82
MItem
29
..\..\src\main.h
83
WString
3
NIL
84
WVList
0
85
WVList
0
54
1
1
0
86
MItem
32
..\..\src\netware.h
87
WString
3
NIL
88
WVList
0
89
WVList
0
54
1
1
0
90
MItem
31
..\..\src\os2_16.h
91
WString
3
NIL
92
WVList
0
93
WVList
0
54
1
1
0
94
MItem
31
..\..\src\os2_32.h
95
WString
3
NIL
96
WVList
0
97
WVList
0
54
1
1
0
98
MItem
29
..\..\src\unix.h
99
WString
3
NIL
100
WVList
0
101
WVList
0
54
1
1
0
102
MItem
30
..\..\src\win32.h
103
WString
3
NIL
104
WVList
0
105
WVList
0
54
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
EXE
3
WString
5
de6eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-dos-w11.exe
7
WString
3
EXE
8
WVList
0
9
WVList
1
10
ActionStates
11
WString
5
&Make
12
WVList
0
-1
1
1
0
13
WPickList
23
14
MItem
3
*.c
15
WString
4
COBJ
16
WVList
0
17
WVList
0
-1
1
1
0
18
MItem
28
..\..\src\dos.c
19
WString
4
COBJ
20
WVList
0
21
WVList
0
14
1
1
0
22
MItem
30
..\..\src\linux.c
23
WString
4
COBJ
24
WVList
0
25
WVList
0
14
1
1
0
26
MItem
30
..\..\src\macos.c
27
WString
4
COBJ
28
WVList
0
29
WVList
0
14
1
1
0
30
MItem
29
..\..\src\main.c
31
WString
4
COBJ
32
WVList
0
33
WVList
0
14
1
1
0
34
MItem
32
..\..\src\netware.c
35
WString
4
COBJ
36
WVList
0
37
WVList
0
14
1
1
0
38
MItem
31
..\..\src\os2_16.c
39
WString
4
COBJ
40
WVList
0
41
WVList
0
14
1
1
0
42
MItem
31
..\..\src\os2_32.c
43
WString
4
COBJ
44
WVList
0
45
WVList
0
14
1
1
0
46
MItem
29
..\..\src\unix.c
47
WString
4
COBJ
48
WVList
0
49
WVList
0
14
1
1
0
50
MItem
30
..\..\src\win32.c
51
WString
4
COBJ
52
WVList
0
53
WVList
0
14
1
1
0
54
MItem
3
*.h
55
WString
3
NIL
56
WVList
0
57
WVList
0
-1
1
1
0
58
MItem
31
..\..\src\consts.h
59
WString
3
NIL
60
WVList
0
61
WVList
0
54
1
1
0
62
MItem
29
..\..\src\defs.h
63
WString
3
NIL
64
WVList
0
65
WVList
0
54
1
1
0
66
MItem
28
..\..\src\dos.h
67
WString
3
NIL
68
WVList
0
69
WVList
0
54
1
1
0
70
MItem
31
..\..\src\dosos2.h
71
WString
3
NIL
72
WVList
0
73
WVList
0
54
1
1
0
74
MItem
30
..\..\src\linux.h
75
WString
3
NIL
76
WVList
0
77
WVList
0
54
1
1
0
78
MItem
30
..\..\src\macos.h
79
WString
3
NIL
80
WVList
0
81
WVList
0
54
1
1
0
82
MItem
29
..\..\src\main.h
83
WString
3
NIL
84
WVList
0
85
WVList
0
54
1
1
0
86
MItem
32
..\..\src\netware.h
87
WString
3
NIL
88
WVList
0
89
WVList
0
54
1
1
0
90
MItem
31
..\..\src\os2_16.h
91
WString
3
NIL
92
WVList
0
93
WVList
0
54
1
1
0
94
MItem
31
..\..\src\os2_32.h
95
WString
3
NIL
96
WVList
0
97
WVList
0
54
1
1
0
98
MItem
29
..\..\src\unix.h
99
WString
3
NIL
100
WVList
0
101
WVList
0
54
1
1
0
102
MItem
30
..\..\src\win32.h
103
WString
3
NIL
104
WVList
0
105
WVList
0
54
1
1
0

View File

@@ -1,483 +1,483 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc6eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-os2-286.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
9
??6??8086
1
0
17
MRState
18
WString
3
WCC
19
WString
10
??6??80286
1
1
20
WVList
0
-1
1
1
0
21
MItem
28
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc6eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
20
fssetter-os2-286.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
9
??6??8086
1
0
17
MRState
18
WString
3
WCC
19
WString
10
??6??80286
1
1
20
WVList
0
-1
1
1
0
21
MItem
28
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

View File

@@ -1,499 +1,499 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-386-w11.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
3
14
MVState
15
WString
3
WCC
16
WString
23
?????Macro definitions:
1
17
WString
8
__i386__
0
18
MRState
19
WString
3
WCC
20
WString
33
??2??80386 Register based calling
1
1
21
MRState
22
WString
3
WCC
23
WString
35
??2??Pentium Register based calling
1
0
24
WVList
0
-1
1
1
0
25
MItem
28
..\..\src\dos.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\linux.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
30
..\..\src\macos.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
29
..\..\src\main.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
32
..\..\src\netware.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_16.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
31
..\..\src\os2_32.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
29
..\..\src\unix.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
30
..\..\src\win32.c
58
WString
4
COBJ
59
WVList
0
60
WVList
0
11
1
1
0
61
MItem
3
*.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
-1
1
1
0
65
MItem
31
..\..\src\consts.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
61
1
1
0
69
MItem
29
..\..\src\defs.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
61
1
1
0
73
MItem
28
..\..\src\dos.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
61
1
1
0
77
MItem
31
..\..\src\dosos2.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
61
1
1
0
81
MItem
30
..\..\src\linux.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
61
1
1
0
85
MItem
30
..\..\src\macos.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
61
1
1
0
89
MItem
29
..\..\src\main.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
61
1
1
0
93
MItem
32
..\..\src\netware.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
61
1
1
0
97
MItem
31
..\..\src\os2_16.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
61
1
1
0
101
MItem
31
..\..\src\os2_32.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
61
1
1
0
105
MItem
29
..\..\src\unix.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
61
1
1
0
109
MItem
30
..\..\src\win32.h
110
WString
3
NIL
111
WVList
0
112
WVList
0
61
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
OEXE
3
WString
5
oc2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
24
fssetter-os2-386-w11.exe
7
WString
4
OEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
3
14
MVState
15
WString
3
WCC
16
WString
23
?????Macro definitions:
1
17
WString
8
__i386__
0
18
MRState
19
WString
3
WCC
20
WString
33
??2??80386 Register based calling
1
1
21
MRState
22
WString
3
WCC
23
WString
35
??2??Pentium Register based calling
1
0
24
WVList
0
-1
1
1
0
25
MItem
28
..\..\src\dos.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\linux.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
30
..\..\src\macos.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
29
..\..\src\main.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
32
..\..\src\netware.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_16.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
31
..\..\src\os2_32.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
29
..\..\src\unix.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
30
..\..\src\win32.c
58
WString
4
COBJ
59
WVList
0
60
WVList
0
11
1
1
0
61
MItem
3
*.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
-1
1
1
0
65
MItem
31
..\..\src\consts.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
61
1
1
0
69
MItem
29
..\..\src\defs.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
61
1
1
0
73
MItem
28
..\..\src\dos.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
61
1
1
0
77
MItem
31
..\..\src\dosos2.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
61
1
1
0
81
MItem
30
..\..\src\linux.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
61
1
1
0
85
MItem
30
..\..\src\macos.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
61
1
1
0
89
MItem
29
..\..\src\main.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
61
1
1
0
93
MItem
32
..\..\src\netware.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
61
1
1
0
97
MItem
31
..\..\src\os2_16.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
61
1
1
0
101
MItem
31
..\..\src\os2_32.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
61
1
1
0
105
MItem
29
..\..\src\unix.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
61
1
1
0
109
MItem
30
..\..\src\win32.h
110
WString
3
NIL
111
WVList
0
112
WVList
0
61
1
1
0

View File

@@ -1,483 +1,483 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
NEXE
3
WString
5
nc2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
26
fssetter-win32-x86-w11.exe
7
WString
4
NEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 Register based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
35
??2??Pentium Register based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
28
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
4
NEXE
3
WString
5
nc2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
26
fssetter-win32-x86-w11.exe
7
WString
4
NEXE
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 Register based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
35
??2??Pentium Register based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
28
..\..\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
..\..\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
..\..\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
..\..\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
..\..\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
..\..\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
..\..\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
..\..\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
..\..\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
..\..\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
..\..\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
..\..\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
..\..\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
..\..\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
..\..\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
..\..\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
..\..\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
..\..\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
..\..\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
..\..\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
..\..\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

View File

@@ -1,483 +1,483 @@
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
NLM
3
WString
5
l_2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
12
fssetter.nlm
7
WString
3
NLM
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 Register based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
35
??2??Pentium Register based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
28
c:\fstester\setter\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
c:\fstester\setter\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
c:\fstester\setter\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
c:\fstester\setter\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
c:\fstester\setter\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
c:\fstester\setter\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
c:\fstester\setter\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
c:\fstester\setter\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
c:\fstester\setter\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
c:\fstester\setter\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
c:\fstester\setter\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
c:\fstester\setter\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
c:\fstester\setter\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
c:\fstester\setter\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
c:\fstester\setter\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
c:\fstester\setter\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
c:\fstester\setter\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
c:\fstester\setter\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
c:\fstester\setter\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
c:\fstester\setter\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
c:\fstester\setter\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0
40
targetIdent
0
MProject
1
MComponent
0
2
WString
3
NLM
3
WString
5
l_2eo
1
0
1
4
MCommand
0
5
MCommand
0
6
MItem
12
fssetter.nlm
7
WString
3
NLM
8
WVList
0
9
WVList
0
-1
1
1
0
10
WPickList
23
11
MItem
3
*.c
12
WString
4
COBJ
13
WVList
2
14
MRState
15
WString
3
WCC
16
WString
33
??2??80386 Register based calling
1
1
17
MRState
18
WString
3
WCC
19
WString
35
??2??Pentium Register based calling
1
0
20
WVList
0
-1
1
1
0
21
MItem
28
c:\fstester\setter\src\dos.c
22
WString
4
COBJ
23
WVList
0
24
WVList
0
11
1
1
0
25
MItem
30
c:\fstester\setter\src\linux.c
26
WString
4
COBJ
27
WVList
0
28
WVList
0
11
1
1
0
29
MItem
30
c:\fstester\setter\src\macos.c
30
WString
4
COBJ
31
WVList
0
32
WVList
0
11
1
1
0
33
MItem
29
c:\fstester\setter\src\main.c
34
WString
4
COBJ
35
WVList
0
36
WVList
0
11
1
1
0
37
MItem
32
c:\fstester\setter\src\netware.c
38
WString
4
COBJ
39
WVList
0
40
WVList
0
11
1
1
0
41
MItem
31
c:\fstester\setter\src\os2_16.c
42
WString
4
COBJ
43
WVList
0
44
WVList
0
11
1
1
0
45
MItem
31
c:\fstester\setter\src\os2_32.c
46
WString
4
COBJ
47
WVList
0
48
WVList
0
11
1
1
0
49
MItem
29
c:\fstester\setter\src\unix.c
50
WString
4
COBJ
51
WVList
0
52
WVList
0
11
1
1
0
53
MItem
30
c:\fstester\setter\src\win32.c
54
WString
4
COBJ
55
WVList
0
56
WVList
0
11
1
1
0
57
MItem
3
*.h
58
WString
3
NIL
59
WVList
0
60
WVList
0
-1
1
1
0
61
MItem
31
c:\fstester\setter\src\consts.h
62
WString
3
NIL
63
WVList
0
64
WVList
0
57
1
1
0
65
MItem
29
c:\fstester\setter\src\defs.h
66
WString
3
NIL
67
WVList
0
68
WVList
0
57
1
1
0
69
MItem
28
c:\fstester\setter\src\dos.h
70
WString
3
NIL
71
WVList
0
72
WVList
0
57
1
1
0
73
MItem
31
c:\fstester\setter\src\dosos2.h
74
WString
3
NIL
75
WVList
0
76
WVList
0
57
1
1
0
77
MItem
30
c:\fstester\setter\src\linux.h
78
WString
3
NIL
79
WVList
0
80
WVList
0
57
1
1
0
81
MItem
30
c:\fstester\setter\src\macos.h
82
WString
3
NIL
83
WVList
0
84
WVList
0
57
1
1
0
85
MItem
29
c:\fstester\setter\src\main.h
86
WString
3
NIL
87
WVList
0
88
WVList
0
57
1
1
0
89
MItem
32
c:\fstester\setter\src\netware.h
90
WString
3
NIL
91
WVList
0
92
WVList
0
57
1
1
0
93
MItem
31
c:\fstester\setter\src\os2_16.h
94
WString
3
NIL
95
WVList
0
96
WVList
0
57
1
1
0
97
MItem
31
c:\fstester\setter\src\os2_32.h
98
WString
3
NIL
99
WVList
0
100
WVList
0
57
1
1
0
101
MItem
29
c:\fstester\setter\src\unix.h
102
WString
3
NIL
103
WVList
0
104
WVList
0
57
1
1
0
105
MItem
30
c:\fstester\setter\src\win32.h
106
WString
3
NIL
107
WVList
0
108
WVList
0
57
1
1
0

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
12
netware.tgt
6
WVList
1
7
VComponent
8
WRect
464
448
5712
4288
0
0
9
WFileName
12
netware.tgt
0
0
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
12
netware.tgt
6
WVList
1
7
VComponent
8
WRect
464
448
5712
4288
0
0
9
WFileName
12
netware.tgt
0
0
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-os2-286-w11.tgt
6
WVList
1
7
VComponent
8
WRect
936
928
5712
4309
0
0
9
WFileName
20
fssetter-os2-286-w11.tgt
0
0
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
20
fssetter-os2-286-w11.tgt
6
WVList
1
7
VComponent
8
WRect
936
928
5712
4309
0
0
9
WFileName
20
fssetter-os2-286-w11.tgt
0
0
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-386-w11.tgt
6
WVList
1
7
VComponent
8
WRect
1400
1397
5712
4309
0
0
9
WFileName
24
fssetter-os2-386-w11.tgt
0
7
7
40
projectIdent
0
VpeMain
1
WRect
0
0
10272
10282
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
24
fssetter-os2-386-w11.tgt
6
WVList
1
7
VComponent
8
WRect
1400
1397
5712
4309
0
0
9
WFileName
24
fssetter-os2-386-w11.tgt
0
7
7

View File

@@ -1,43 +1,43 @@
40
projectIdent
0
VpeMain
1
WRect
528
1696
7680
9216
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
26
fssetter-win32-x86-w11.tgt
6
WVList
1
7
VComponent
8
WRect
232
224
5712
4288
0
0
9
WFileName
26
fssetter-win32-x86-w11.tgt
0
0
7
40
projectIdent
0
VpeMain
1
WRect
528
1696
7680
9216
2
MProject
3
MCommand
0
4
MCommand
0
1
5
WFileName
26
fssetter-win32-x86-w11.tgt
6
WVList
1
7
VComponent
8
WRect
232
224
5712
4288
0
0
9
WFileName
26
fssetter-win32-x86-w11.tgt
0
0
7

View File

@@ -0,0 +1,347 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA0F24B81DB400AE7346 /* os2_32.c */; };
A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1024B81DB400AE7346 /* darwin.c */; };
A9CCCA2524B81DB400AE7346 /* unix.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1324B81DB400AE7346 /* unix.c */; };
A9CCCA2624B81DB400AE7346 /* dos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1424B81DB400AE7346 /* dos.c */; };
A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1824B81DB400AE7346 /* os2_16.c */; };
A9CCCA2824B81DB400AE7346 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1924B81DB400AE7346 /* main.c */; };
A9CCCA2924B81DB400AE7346 /* linux.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1D24B81DB400AE7346 /* linux.c */; };
A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1E24B81DB400AE7346 /* macos.c */; };
A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA1F24B81DB400AE7346 /* win32.c */; };
A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CCCA2224B81DB400AE7346 /* netware.c */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
A97B756824B818FE00E84B3B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
A97B756A24B818FE00E84B3B /* fstester.setter */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = fstester.setter; sourceTree = BUILT_PRODUCTS_DIR; };
A9CCCA0B24B81DB400AE7346 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = main.h; sourceTree = "<group>"; };
A9CCCA0C24B81DB400AE7346 /* os2_16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_16.h; sourceTree = "<group>"; };
A9CCCA0D24B81DB400AE7346 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
A9CCCA0E24B81DB400AE7346 /* linux.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = linux.h; sourceTree = "<group>"; };
A9CCCA0F24B81DB400AE7346 /* os2_32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_32.c; sourceTree = "<group>"; };
A9CCCA1024B81DB400AE7346 /* darwin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = darwin.c; sourceTree = "<group>"; };
A9CCCA1124B81DB400AE7346 /* netware.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netware.h; sourceTree = "<group>"; };
A9CCCA1224B81DB400AE7346 /* macos.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; path = macos.r; sourceTree = "<group>"; };
A9CCCA1324B81DB400AE7346 /* unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unix.c; sourceTree = "<group>"; };
A9CCCA1424B81DB400AE7346 /* dos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dos.c; sourceTree = "<group>"; };
A9CCCA1524B81DB400AE7346 /* win32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = win32.h; sourceTree = "<group>"; };
A9CCCA1624B81DB400AE7346 /* macos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = macos.h; sourceTree = "<group>"; };
A9CCCA1724B81DB400AE7346 /* dosos2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dosos2.h; sourceTree = "<group>"; };
A9CCCA1824B81DB400AE7346 /* os2_16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os2_16.c; sourceTree = "<group>"; };
A9CCCA1924B81DB400AE7346 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
A9CCCA1A24B81DB400AE7346 /* consts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = consts.h; sourceTree = "<group>"; };
A9CCCA1B24B81DB400AE7346 /* os2_32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os2_32.h; sourceTree = "<group>"; };
A9CCCA1C24B81DB400AE7346 /* darwin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = darwin.h; sourceTree = "<group>"; };
A9CCCA1D24B81DB400AE7346 /* linux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = linux.c; sourceTree = "<group>"; };
A9CCCA1E24B81DB400AE7346 /* macos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = macos.c; sourceTree = "<group>"; };
A9CCCA1F24B81DB400AE7346 /* win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = win32.c; sourceTree = "<group>"; };
A9CCCA2024B81DB400AE7346 /* dos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dos.h; sourceTree = "<group>"; };
A9CCCA2124B81DB400AE7346 /* unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unix.h; sourceTree = "<group>"; };
A9CCCA2224B81DB400AE7346 /* netware.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = netware.c; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
A97B756724B818FE00E84B3B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
A97B756124B818FD00E84B3B = {
isa = PBXGroup;
children = (
A9CCCA0A24B81DB400AE7346 /* src */,
A97B756B24B818FE00E84B3B /* Products */,
);
sourceTree = "<group>";
};
A97B756B24B818FE00E84B3B /* Products */ = {
isa = PBXGroup;
children = (
A97B756A24B818FE00E84B3B /* fstester.setter */,
);
name = Products;
sourceTree = "<group>";
};
A9CCCA0A24B81DB400AE7346 /* src */ = {
isa = PBXGroup;
children = (
A9CCCA0B24B81DB400AE7346 /* main.h */,
A9CCCA0C24B81DB400AE7346 /* os2_16.h */,
A9CCCA0D24B81DB400AE7346 /* defs.h */,
A9CCCA0E24B81DB400AE7346 /* linux.h */,
A9CCCA0F24B81DB400AE7346 /* os2_32.c */,
A9CCCA1024B81DB400AE7346 /* darwin.c */,
A9CCCA1124B81DB400AE7346 /* netware.h */,
A9CCCA1224B81DB400AE7346 /* macos.r */,
A9CCCA1324B81DB400AE7346 /* unix.c */,
A9CCCA1424B81DB400AE7346 /* dos.c */,
A9CCCA1524B81DB400AE7346 /* win32.h */,
A9CCCA1624B81DB400AE7346 /* macos.h */,
A9CCCA1724B81DB400AE7346 /* dosos2.h */,
A9CCCA1824B81DB400AE7346 /* os2_16.c */,
A9CCCA1924B81DB400AE7346 /* main.c */,
A9CCCA1A24B81DB400AE7346 /* consts.h */,
A9CCCA1B24B81DB400AE7346 /* os2_32.h */,
A9CCCA1C24B81DB400AE7346 /* darwin.h */,
A9CCCA1D24B81DB400AE7346 /* linux.c */,
A9CCCA1E24B81DB400AE7346 /* macos.c */,
A9CCCA1F24B81DB400AE7346 /* win32.c */,
A9CCCA2024B81DB400AE7346 /* dos.h */,
A9CCCA2124B81DB400AE7346 /* unix.h */,
A9CCCA2224B81DB400AE7346 /* netware.c */,
);
name = src;
path = ../../src;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
A97B756924B818FE00E84B3B /* fstester.setter */ = {
isa = PBXNativeTarget;
buildConfigurationList = A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */;
buildPhases = (
A97B756624B818FE00E84B3B /* Sources */,
A97B756724B818FE00E84B3B /* Frameworks */,
A97B756824B818FE00E84B3B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = fstester.setter;
productName = fstester;
productReference = A97B756A24B818FE00E84B3B /* fstester.setter */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
A97B756224B818FD00E84B3B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1150;
ORGANIZATIONNAME = Claunia.com;
TargetAttributes = {
A97B756924B818FE00E84B3B = {
CreatedOnToolsVersion = 11.5;
};
};
};
buildConfigurationList = A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */;
compatibilityVersion = "Xcode 11.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = A97B756124B818FD00E84B3B;
productRefGroup = A97B756B24B818FE00E84B3B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
A97B756924B818FE00E84B3B /* fstester.setter */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
A97B756624B818FE00E84B3B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
A9CCCA2C24B81DB400AE7346 /* netware.c in Sources */,
A9CCCA2624B81DB400AE7346 /* dos.c in Sources */,
A9CCCA2924B81DB400AE7346 /* linux.c in Sources */,
A9CCCA2724B81DB400AE7346 /* os2_16.c in Sources */,
A9CCCA2A24B81DB400AE7346 /* macos.c in Sources */,
A9CCCA2824B81DB400AE7346 /* main.c in Sources */,
A9CCCA2424B81DB400AE7346 /* darwin.c in Sources */,
A9CCCA2B24B81DB400AE7346 /* win32.c in Sources */,
A9CCCA2324B81DB400AE7346 /* os2_32.c in Sources */,
A9CCCA2524B81DB400AE7346 /* unix.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
A97B756F24B818FE00E84B3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
A97B757024B818FE00E84B3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
};
name = Release;
};
A97B757224B818FE00E84B3B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = c99;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
A97B757324B818FE00E84B3B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
GCC_C_LANGUAGE_STANDARD = c99;
MACOSX_DEPLOYMENT_TARGET = 10.15;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
A97B756524B818FD00E84B3B /* Build configuration list for PBXProject "fstester.setter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A97B756F24B818FE00E84B3B /* Debug */,
A97B757024B818FE00E84B3B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
A97B757124B818FE00E84B3B /* Build configuration list for PBXNativeTarget "fstester.setter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
A97B757224B818FE00E84B3B /* Debug */,
A97B757324B818FE00E84B3B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = A97B756224B818FD00E84B3B /* Project object */;
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:/Users/claunia/Development/Aaru/fstester/setter/projects/xcode11/fstester.setter.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@@ -26,7 +26,7 @@ Contains common definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_SETTER_DEFS_H
@@ -34,7 +34,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#include <stddef.h>
void GetOsInfo();
void GetOsInfo(void);
void GetVolumeInfo(const char *path, size_t *clusterSize);

View File

@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains definitions common to DOS and OS/2
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains Linux implementations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)

View File

@@ -26,7 +26,7 @@ Contains Linux definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_LINUX_H

View File

@@ -26,7 +26,7 @@ Contains Mac OS code.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,7 +26,7 @@ Contains Mac OS definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,17 +26,9 @@ Contains Mac OS resources
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "Types.r"
#include "Types.r"
resource 'vers' (1) {
0x00,
0x01,
development,
0x00,
verUS,
"0.1",
"0.1, <20> 2011-2020 Natalia Portillo"
};
resource 'vers'(1){0x00, 0x01, development, 0x00, verUS, "0.1", "0.1, <20> 2011-2021 Natalia Portillo"};

View File

@@ -26,10 +26,9 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#include "main.h"
#include "defs.h"

View File

@@ -26,14 +26,14 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_GETTER_MAIN_H
#define AARU_FSTESTER_VERSION "4.5.99.2020"
#define AARU_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
#define AARU_COPYRIGHT "Copyright (C) 2011-2021 Natalia Portillo"
#if defined(__alpha__) || defined(_M_ALPHA)
#define OS_ARCH "axp"
@@ -47,7 +47,7 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_ARCH "ia32"
#elif defined(__ia64__) || defined(_M_IA64)
#define OS_ARCH "ia64"
#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__)
#elif defined(__m68k__) || defined(_M_M68K) || defined(M68000) || defined(__MC68K__) || defined(mc68000)
#define OS_ARCH "m68k"
#elif defined(__mips__) || defined(__mips) || defined(__MIPS__)
#define OS_ARCH "mips"
@@ -111,6 +111,8 @@ Copyright (C) 2011-2020 Natalia Portillo
#define OS_NAME "NetBSD"
#elif defined(__NETWARE__) || defined(__netware__)
#define OS_NAME "NetWare"
#elif defined(NeXT) && defined(__MACH__)
#define OS_NAME "NeXTStep"
#elif defined(__OpenBSD__)
#define OS_NAME "OpenBSD"
#elif defined(__OS2__) || defined(__os2__) && !defined(__DOS__)

View File

@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)

View File

@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__NETWARE_386__)

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I86__) || defined(__i86__) || defined(_M_I86)) && (defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && (defined(__I86__) || defined(__i86__) || defined(_M_I86))

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__I386__) || defined(__i386__) || defined(__THW_INTEL) || defined(_M_I386)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)

View File

@@ -26,7 +26,7 @@ Contains UNIX definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_UNIX_H

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
// ReSharper disable CppJoinDeclarationAndAssignment

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2020 Natalia Portillo
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \