~a-schlapsi/nunit-3.0/linux-makefile

« back to all changes in this revision

Viewing changes to tools/src/GenSyntax/tests/GenSyntax.Tests.csproj

  • Committer: Charlie Poole
  • Date: 2009-07-17 06:38:34 UTC
  • Revision ID: charlie@nunit.com-20090717063834-frp0jzany1xtbno9
Add Gensyntax tool source code to this project

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.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{695EDA21-AE36-414B-9F5F-EE06CECC1ED0}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>GenSyntax.Tests</RootNamespace>
 
12
    <AssemblyName>tests</AssemblyName>
 
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
    <TargetFrameworkSubset>
 
16
    </TargetFrameworkSubset>
 
17
  </PropertyGroup>
 
18
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
19
    <DebugSymbols>true</DebugSymbols>
 
20
    <DebugType>full</DebugType>
 
21
    <Optimize>false</Optimize>
 
22
    <OutputPath>bin\Debug\</OutputPath>
 
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
24
    <ErrorReport>prompt</ErrorReport>
 
25
    <WarningLevel>4</WarningLevel>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
28
    <DebugType>pdbonly</DebugType>
 
29
    <Optimize>true</Optimize>
 
30
    <OutputPath>bin\Release\</OutputPath>
 
31
    <DefineConstants>TRACE</DefineConstants>
 
32
    <ErrorReport>prompt</ErrorReport>
 
33
    <WarningLevel>4</WarningLevel>
 
34
  </PropertyGroup>
 
35
  <ItemGroup>
 
36
    <Reference Include="nunit.framework, Version=2.5.0.9122, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
 
37
    <Reference Include="System" />
 
38
    <Reference Include="System.Data" />
 
39
    <Reference Include="System.Xml" />
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <Compile Include="GenSpecTests.cs" />
 
43
    <Compile Include="Properties\AssemblyInfo.cs" />
 
44
  </ItemGroup>
 
45
  <ItemGroup>
 
46
    <ProjectReference Include="..\GenSyntax.csproj">
 
47
      <Project>{8DCF8441-9BCC-46FC-B878-C65CE3C565A1}</Project>
 
48
      <Name>GenSyntax</Name>
 
49
    </ProjectReference>
 
50
  </ItemGroup>
 
51
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
52
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
53
       Other similar extension points exist, see Microsoft.Common.targets.
 
54
  <Target Name="BeforeBuild">
 
55
  </Target>
 
56
  <Target Name="AfterBuild">
 
57
  </Target>
 
58
  -->
 
59
</Project>
 
 
b'\\ No newline at end of file'