Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / nunit / nunit.csproj @ 3

1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <ProductVersion>9.0.21022</ProductVersion>
5
    <SchemaVersion>2.0</SchemaVersion>
6
    <ProjectGuid>{08CBFDEB-A2E2-4F0E-A4E1-B996B05569DE}</ProjectGuid>
7
    <OutputType>Library</OutputType>
8
    <StartupObject>
9
    </StartupObject>
10
    <RootNamespace>nunit</RootNamespace>
11
    <NoStandardLibraries>false</NoStandardLibraries>
12
    <AssemblyName>nunit</AssemblyName>
13
    <FileUpgradeFlags>
14
    </FileUpgradeFlags>
15
    <UpgradeBackupLocation>
16
    </UpgradeBackupLocation>
17
    <OldToolsVersion>2.0</OldToolsVersion>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <Optimize>false</Optimize>
22
    <OutputPath>.\bin\Debug\</OutputPath>
23
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
24
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
    <WarningLevel>4</WarningLevel>
26
    <IncrementalBuild>false</IncrementalBuild>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
29
    <DebugSymbols>false</DebugSymbols>
30
    <Optimize>true</Optimize>
31
    <OutputPath>.\bin\Release\</OutputPath>
32
    <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
33
    <DefineConstants>TRACE</DefineConstants>
34
    <WarningLevel>4</WarningLevel>
35
    <IncrementalBuild>false</IncrementalBuild>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Configuration)' == 'DebugSnk' ">
38
    <DebugSymbols>true</DebugSymbols>
39
    <OutputPath>bin\DebugSnk\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <PlatformTarget>AnyCPU</PlatformTarget>
42
  </PropertyGroup>
43
  <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseSnk' ">
44
    <OutputPath>bin\ReleaseSnk\</OutputPath>
45
    <DefineConstants>TRACE</DefineConstants>
46
    <Optimize>true</Optimize>
47
    <PlatformTarget>AnyCPU</PlatformTarget>
48
  </PropertyGroup>
49
  <ItemGroup>
50
    <ProjectReference Include="..\C5\C5.csproj">
51
      <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>
52
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
53
      <Name>C5</Name>
54
    </ProjectReference>
55
  </ItemGroup>
56
  <ItemGroup>
57
    <Compile Include="arrays\CircularQueueTest.cs" />
58
    <Compile Include="AssemblyInfo.cs">
59
      <SubType>Code</SubType>
60
    </Compile>
61
    <Compile Include="BasesTest.cs">
62
      <SubType>Code</SubType>
63
    </Compile>
64
    <Compile Include="InterfacesTest.cs" />
65
    <Compile Include="Records.cs" />
66
    <Compile Include="Sorting.cs">
67
      <SubType>Code</SubType>
68
    </Compile>
69
    <Compile Include="SupportClasses.cs">
70
      <SubType>Code</SubType>
71
    </Compile>
72
    <Compile Include="arrays\ArrayListTest.cs">
73
      <SubType>Code</SubType>
74
    </Compile>
75
    <Compile Include="arrays\HashedArrayListTest.cs">
76
      <SubType>Code</SubType>
77
    </Compile>
78
    <Compile Include="arrays\SortedArrayTests.cs">
79
      <SubType>Code</SubType>
80
    </Compile>
81
    <Compile Include="hashing\HashBagTests.cs">
82
      <SubType>Code</SubType>
83
    </Compile>
84
    <Compile Include="hashing\HashDictionaryTests.cs">
85
      <SubType>Code</SubType>
86
    </Compile>
87
    <Compile Include="hashing\HashTableTests.cs">
88
      <SubType>Code</SubType>
89
    </Compile>
90
    <Compile Include="heaps\HeapTests.cs">
91
      <SubType>Code</SubType>
92
    </Compile>
93
    <Compile Include="linkedlists\HashedLinkedListTest.cs">
94
      <SubType>Code</SubType>
95
    </Compile>
96
    <Compile Include="linkedlists\LinkedListTest.cs">
97
      <SubType>Code</SubType>
98
    </Compile>
99
    <Compile Include="templates\Clone.cs" />
100
    <Compile Include="templates\Events.cs" />
101
    <Compile Include="templates\GenericCollectionTester.cs" />
102
    <Compile Include="templates\List.cs" />
103
    <Compile Include="trees\Bag.cs">
104
      <SubType>Code</SubType>
105
    </Compile>
106
    <Compile Include="trees\Dictionary.cs">
107
      <SubType>Code</SubType>
108
    </Compile>
109
    <Compile Include="trees\RedBlackTreeSetTests.cs">
110
      <SubType>Code</SubType>
111
    </Compile>
112
    <Compile Include="WrappersTest.cs" />
113
  </ItemGroup>
114
  <ItemGroup>
115
    <AppDesigner Include="Properties\" />
116
  </ItemGroup>
117
  <ItemGroup>
118
    <Reference Include="nunit.framework, Version=2.2.9.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
119
  </ItemGroup>
120
  <ItemGroup>
121
    <Folder Include="Properties\" />
122
  </ItemGroup>
123
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
124
  <PropertyGroup>
125
    <PreBuildEvent>
126
    </PreBuildEvent>
127
    <PostBuildEvent>
128
    </PostBuildEvent>
129
  </PropertyGroup>
130
  <ProjectExtensions>
131
    <VisualStudio>
132
    </VisualStudio>
133
  </ProjectExtensions>
134
</Project>