~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/nrefactory/ICSharpCode.NRefactory.VB.Tests/ICSharpCode.NRefactory.VB.Tests.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

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
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.50215</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{870115DD-960A-4406-A6B9-600BCDC36A03}</ProjectGuid>
 
9
    <RootNamespace>ICSharpCode.NRefactory.VB.Tests</RootNamespace>
 
10
    <AssemblyName>ICSharpCode.NRefactory.VB.Tests</AssemblyName>
 
11
    <OutputTarget>Library</OutputTarget>
 
12
    <NoStdLib>False</NoStdLib>
 
13
    <NoConfig>False</NoConfig>
 
14
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
15
    <OutputType>Library</OutputType>
 
16
    <OutputPath>..\..\..\..\bin\UnitTests\</OutputPath>
 
17
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
18
    <WarningLevel>4</WarningLevel>
 
19
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
20
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
21
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
24
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
25
    <DefineConstants>DEBUG</DefineConstants>
 
26
    <Optimize>False</Optimize>
 
27
  </PropertyGroup>
 
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
29
    <Optimize>True</Optimize>
 
30
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
31
  </PropertyGroup>
 
32
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
33
    <DebugType>Full</DebugType>
 
34
    <DebugSymbols>true</DebugSymbols>
 
35
    <StartAction>Project</StartAction>
 
36
  </PropertyGroup>
 
37
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
38
    <DebugSymbols>False</DebugSymbols>
 
39
  </PropertyGroup>
 
40
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
41
    <RegisterForComInterop>False</RegisterForComInterop>
 
42
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
43
    <BaseAddress>4194304</BaseAddress>
 
44
    <FileAlignment>4096</FileAlignment>
 
45
    <PlatformTarget>AnyCPU</PlatformTarget>
 
46
  </PropertyGroup>
 
47
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
48
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
49
    <DefineConstants>DEBUG</DefineConstants>
 
50
    <Optimize>False</Optimize>
 
51
  </PropertyGroup>
 
52
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
53
    <Optimize>True</Optimize>
 
54
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
55
  </PropertyGroup>
 
56
  <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
 
57
    <RegisterForComInterop>False</RegisterForComInterop>
 
58
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
59
    <BaseAddress>4194304</BaseAddress>
 
60
    <FileAlignment>4096</FileAlignment>
 
61
    <PlatformTarget>x86</PlatformTarget>
 
62
  </PropertyGroup>
 
63
  <ItemGroup>
 
64
    <Reference Include="nunit.framework">
 
65
      <HintPath>..\..\Mono.Cecil\Test\libs\nunit-2.4.8\nunit.framework.dll</HintPath>
 
66
    </Reference>
 
67
    <Reference Include="System" />
 
68
    <Reference Include="System.Core">
 
69
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
70
    </Reference>
 
71
  </ItemGroup>
 
72
  <ItemGroup>
 
73
    <Compile Include="AssemblyInfo.cs" />
 
74
    <Compile Include="General\UnitTest.cs" />
 
75
    <Compile Include="Lexer\CustomLexerTests.cs" />
 
76
    <Compile Include="Lexer\ImplicitLineContinuationTests.cs" />
 
77
    <Compile Include="Lexer\LATextReaderTests.cs" />
 
78
    <Compile Include="Lexer\LexerContextTests.cs" />
 
79
    <Compile Include="Lexer\LexerPositionTests.cs" />
 
80
    <Compile Include="Lexer\LexerTests.cs" />
 
81
    <Compile Include="Lexer\LiteralsTests.cs" />
 
82
    <Compile Include="Lexer\TokenTests.cs" />
 
83
    <Compile Include="Lexer\XmlModeLexerTests.cs" />
 
84
    <Compile Include="Parser\GlobalScope\AttributeSectionTests.cs" />
 
85
    <Compile Include="Parser\GlobalScope\NamespaceDeclarationTests.cs" />
 
86
    <Compile Include="Parser\GlobalScope\ImportsStatementTests.cs" />
 
87
    <Compile Include="Parser\GlobalScope\TypeDeclarationTests.cs" />
 
88
    <Compile Include="Parser\SnippetParserTests.cs" />
 
89
    <Compile Include="Parser\ParseUtil.cs" />
 
90
    <Compile Include="Parser\GlobalScope\OptionStatementTests.cs" />
 
91
  </ItemGroup>
 
92
  <ItemGroup>
 
93
    <ProjectReference Include="..\ICSharpCode.NRefactory.VB\ICSharpCode.NRefactory.VB.csproj">
 
94
      <Project>{7B82B671-419F-45F4-B778-D9286F996EFA}</Project>
 
95
      <Name>ICSharpCode.NRefactory.VB</Name>
 
96
    </ProjectReference>
 
97
    <ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
 
98
      <Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
 
99
      <Name>ICSharpCode.NRefactory</Name>
 
100
    </ProjectReference>
 
101
  </ItemGroup>
 
102
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
 
103
</Project>
 
 
b'\\ No newline at end of file'