-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNerdGolfTracker.fbp8
More file actions
executable file
·141 lines (141 loc) · 4.57 KB
/
NerdGolfTracker.fbp8
File metadata and controls
executable file
·141 lines (141 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
project
begin
projectid = {8D7FF6B8-3F72-4446-8AF4-FFCEE8145005}
target
begin
name = Default
targetid = {6F230032-683D-4DBD-A5D3-89921DDD3947}
rootaction
begin
action.msbuild.execute
begin
architecture = ta32
buildfile = %FBPROJECTDIR%\\NerdGolfTracker.sln
description = Compile
designtimeshowalltargets = true
disablenodereuse = true
enabletimeout = false
expandimpersonationtoken = false
id = {BC26867E-4D81-4892-B8CB-FC826D63A781}
impersonateusenetcredonly = false
impersonateuser = false
loglevel = llNormal
logprocessparameters = false
maxcpucount = 0
msbuildversion = v4
nologo = true
outputtolog = false
overridesdkdefault = false
processoraffinity = 0
processpriority = tpNormal
sdkversion = v4.0
structuredlogging = true
terminateontimeout = false
timeoutlength = 2
useerrordialogmonitor = false
end
action.nunit.execute
begin
categorymasktype = None
description = Unittests
enabletimeout = false
expandimpersonationtoken = false
failifnotests = false
id = {61DEC6F4-3522-478A-B93A-928F96DE693A}
impersonateusenetcredonly = false
impersonateuser = false
logprocessparameters = true
nologo = false
noshadow = false
nothread = false
processoraffinity = 0
processpriority = tpNormal
projectfile = %FBPROJECTDIR%\\UnitTests\\NerdGolfTracker.nunit
setframeworkver = false
terminateontimeout = false
timeoutlength = 2
useerrordialogmonitor = false
useprojectfile = true
xmloutputfile = %FBPROJECTDIR%\\UnitTests\\TestResult.xml
xmltoconsole = false
action.process.execute
begin
captureoutput = true
enablelivecapture = true
enablereturncodecheck = true
enabletimeout = false
expandimpersonationtoken = false
hidewindow = true
id = {199304B4-8411-40C3-A5A1-733EA3F29EA5}
impersonateusenetcredonly = false
impersonateuser = false
logoutput = true
logprocessparameters = true
params = "\"%FBPROJECTDIR%\\UnitTests\\TestResult.xml\" \"reports\\unit-report.html\""
processoraffinity = 0
processpriority = tpNormal
programname = %FBPROJECTDIR%\\bin\\ReportUnit.exe
redirectstderr = true
returncodecomparator = rcEqualTo
returncodetocheck = 0
startindir = .
terminateontimeout = false
timeoutlength = 0
useerrordialogmonitor = false
waitforcompletion = true
end
end
action.nunit.execute
begin
categorymasktype = None
description = Akzeptanztests
enabletimeout = false
expandimpersonationtoken = false
failifnotests = false
id = {93E28790-D185-4888-813D-4A13B8F9D063}
impersonateusenetcredonly = false
impersonateuser = false
logprocessparameters = true
nologo = false
noshadow = false
nothread = false
processoraffinity = 0
processpriority = tpNormal
projectfile = %FBPROJECTDIR%\\AkzeptanzTests\\AkzeptanzTests.nunit
setframeworkver = false
terminateontimeout = false
timeoutlength = 2
useerrordialogmonitor = false
useprojectfile = true
xmloutputfile = %FBPROJECTDIR%\\AkzeptanzTests\\TestResult.xml
xmltoconsole = false
action.process.execute
begin
captureoutput = true
enablelivecapture = true
enablereturncodecheck = true
enabletimeout = false
expandimpersonationtoken = false
hidewindow = true
id = {7617ACBD-B944-4FE8-AA1D-D5F8B63E5777}
impersonateusenetcredonly = false
impersonateuser = false
logoutput = true
logprocessparameters = true
params = "\"%FBPROJECTDIR%\\AkzeptanzTests\\TestResult.xml\" \"reports\\spec-report.html\""
processoraffinity = 0
processpriority = tpNormal
programname = %FBPROJECTDIR%\\bin\\ReportUnit.exe
redirectstderr = true
returncodecomparator = rcEqualTo
returncodetocheck = 0
startindir = .
terminateontimeout = false
timeoutlength = 0
useerrordialogmonitor = false
waitforcompletion = true
end
end
end
end
end