~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/GuiException/UiException/nunit.uiexception.dll.csproj

  • Committer: Charlie Poole
  • Date: 2010-12-21 00:53:07 UTC
  • Revision ID: charlie@nunit.org-20101221005307-m1qsj959lm1x2s52
Fix line endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
 
  <PropertyGroup>
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>
15
 
    <AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
16
 
  </PropertyGroup>
17
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
 
    <DebugSymbols>true</DebugSymbols>
19
 
    <DebugType>full</DebugType>
20
 
    <Optimize>false</Optimize>
21
 
    <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
22
 
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
 
    <ErrorReport>prompt</ErrorReport>
24
 
    <WarningLevel>4</WarningLevel>
25
 
    <NoWarn>1699</NoWarn>
26
 
  </PropertyGroup>
27
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
 
    <DebugType>pdbonly</DebugType>
29
 
    <Optimize>true</Optimize>
30
 
    <OutputPath>..\..\..\bin\Release\lib\</OutputPath>
31
 
    <DefineConstants>TRACE</DefineConstants>
32
 
    <ErrorReport>prompt</ErrorReport>
33
 
    <WarningLevel>4</WarningLevel>
34
 
    <NoWarn>1699</NoWarn>
35
 
  </PropertyGroup>
36
 
  <ItemGroup>
37
 
    <Reference Include="System" />
38
 
    <Reference Include="System.Data" />
39
 
    <Reference Include="System.Drawing" />
40
 
    <Reference Include="System.Windows.Forms" />
41
 
    <Reference Include="System.Xml" />
42
 
  </ItemGroup>
43
 
  <ItemGroup>
44
 
    <Compile Include="..\..\CommonAssemblyInfo.cs">
45
 
      <Link>CommonAssemblyInfo.cs</Link>
46
 
    </Compile>
47
 
    <Compile Include="AssemblyInfo.cs" />
48
 
    <Compile Include="CodeFormatters\CodeFormatterCollection.cs" />
49
 
    <Compile Include="CodeFormatters\GeneralCodeFormatter.cs" />
50
 
    <Compile Include="CodeFormatters\ICodeFormatter.cs" />
51
 
    <Compile Include="CodeFormatters\IFormatterCatalog.cs" />
52
 
    <Compile Include="CodeFormatters\PlainTextCodeFormatter.cs" />
53
 
    <Compile Include="Controls\CodeBox.cs">
54
 
      <SubType>UserControl</SubType>
55
 
    </Compile>
56
 
    <Compile Include="Controls\CodeRenderingContext.cs" />
57
 
    <Compile Include="Controls\DefaultCodeRenderer.cs" />
58
 
    <Compile Include="Controls\DefaultErrorListRenderer.cs" />
59
 
    <Compile Include="Controls\ErrorBrowser.cs">
60
 
      <SubType>UserControl</SubType>
61
 
    </Compile>
62
 
    <Compile Include="Controls\ErrorList.cs">
63
 
      <SubType>UserControl</SubType>
64
 
    </Compile>
65
 
    <Compile Include="Controls\ErrorPanelLayout.cs">
66
 
      <SubType>UserControl</SubType>
67
 
    </Compile>
68
 
    <Compile Include="Controls\ErrorToolbar.cs">
69
 
      <SubType>Component</SubType>
70
 
    </Compile>
71
 
    <Compile Include="Controls\ICodeRenderer.cs" />
72
 
    <Compile Include="Controls\ICodeView.cs" />
73
 
    <Compile Include="Controls\IErrorDisplay.cs" />
74
 
    <Compile Include="Controls\IErrorListRenderer.cs" />
75
 
    <Compile Include="Controls\IStackTraceView.cs" />
76
 
    <Compile Include="Controls\PaintLineLocation.cs" />
77
 
    <Compile Include="Controls\SourceCodeDisplay.cs" />
78
 
    <Compile Include="Controls\SplitterBox.cs">
79
 
      <SubType>Component</SubType>
80
 
    </Compile>
81
 
    <Compile Include="Controls\StackTraceDisplay.cs">
82
 
      <SubType>UserControl</SubType>
83
 
    </Compile>
84
 
    <Compile Include="CSharpParser\CSCode.cs" />
85
 
    <Compile Include="CSharpParser\CSParser.cs" />
86
 
    <Compile Include="CSharpParser\CSToken.cs" />
87
 
    <Compile Include="CSharpParser\CSTokenCollection.cs" />
88
 
    <Compile Include="CSharpParser\Lexer.cs" />
89
 
    <Compile Include="CSharpParser\LexToken.cs" />
90
 
    <Compile Include="CSharpParser\TokenClassifier.cs" />
91
 
    <Compile Include="CSharpParser\TokenDictionary.cs" />
92
 
    <Compile Include="DefaultTextManager.cs" />
93
 
    <Compile Include="ExceptionItem.cs" />
94
 
    <Compile Include="ExceptionItemCollection.cs" />
95
 
    <Compile Include="ITextManager.cs" />
96
 
    <Compile Include="Properties\Resources.Designer.cs" />
97
 
    <Compile Include="StackTraceAnalysers\FunctionParser.cs" />
98
 
    <Compile Include="StackTraceAnalysers\IErrorParser.cs" />
99
 
    <Compile Include="StackTraceAnalysers\LineNumberParser.cs" />
100
 
    <Compile Include="StackTraceAnalysers\PathCompositeParser.cs" />
101
 
    <Compile Include="StackTraceAnalysers\UnixPathParser.cs" />
102
 
    <Compile Include="StackTraceAnalysers\WindowsPathParser.cs" />
103
 
    <Compile Include="StackTraceParser.cs" />
104
 
    <Compile Include="TraceExceptionHelper.cs" />
105
 
  </ItemGroup>
106
 
  <ItemGroup>
107
 
    <EmbeddedResource Include="Properties\Resources.resx">
108
 
      <SubType>Designer</SubType>
109
 
    </EmbeddedResource>
110
 
  </ItemGroup>
111
 
  <ItemGroup>
112
 
    <None Include="nunit.uiexception.build" />
113
 
  </ItemGroup>
114
 
  <ItemGroup>
115
 
    <Folder Include="data\" />
116
 
  </ItemGroup>
117
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
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>
 
15
    <AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>full</DebugType>
 
20
    <Optimize>false</Optimize>
 
21
    <OutputPath>..\..\..\bin\Debug\lib\</OutputPath>
 
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
23
    <ErrorReport>prompt</ErrorReport>
 
24
    <WarningLevel>4</WarningLevel>
 
25
    <NoWarn>1699</NoWarn>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
28
    <DebugType>pdbonly</DebugType>
 
29
    <Optimize>true</Optimize>
 
30
    <OutputPath>..\..\..\bin\Release\lib\</OutputPath>
 
31
    <DefineConstants>TRACE</DefineConstants>
 
32
    <ErrorReport>prompt</ErrorReport>
 
33
    <WarningLevel>4</WarningLevel>
 
34
    <NoWarn>1699</NoWarn>
 
35
  </PropertyGroup>
 
36
  <ItemGroup>
 
37
    <Reference Include="System" />
 
38
    <Reference Include="System.Data" />
 
39
    <Reference Include="System.Drawing" />
 
40
    <Reference Include="System.Windows.Forms" />
 
41
    <Reference Include="System.Xml" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <Compile Include="..\..\CommonAssemblyInfo.cs">
 
45
      <Link>CommonAssemblyInfo.cs</Link>
 
46
    </Compile>
 
47
    <Compile Include="AssemblyInfo.cs" />
 
48
    <Compile Include="CodeFormatters\CodeFormatterCollection.cs" />
 
49
    <Compile Include="CodeFormatters\GeneralCodeFormatter.cs" />
 
50
    <Compile Include="CodeFormatters\ICodeFormatter.cs" />
 
51
    <Compile Include="CodeFormatters\IFormatterCatalog.cs" />
 
52
    <Compile Include="CodeFormatters\PlainTextCodeFormatter.cs" />
 
53
    <Compile Include="Controls\CodeBox.cs">
 
54
      <SubType>UserControl</SubType>
 
55
    </Compile>
 
56
    <Compile Include="Controls\CodeRenderingContext.cs" />
 
57
    <Compile Include="Controls\DefaultCodeRenderer.cs" />
 
58
    <Compile Include="Controls\DefaultErrorListRenderer.cs" />
 
59
    <Compile Include="Controls\ErrorBrowser.cs">
 
60
      <SubType>UserControl</SubType>
 
61
    </Compile>
 
62
    <Compile Include="Controls\ErrorList.cs">
 
63
      <SubType>UserControl</SubType>
 
64
    </Compile>
 
65
    <Compile Include="Controls\ErrorPanelLayout.cs">
 
66
      <SubType>UserControl</SubType>
 
67
    </Compile>
 
68
    <Compile Include="Controls\ErrorToolbar.cs">
 
69
      <SubType>Component</SubType>
 
70
    </Compile>
 
71
    <Compile Include="Controls\ICodeRenderer.cs" />
 
72
    <Compile Include="Controls\ICodeView.cs" />
 
73
    <Compile Include="Controls\IErrorDisplay.cs" />
 
74
    <Compile Include="Controls\IErrorListRenderer.cs" />
 
75
    <Compile Include="Controls\IStackTraceView.cs" />
 
76
    <Compile Include="Controls\PaintLineLocation.cs" />
 
77
    <Compile Include="Controls\SourceCodeDisplay.cs" />
 
78
    <Compile Include="Controls\SplitterBox.cs">
 
79
      <SubType>Component</SubType>
 
80
    </Compile>
 
81
    <Compile Include="Controls\StackTraceDisplay.cs">
 
82
      <SubType>UserControl</SubType>
 
83
    </Compile>
 
84
    <Compile Include="CSharpParser\CSCode.cs" />
 
85
    <Compile Include="CSharpParser\CSParser.cs" />
 
86
    <Compile Include="CSharpParser\CSToken.cs" />
 
87
    <Compile Include="CSharpParser\CSTokenCollection.cs" />
 
88
    <Compile Include="CSharpParser\Lexer.cs" />
 
89
    <Compile Include="CSharpParser\LexToken.cs" />
 
90
    <Compile Include="CSharpParser\TokenClassifier.cs" />
 
91
    <Compile Include="CSharpParser\TokenDictionary.cs" />
 
92
    <Compile Include="DefaultTextManager.cs" />
 
93
    <Compile Include="ExceptionItem.cs" />
 
94
    <Compile Include="ExceptionItemCollection.cs" />
 
95
    <Compile Include="ITextManager.cs" />
 
96
    <Compile Include="Properties\Resources.Designer.cs" />
 
97
    <Compile Include="StackTraceAnalysers\FunctionParser.cs" />
 
98
    <Compile Include="StackTraceAnalysers\IErrorParser.cs" />
 
99
    <Compile Include="StackTraceAnalysers\LineNumberParser.cs" />
 
100
    <Compile Include="StackTraceAnalysers\PathCompositeParser.cs" />
 
101
    <Compile Include="StackTraceAnalysers\UnixPathParser.cs" />
 
102
    <Compile Include="StackTraceAnalysers\WindowsPathParser.cs" />
 
103
    <Compile Include="StackTraceParser.cs" />
 
104
    <Compile Include="TraceExceptionHelper.cs" />
 
105
  </ItemGroup>
 
106
  <ItemGroup>
 
107
    <EmbeddedResource Include="Properties\Resources.resx">
 
108
      <SubType>Designer</SubType>
 
109
    </EmbeddedResource>
 
110
  </ItemGroup>
 
111
  <ItemGroup>
 
112
    <None Include="nunit.uiexception.build" />
 
113
  </ItemGroup>
 
114
  <ItemGroup>
 
115
    <Folder Include="data\" />
 
116
  </ItemGroup>
 
117
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
118
118
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
119
119
       Other similar extension points exist, see Microsoft.Common.targets.
120
120
  <Target Name="BeforeBuild">
121
121
  </Target>
122
122
  <Target Name="AfterBuild">
123
123
  </Target>
124
 
  -->
 
124
  -->
125
125
</Project>
 
 
b'\\ No newline at end of file'