1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
<ProductVersion>9.0.21022</ProductVersion>
7
<SchemaVersion>2.0</SchemaVersion>
8
<ProjectGuid>{3E87A106-EB20-4147-84C8-95B0BB43A1D4}</ProjectGuid>
9
<OutputType>Library</OutputType>
10
<AppDesignerFolder>Properties</AppDesignerFolder>
11
<RootNamespace>NUnit.UiException</RootNamespace>
12
<AssemblyName>nunit.uiexception</AssemblyName>
13
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14
<FileAlignment>512</FileAlignment>
17
<SignAssembly>false</SignAssembly>
18
<AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
20
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
<DebugSymbols>true</DebugSymbols>
22
<DebugType>full</DebugType>
23
<Optimize>false</Optimize>
24
<OutputPath>bin\Debug\</OutputPath>
25
<DefineConstants>DEBUG;TRACE</DefineConstants>
26
<ErrorReport>prompt</ErrorReport>
27
<WarningLevel>4</WarningLevel>
29
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
<DebugType>pdbonly</DebugType>
31
<Optimize>true</Optimize>
32
<OutputPath>bin\Release\</OutputPath>
33
<DefineConstants>TRACE</DefineConstants>
34
<ErrorReport>prompt</ErrorReport>
35
<WarningLevel>4</WarningLevel>
38
<Reference Include="System" />
39
<Reference Include="System.Drawing" />
40
<Reference Include="System.Windows.Forms" />
43
<Compile Include="..\..\..\..\src\CommonAssemblyInfo.cs">
44
<Link>CommonAssemblyInfo.cs</Link>
46
<Compile Include="..\..\..\..\src\GuiException\UiException\AssemblyInfo.cs">
47
<Link>AssemblyInfo.cs</Link>
49
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBox.cs">
50
<Link>Controls\CodeBox.cs</Link>
51
<SubType>UserControl</SubType>
53
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBox.designer.cs">
54
<Link>Controls\CodeBox.designer.cs</Link>
55
<DependentUpon>CodeBox.cs</DependentUpon>
57
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxComposite.cs">
58
<Link>Controls\CodeBoxComposite.cs</Link>
59
<SubType>UserControl</SubType>
61
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxComposite.designer.cs">
62
<Link>Controls\CodeBoxComposite.designer.cs</Link>
63
<DependentUpon>CodeBoxComposite.cs</DependentUpon>
65
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxWindow.cs">
66
<Link>Controls\CodeBoxWindow.cs</Link>
67
<SubType>Form</SubType>
69
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxWindow.designer.cs">
70
<Link>Controls\CodeBoxWindow.designer.cs</Link>
71
<DependentUpon>CodeBoxWindow.cs</DependentUpon>
73
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\CodeViewport.cs">
74
<Link>Controls\CodeViewport.cs</Link>
76
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\ExceptionList.cs">
77
<Link>Controls\ExceptionList.cs</Link>
78
<SubType>Component</SubType>
80
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\ExceptionWindow.cs">
81
<Link>Controls\ExceptionWindow.cs</Link>
82
<SubType>Form</SubType>
84
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\ExceptionWindow.designer.cs">
85
<Link>Controls\ExceptionWindow.designer.cs</Link>
86
<DependentUpon>ExceptionWindow.cs</DependentUpon>
88
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\HoverButton.cs">
89
<Link>Controls\HoverButton.cs</Link>
90
<SubType>UserControl</SubType>
92
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\HoverButton.designer.cs">
93
<Link>Controls\HoverButton.designer.cs</Link>
94
<DependentUpon>HoverButton.cs</DependentUpon>
96
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\PagineerControl.cs">
97
<Link>Controls\PagineerControl.cs</Link>
98
<SubType>UserControl</SubType>
100
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\PagineerControl.designer.cs">
101
<Link>Controls\PagineerControl.designer.cs</Link>
102
<DependentUpon>PagineerControl.cs</DependentUpon>
104
<Compile Include="..\..\..\..\src\GuiException\UiException\Controls\PaintLineLocation.cs">
105
<Link>Controls\PaintLineLocation.cs</Link>
107
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\CSCode.cs">
108
<Link>CSharpParser\CSCode.cs</Link>
110
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\CSParser.cs">
111
<Link>CSharpParser\CSParser.cs</Link>
113
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\CSToken.cs">
114
<Link>CSharpParser\CSToken.cs</Link>
116
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\CSTokenCollection.cs">
117
<Link>CSharpParser\CSTokenCollection.cs</Link>
119
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\Lexer.cs">
120
<Link>CSharpParser\Lexer.cs</Link>
122
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\LexToken.cs">
123
<Link>CSharpParser\LexToken.cs</Link>
125
<Compile Include="..\..\..\..\src\GuiException\UiException\CSharpParser\TokenClassifier.cs">
126
<Link>CSharpParser\TokenClassifier.cs</Link>
128
<Compile Include="..\..\..\..\src\GuiException\UiException\DefaultTextManager.cs">
129
<Link>DefaultTextManager.cs</Link>
131
<Compile Include="..\..\..\..\src\GuiException\UiException\ExceptionBrowserLink.cs">
132
<Link>ExceptionBrowserLink.cs</Link>
133
<SubType>UserControl</SubType>
135
<Compile Include="..\..\..\..\src\GuiException\UiException\ExceptionBrowserLink.designer.cs">
136
<Link>ExceptionBrowserLink.designer.cs</Link>
137
<DependentUpon>ExceptionBrowserLink.cs</DependentUpon>
139
<Compile Include="..\..\..\..\src\GuiException\UiException\ExceptionItem.cs">
140
<Link>ExceptionItem.cs</Link>
142
<Compile Include="..\..\..\..\src\GuiException\UiException\ExceptionItemCollection.cs">
143
<Link>ExceptionItemCollection.cs</Link>
145
<Compile Include="..\..\..\..\src\GuiException\UiException\ITextManager.cs">
146
<Link>ITextManager.cs</Link>
148
<Compile Include="..\..\..\..\src\GuiException\UiException\MouseWatcher.cs">
149
<Link>MouseWatcher.cs</Link>
151
<Compile Include="..\..\..\..\src\GuiException\UiException\Properties\Resources.Designer.cs">
152
<Link>Properties\Resources.Designer.cs</Link>
153
<AutoGen>True</AutoGen>
154
<DesignTime>True</DesignTime>
155
<DependentUpon>Resources.resx</DependentUpon>
157
<Compile Include="..\..\..\..\src\GuiException\UiException\StackTraceParser.cs">
158
<Link>StackTraceParser.cs</Link>
160
<Compile Include="..\..\..\..\src\GuiException\UiException\TextPainter.cs">
161
<Link>TextPainter.cs</Link>
163
<Compile Include="..\..\..\..\src\GuiException\UiException\TraceExceptionHelper.cs">
164
<Link>TraceExceptionHelper.cs</Link>
166
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBox.resx">
167
<Link>Controls\CodeBox.resx</Link>
168
<DependentUpon>CodeBox.cs</DependentUpon>
169
<SubType>Designer</SubType>
171
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxComposite.resx">
172
<Link>Controls\CodeBoxComposite.resx</Link>
173
<DependentUpon>CodeBoxComposite.cs</DependentUpon>
174
<SubType>Designer</SubType>
176
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Controls\CodeBoxWindow.resx">
177
<Link>Controls\CodeBoxWindow.resx</Link>
178
<DependentUpon>CodeBoxWindow.cs</DependentUpon>
179
<SubType>Designer</SubType>
181
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Controls\ExceptionWindow.resx">
182
<Link>Controls\ExceptionWindow.resx</Link>
183
<DependentUpon>ExceptionWindow.cs</DependentUpon>
184
<SubType>Designer</SubType>
186
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Controls\HoverButton.resx">
187
<Link>Controls\HoverButton.resx</Link>
188
<DependentUpon>HoverButton.cs</DependentUpon>
189
<SubType>Designer</SubType>
191
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\ExceptionBrowserLink.resx">
192
<Link>ExceptionBrowserLink.resx</Link>
193
<DependentUpon>ExceptionBrowserLink.cs</DependentUpon>
194
<SubType>Designer</SubType>
196
<EmbeddedResource Include="..\..\..\..\src\GuiException\UiException\Properties\Resources.resx">
197
<Link>Properties\Resources.resx</Link>
198
<Generator>ResXFileCodeGenerator</Generator>
199
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
200
<SubType>Designer</SubType>
204
<None Include="..\..\..\..\src\GuiException\UiException\stackSgKey.snk">
205
<Link>stackSgKey.snk</Link>
207
<Content Include="..\..\..\..\src\GuiException\UiException\Resources\Arrows.png">
208
<Link>Resources\Arrows.png</Link>
210
<Content Include="..\..\..\..\src\GuiException\UiException\Resources\ExceptionListLeftBackground.bmp">
211
<Link>Resources\ExceptionListLeftBackground.bmp</Link>
213
<Content Include="..\..\..\..\src\GuiException\UiException\Resources\ExceptionListMarginIcon.png">
214
<Link>Resources\ExceptionListMarginIcon.png</Link>
216
<Content Include="..\..\..\..\src\GuiException\UiException\Resources\ExceptionListMarginLeft.png">
217
<Link>Resources\ExceptionListMarginLeft.png</Link>
220
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
221
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
222
Other similar extension points exist, see Microsoft.Common.targets.
223
<Target Name="BeforeBuild">
225
<Target Name="AfterBuild">
b'\\ No newline at end of file'