~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to solutions/vs2003/GuiRunner/nunit-gui/nunit-gui.csproj

  • Committer: charliepoole
  • Date: 2008-02-17 19:30:05 UTC
  • Revision ID: vcs-imports@canonical.com-20080217193005-a92lcd03q5ec8e2p
Add separate project tree for VS2003

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VisualStudioProject>
 
2
    <CSHARP
 
3
        ProjectType = "Local"
 
4
        ProductVersion = "7.10.3077"
 
5
        SchemaVersion = "2.0"
 
6
        ProjectGuid = "{3FF340D5-D3B4-4DF0-BAF1-98B3C00B6148}"
 
7
    >
 
8
        <Build>
 
9
            <Settings
 
10
                ApplicationIcon = ""
 
11
                AssemblyKeyContainerName = ""
 
12
                AssemblyName = "nunit-gui-runner"
 
13
                AssemblyOriginatorKeyFile = ""
 
14
                DefaultClientScript = "JScript"
 
15
                DefaultHTMLPageLayout = "Grid"
 
16
                DefaultTargetSchema = "IE50"
 
17
                DelaySign = "false"
 
18
                OutputType = "Library"
 
19
                PreBuildEvent = ""
 
20
                PostBuildEvent = ""
 
21
                RootNamespace = "NUnit.Gui"
 
22
                RunPostBuildEvent = "OnBuildSuccess"
 
23
                StartupObject = ""
 
24
            >
 
25
                <Config
 
26
                    Name = "Debug"
 
27
                    AllowUnsafeBlocks = "false"
 
28
                    BaseAddress = "285212672"
 
29
                    CheckForOverflowUnderflow = "false"
 
30
                    ConfigurationOverrideFile = ""
 
31
                    DefineConstants = "DEBUG;TRACE;NUNIT_LEAKAGE_TEST"
 
32
                    DocumentationFile = ""
 
33
                    DebugSymbols = "true"
 
34
                    FileAlignment = "4096"
 
35
                    IncrementalBuild = "true"
 
36
                    NoStdLib = "false"
 
37
                    NoWarn = ""
 
38
                    Optimize = "false"
 
39
                    OutputPath = "bin\Debug\"
 
40
                    RegisterForComInterop = "false"
 
41
                    RemoveIntegerChecks = "false"
 
42
                    TreatWarningsAsErrors = "false"
 
43
                    WarningLevel = "4"
 
44
                />
 
45
                <Config
 
46
                    Name = "Release"
 
47
                    AllowUnsafeBlocks = "false"
 
48
                    BaseAddress = "285212672"
 
49
                    CheckForOverflowUnderflow = "false"
 
50
                    ConfigurationOverrideFile = ""
 
51
                    DefineConstants = "TRACE"
 
52
                    DocumentationFile = ""
 
53
                    DebugSymbols = "false"
 
54
                    FileAlignment = "4096"
 
55
                    IncrementalBuild = "false"
 
56
                    NoStdLib = "false"
 
57
                    NoWarn = ""
 
58
                    Optimize = "true"
 
59
                    OutputPath = "bin\Release\"
 
60
                    RegisterForComInterop = "false"
 
61
                    RemoveIntegerChecks = "false"
 
62
                    TreatWarningsAsErrors = "false"
 
63
                    WarningLevel = "4"
 
64
                />
 
65
            </Settings>
 
66
            <References>
 
67
                <Reference
 
68
                    Name = "System"
 
69
                    AssemblyName = "System"
 
70
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
 
71
                />
 
72
                <Reference
 
73
                    Name = "System.Windows.Forms"
 
74
                    AssemblyName = "System.Windows.Forms"
 
75
                    HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
 
76
                />
 
77
                <Reference
 
78
                    Name = "System.Drawing"
 
79
                    AssemblyName = "System.Drawing"
 
80
                    HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
 
81
                />
 
82
                <Reference
 
83
                    Name = "System.Data"
 
84
                    AssemblyName = "System.Data"
 
85
                    HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
 
86
                />
 
87
                <Reference
 
88
                    Name = "System.XML"
 
89
                    AssemblyName = "System.Xml"
 
90
                    HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
 
91
                />
 
92
                <Reference
 
93
                    Name = "nunit.uikit.dll"
 
94
                    Project = "{27531BBF-183D-4C3A-935B-D840B9F1A3A4}"
 
95
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
96
                />
 
97
                <Reference
 
98
                    Name = "nunit.util.dll"
 
99
                    Project = "{61CE9CE5-943E-44D4-A381-814DC1406767}"
 
100
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
101
                />
 
102
                <Reference
 
103
                    Name = "nunit.core.interfaces.dll"
 
104
                    Project = "{435428F8-5995-4CE4-8022-93D595A8CC0F}"
 
105
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
106
                />
 
107
                <Reference
 
108
                    Name = "log4net"
 
109
                    AssemblyName = "log4net"
 
110
                    HintPath = "..\..\..\..\lib\log4net.dll"
 
111
                />
 
112
            </References>
 
113
        </Build>
 
114
        <Files>
 
115
            <Include>
 
116
                <File
 
117
                    RelPath = "AboutBox.cs"
 
118
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AboutBox.cs"
 
119
                    SubType = "Form"
 
120
                    BuildAction = "Compile"
 
121
                />
 
122
                <File
 
123
                    RelPath = "AboutBox.resx"
 
124
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AboutBox.resx"
 
125
                    DependentUpon = "AboutBox.cs"
 
126
                    BuildAction = "EmbeddedResource"
 
127
                />
 
128
                <File
 
129
                    RelPath = "AddinDialog.cs"
 
130
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AddinDialog.cs"
 
131
                    SubType = "Form"
 
132
                    BuildAction = "Compile"
 
133
                />
 
134
                <File
 
135
                    RelPath = "AddinDialog.resx"
 
136
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AddinDialog.resx"
 
137
                    DependentUpon = "AddinDialog.cs"
 
138
                    BuildAction = "EmbeddedResource"
 
139
                />
 
140
                <File
 
141
                    RelPath = "AppEntry.cs"
 
142
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AppEntry.cs"
 
143
                    SubType = "Code"
 
144
                    BuildAction = "Compile"
 
145
                />
 
146
                <File
 
147
                    RelPath = "AssemblyInfo.cs"
 
148
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\AssemblyInfo.cs"
 
149
                    SubType = "Code"
 
150
                    BuildAction = "Compile"
 
151
                />
 
152
                <File
 
153
                    RelPath = "CommonAssemblyInfo.cs"
 
154
                    Link = "..\..\..\..\src\CommonAssemblyInfo.cs"
 
155
                    SubType = "Code"
 
156
                    BuildAction = "Compile"
 
157
                />
 
158
                <File
 
159
                    RelPath = "DetailResults.cs"
 
160
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\DetailResults.cs"
 
161
                    SubType = "Code"
 
162
                    BuildAction = "Compile"
 
163
                />
 
164
                <File
 
165
                    RelPath = "ExceptionDetailsForm.cs"
 
166
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\ExceptionDetailsForm.cs"
 
167
                    SubType = "Form"
 
168
                    BuildAction = "Compile"
 
169
                />
 
170
                <File
 
171
                    RelPath = "ExceptionDetailsForm.resx"
 
172
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\ExceptionDetailsForm.resx"
 
173
                    DependentUpon = "ExceptionDetailsForm.cs"
 
174
                    BuildAction = "EmbeddedResource"
 
175
                />
 
176
                <File
 
177
                    RelPath = "GuiOptions.cs"
 
178
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\GuiOptions.cs"
 
179
                    SubType = "Code"
 
180
                    BuildAction = "Compile"
 
181
                />
 
182
                <File
 
183
                    RelPath = "Logo.ico"
 
184
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\Logo.ico"
 
185
                    BuildAction = "Content"
 
186
                />
 
187
                <File
 
188
                    RelPath = "NUnitForm.cs"
 
189
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\NUnitForm.cs"
 
190
                    SubType = "Form"
 
191
                    BuildAction = "Compile"
 
192
                />
 
193
                <File
 
194
                    RelPath = "NUnitForm.resx"
 
195
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\NUnitForm.resx"
 
196
                    DependentUpon = "NUnitForm.cs"
 
197
                    BuildAction = "EmbeddedResource"
 
198
                />
 
199
                <File
 
200
                    RelPath = "OptionsDialog.cs"
 
201
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\OptionsDialog.cs"
 
202
                    SubType = "Code"
 
203
                    BuildAction = "Compile"
 
204
                />
 
205
                <File
 
206
                    RelPath = "OptionsDialog.resx"
 
207
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\OptionsDialog.resx"
 
208
                    DependentUpon = "OptionsDialog.cs"
 
209
                    BuildAction = "EmbeddedResource"
 
210
                />
 
211
                <File
 
212
                    RelPath = "ProjectEditor.cs"
 
213
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\ProjectEditor.cs"
 
214
                    SubType = "Form"
 
215
                    BuildAction = "Compile"
 
216
                />
 
217
                <File
 
218
                    RelPath = "ProjectEditor.resx"
 
219
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\ProjectEditor.resx"
 
220
                    DependentUpon = "ProjectEditor.cs"
 
221
                    BuildAction = "EmbeddedResource"
 
222
                />
 
223
                <File
 
224
                    RelPath = "SettingsPages\AdvancedLoaderSettingsPage.cs"
 
225
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\AdvancedLoaderSettingsPage.cs"
 
226
                    SubType = "Code"
 
227
                    BuildAction = "Compile"
 
228
                />
 
229
                <File
 
230
                    RelPath = "SettingsPages\AdvancedLoaderSettingsPage.resx"
 
231
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\AdvancedLoaderSettingsPage.resx"
 
232
                    DependentUpon = "AdvancedLoaderSettingsPage.cs"
 
233
                    BuildAction = "EmbeddedResource"
 
234
                />
 
235
                <File
 
236
                    RelPath = "SettingsPages\AssemblyReloadSettingsPage.cs"
 
237
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\AssemblyReloadSettingsPage.cs"
 
238
                    SubType = "Code"
 
239
                    BuildAction = "Compile"
 
240
                />
 
241
                <File
 
242
                    RelPath = "SettingsPages\AssemblyReloadSettingsPage.resx"
 
243
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\AssemblyReloadSettingsPage.resx"
 
244
                    DependentUpon = "AssemblyReloadSettingsPage.cs"
 
245
                    BuildAction = "EmbeddedResource"
 
246
                />
 
247
                <File
 
248
                    RelPath = "SettingsPages\GuiSettingsPage.cs"
 
249
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\GuiSettingsPage.cs"
 
250
                    SubType = "Code"
 
251
                    BuildAction = "Compile"
 
252
                />
 
253
                <File
 
254
                    RelPath = "SettingsPages\GuiSettingsPage.resx"
 
255
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\GuiSettingsPage.resx"
 
256
                    DependentUpon = "GuiSettingsPage.cs"
 
257
                    BuildAction = "EmbeddedResource"
 
258
                />
 
259
                <File
 
260
                    RelPath = "SettingsPages\TestLoaderSettingsPage.cs"
 
261
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TestLoaderSettingsPage.cs"
 
262
                    SubType = "Code"
 
263
                    BuildAction = "Compile"
 
264
                />
 
265
                <File
 
266
                    RelPath = "SettingsPages\TestLoaderSettingsPage.resx"
 
267
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TestLoaderSettingsPage.resx"
 
268
                    DependentUpon = "TestLoaderSettingsPage.cs"
 
269
                    BuildAction = "EmbeddedResource"
 
270
                />
 
271
                <File
 
272
                    RelPath = "SettingsPages\TestResultSettingsPage.cs"
 
273
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TestResultSettingsPage.cs"
 
274
                    SubType = "Code"
 
275
                    BuildAction = "Compile"
 
276
                />
 
277
                <File
 
278
                    RelPath = "SettingsPages\TestResultSettingsPage.resx"
 
279
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TestResultSettingsPage.resx"
 
280
                    DependentUpon = "TestResultSettingsPage.cs"
 
281
                    BuildAction = "EmbeddedResource"
 
282
                />
 
283
                <File
 
284
                    RelPath = "SettingsPages\TreeSettingsPage.cs"
 
285
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TreeSettingsPage.cs"
 
286
                    SubType = "Code"
 
287
                    BuildAction = "Compile"
 
288
                />
 
289
                <File
 
290
                    RelPath = "SettingsPages\TreeSettingsPage.resx"
 
291
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\TreeSettingsPage.resx"
 
292
                    DependentUpon = "TreeSettingsPage.cs"
 
293
                    BuildAction = "EmbeddedResource"
 
294
                />
 
295
                <File
 
296
                    RelPath = "SettingsPages\VisualStudioSettingsPage.cs"
 
297
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\VisualStudioSettingsPage.cs"
 
298
                    SubType = "Code"
 
299
                    BuildAction = "Compile"
 
300
                />
 
301
                <File
 
302
                    RelPath = "SettingsPages\VisualStudioSettingsPage.resx"
 
303
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\VisualStudioSettingsPage.resx"
 
304
                    DependentUpon = "VisualStudioSettingsPage.cs"
 
305
                    BuildAction = "EmbeddedResource"
 
306
                />
 
307
                <File
 
308
                    RelPath = "SettingsPages\OldTabPages\GeneralSettingsTab.cs"
 
309
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\GeneralSettingsTab.cs"
 
310
                    SubType = "Code"
 
311
                    BuildAction = "Compile"
 
312
                />
 
313
                <File
 
314
                    RelPath = "SettingsPages\OldTabPages\GeneralSettingsTab.resx"
 
315
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\GeneralSettingsTab.resx"
 
316
                    DependentUpon = "GeneralSettingsTab.cs"
 
317
                    BuildAction = "EmbeddedResource"
 
318
                />
 
319
                <File
 
320
                    RelPath = "SettingsPages\OldTabPages\TestLoaderSettingsTab.cs"
 
321
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\TestLoaderSettingsTab.cs"
 
322
                    SubType = "Code"
 
323
                    BuildAction = "Compile"
 
324
                />
 
325
                <File
 
326
                    RelPath = "SettingsPages\OldTabPages\TestLoaderSettingsTab.resx"
 
327
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\TestLoaderSettingsTab.resx"
 
328
                    DependentUpon = "TestLoaderSettingsTab.cs"
 
329
                    BuildAction = "EmbeddedResource"
 
330
                />
 
331
                <File
 
332
                    RelPath = "SettingsPages\OldTabPages\TestOutputSettingsTab.cs"
 
333
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\TestOutputSettingsTab.cs"
 
334
                    SubType = "Code"
 
335
                    BuildAction = "Compile"
 
336
                />
 
337
                <File
 
338
                    RelPath = "SettingsPages\OldTabPages\TestOutputSettingsTab.resx"
 
339
                    Link = "..\..\..\..\src\GuiRunner\nunit-gui\SettingsPages\OldTabPages\TestOutputSettingsTab.resx"
 
340
                    DependentUpon = "TestOutputSettingsTab.cs"
 
341
                    BuildAction = "EmbeddedResource"
 
342
                />
 
343
            </Include>
 
344
        </Files>
 
345
    </CSHARP>
 
346
</VisualStudioProject>
 
347