~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/Main/ICSharpCode.SharpDevelop.Dom/Tests/ICSharpCode.SharpDevelop.Dom.Tests/ICSharpCode.SharpDevelop.Dom.Tests.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
    <ProjectGuid>{7DB80259-24D4-46C3-A024-53FF1987733D}</ProjectGuid>
 
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
7
    <OutputType>Library</OutputType>
 
8
    <RootNamespace>ICSharpCode.SharpDevelop.Dom.Tests</RootNamespace>
 
9
    <AssemblyName>ICSharpCode.SharpDevelop.Dom.Tests</AssemblyName>
 
10
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
11
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
12
    <NoStdLib>False</NoStdLib>
 
13
    <WarningLevel>4</WarningLevel>
 
14
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
15
    <OutputPath>..\..\..\..\..\bin\UnitTests\</OutputPath>
 
16
  </PropertyGroup>
 
17
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
18
    <DebugSymbols>true</DebugSymbols>
 
19
    <DebugType>Full</DebugType>
 
20
    <Optimize>False</Optimize>
 
21
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
25
    <DebugSymbols>False</DebugSymbols>
 
26
    <DebugType>None</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
32
    <RegisterForComInterop>False</RegisterForComInterop>
 
33
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
34
    <BaseAddress>4194304</BaseAddress>
 
35
    <PlatformTarget>x86</PlatformTarget>
 
36
    <FileAlignment>4096</FileAlignment>
 
37
  </PropertyGroup>
 
38
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
39
  <ItemGroup>
 
40
    <Reference Include="nunit.framework">
 
41
      <HintPath>..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath>
 
42
    </Reference>
 
43
    <Reference Include="System" />
 
44
    <Reference Include="System.Core">
 
45
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
46
    </Reference>
 
47
    <Reference Include="System.Xml" />
 
48
  </ItemGroup>
 
49
  <ItemGroup>
 
50
    <Compile Include="AssemblyInfo.cs" />
 
51
    <Compile Include="ClassInheritanceTreeTests.cs" />
 
52
    <Compile Include="CodeSnippetConverterTests.cs" />
 
53
    <Compile Include="CSharpAmbienceTests.cs" />
 
54
    <Compile Include="ImplementInterfaceTests.cs" />
 
55
    <Compile Include="IndexBeforeTextFinderTests.cs" />
 
56
    <Compile Include="NRefactoryAstConverterTests.cs" />
 
57
    <Compile Include="NRefactoryRefactoringProviderTests.cs" />
 
58
    <Compile Include="NUnitHelpers\IndexBeforeTextFinderHelper.cs" />
 
59
    <Compile Include="NUnitHelpers\SyntaxHelpers.cs" />
 
60
    <Compile Include="NUnitHelpers\Constraints.cs" />
 
61
    <Compile Include="ProjectContentClassManagementTest.cs" />
 
62
    <Compile Include="VBNetAmbienceTests.cs" />
 
63
  </ItemGroup>
 
64
  <ItemGroup>
 
65
    <ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
 
66
      <Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
 
67
      <Name>NRefactory</Name>
 
68
    </ProjectReference>
 
69
    <ProjectReference Include="..\..\..\Base\Test\ICSharpCode.SharpDevelop.Tests.csproj">
 
70
      <Project>{4980B743-B32F-4aba-AABD-45E2CAD3568D}</Project>
 
71
      <Name>ICSharpCode.SharpDevelop.Tests</Name>
 
72
    </ProjectReference>
 
73
    <ProjectReference Include="..\..\Project\ICSharpCode.SharpDevelop.Dom.csproj">
 
74
      <Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
 
75
      <Name>ICSharpCode.SharpDevelop.Dom</Name>
 
76
    </ProjectReference>
 
77
    <Folder Include="NUnitHelpers" />
 
78
  </ItemGroup>
 
79
</Project>
 
 
b'\\ No newline at end of file'