PageRenderTime 39ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/src/NUnit/UiException/nunit.uiexception.dll.csproj

#
MSBuild | 209 lines | 209 code | 0 blank | 0 comment | 0 complexity | 6272ed186acb4e9babfd7361488ba1f5 MD5 | raw file
Possible License(s): GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <AssemblyOriginatorKeyFile>..\..\..\..\src\GuiException\UiException\stackSgKey.snk</AssemblyOriginatorKeyFile>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <UpgradeBackupLocation />
  20. <TargetFrameworkProfile />
  21. <PublishUrl>publish\</PublishUrl>
  22. <Install>true</Install>
  23. <InstallFrom>Disk</InstallFrom>
  24. <UpdateEnabled>false</UpdateEnabled>
  25. <UpdateMode>Foreground</UpdateMode>
  26. <UpdateInterval>7</UpdateInterval>
  27. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  28. <UpdatePeriodically>false</UpdatePeriodically>
  29. <UpdateRequired>false</UpdateRequired>
  30. <MapFileExtensions>true</MapFileExtensions>
  31. <ApplicationRevision>0</ApplicationRevision>
  32. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  33. <IsWebBootstrapper>false</IsWebBootstrapper>
  34. <UseApplicationTrust>false</UseApplicationTrust>
  35. <BootstrapperEnabled>true</BootstrapperEnabled>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <NoWarn>1699</NoWarn>
  46. <PlatformTarget>x86</PlatformTarget>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  49. <DebugType>pdbonly</DebugType>
  50. <Optimize>true</Optimize>
  51. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. <NoWarn>1699</NoWarn>
  56. <PlatformTarget>x86</PlatformTarget>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|AnyCPU'">
  59. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  60. <DefineConstants>DEBUG</DefineConstants>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <NoWarn>1699</NoWarn>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  71. <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  74. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <NoWarn>1699</NoWarn>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>x86</PlatformTarget>
  80. <ErrorReport>prompt</ErrorReport>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Build NUnit|x86'">
  83. <OutputPath>..\..\..\nunit\lib\</OutputPath>
  84. <DefineConstants>DEBUG</DefineConstants>
  85. <PlatformTarget>x86</PlatformTarget>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="System" />
  89. <Reference Include="System.Data" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="AssemblyInfo.cs" />
  96. <Compile Include="CodeFormatters\CodeFormatterCollection.cs" />
  97. <Compile Include="CodeFormatters\GeneralCodeFormatter.cs" />
  98. <Compile Include="CodeFormatters\ICodeFormatter.cs" />
  99. <Compile Include="CodeFormatters\IFormatterCatalog.cs" />
  100. <Compile Include="CodeFormatters\PlainTextCodeFormatter.cs" />
  101. <Compile Include="CommonAssemblyInfo.cs" />
  102. <Compile Include="Controls\CodeBox.cs">
  103. <SubType>UserControl</SubType>
  104. </Compile>
  105. <Compile Include="Controls\CodeRenderingContext.cs" />
  106. <Compile Include="Controls\DefaultCodeRenderer.cs" />
  107. <Compile Include="Controls\DefaultErrorListRenderer.cs" />
  108. <Compile Include="Controls\ErrorBrowser.cs">
  109. <SubType>UserControl</SubType>
  110. </Compile>
  111. <Compile Include="Controls\ErrorList.cs">
  112. <SubType>UserControl</SubType>
  113. </Compile>
  114. <Compile Include="Controls\ErrorPanelLayout.cs">
  115. <SubType>UserControl</SubType>
  116. </Compile>
  117. <Compile Include="Controls\ErrorToolbar.cs">
  118. <SubType>Component</SubType>
  119. </Compile>
  120. <Compile Include="Controls\ICodeRenderer.cs" />
  121. <Compile Include="Controls\ICodeView.cs" />
  122. <Compile Include="Controls\IErrorDisplay.cs" />
  123. <Compile Include="Controls\IErrorListRenderer.cs" />
  124. <Compile Include="Controls\IStackTraceView.cs" />
  125. <Compile Include="Controls\PaintLineLocation.cs" />
  126. <Compile Include="Controls\SourceCodeDisplay.cs" />
  127. <Compile Include="Controls\SplitterBox.cs">
  128. <SubType>Component</SubType>
  129. </Compile>
  130. <Compile Include="Controls\StackTraceDisplay.cs">
  131. <SubType>UserControl</SubType>
  132. </Compile>
  133. <Compile Include="CSharpParser\CSCode.cs" />
  134. <Compile Include="CSharpParser\CSParser.cs" />
  135. <Compile Include="CSharpParser\CSToken.cs" />
  136. <Compile Include="CSharpParser\CSTokenCollection.cs" />
  137. <Compile Include="CSharpParser\Lexer.cs" />
  138. <Compile Include="CSharpParser\LexToken.cs" />
  139. <Compile Include="CSharpParser\TokenClassifier.cs" />
  140. <Compile Include="CSharpParser\TokenDictionary.cs" />
  141. <Compile Include="DefaultTextManager.cs" />
  142. <Compile Include="ExceptionItem.cs" />
  143. <Compile Include="ExceptionItemCollection.cs" />
  144. <Compile Include="ITextManager.cs" />
  145. <Compile Include="Properties\Resources.Designer.cs" />
  146. <Compile Include="StackTraceAnalysers\FunctionParser.cs" />
  147. <Compile Include="StackTraceAnalysers\IErrorParser.cs" />
  148. <Compile Include="StackTraceAnalysers\LineNumberParser.cs" />
  149. <Compile Include="StackTraceAnalysers\PathCompositeParser.cs" />
  150. <Compile Include="StackTraceAnalysers\UnixPathParser.cs" />
  151. <Compile Include="StackTraceAnalysers\WindowsPathParser.cs" />
  152. <Compile Include="StackTraceParser.cs" />
  153. <Compile Include="TraceExceptionHelper.cs" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <EmbeddedResource Include="Properties\Resources.resx">
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Folder Include="data\" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  165. <Visible>False</Visible>
  166. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  167. <Install>false</Install>
  168. </BootstrapperPackage>
  169. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  170. <Visible>False</Visible>
  171. <ProductName>.NET Framework 3.5 SP1</ProductName>
  172. <Install>true</Install>
  173. </BootstrapperPackage>
  174. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  175. <Visible>False</Visible>
  176. <ProductName>Windows Installer 3.1</ProductName>
  177. <Install>true</Install>
  178. </BootstrapperPackage>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="Resources\ImageCopyToClipboard.png" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="Resources\ImageErrorBrowserHeader.png" />
  185. </ItemGroup>
  186. <ItemGroup>
  187. <None Include="Resources\ImageErrorList.png" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <None Include="Resources\ImageReverseItemOrder.png" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="Resources\ImageSourceCodeDisplay.png" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="Resources\ImageSplitterBox.png" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <None Include="Resources\ImageStackTraceDisplay.png" />
  200. </ItemGroup>
  201. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  202. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  203. Other similar extension points exist, see Microsoft.Common.targets.
  204. <Target Name="BeforeBuild">
  205. </Target>
  206. <Target Name="AfterBuild">
  207. </Target>
  208. -->
  209. </Project>