~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/PNUnit/tests/pnunit.tests.csproj

  • Committer: Charlie Poole
  • Date: 2010-12-21 00:53:07 UTC
  • Revision ID: charlie@nunit.org-20101221005307-m1qsj959lm1x2s52
Fix line endings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3
 
  <PropertyGroup>
4
 
    <ProjectType>Local</ProjectType>
5
 
    <ProductVersion>9.0.21022</ProductVersion>
6
 
    <SchemaVersion>2.0</SchemaVersion>
7
 
    <ProjectGuid>{319B9238-76BE-4335-9B4D-F8E43C4B124F}</ProjectGuid>
8
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
 
    <AssemblyKeyContainerName>
11
 
    </AssemblyKeyContainerName>
12
 
    <AssemblyName>pnunit.tests</AssemblyName>
13
 
    <DefaultClientScript>JScript</DefaultClientScript>
14
 
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
 
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
16
 
    <DelaySign>false</DelaySign>
17
 
    <OutputType>Library</OutputType>
18
 
    <RootNamespace>TestLibraries</RootNamespace>
19
 
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
20
 
    <FileUpgradeFlags>
21
 
    </FileUpgradeFlags>
22
 
    <UpgradeBackupLocation>
23
 
    </UpgradeBackupLocation>
24
 
    <OldToolsVersion>2.0</OldToolsVersion>
25
 
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
26
 
  </PropertyGroup>
27
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28
 
    <OutputPath>..\..\..\bin\Debug\</OutputPath>
29
 
    <BaseAddress>285212672</BaseAddress>
30
 
    <ConfigurationOverrideFile>
31
 
    </ConfigurationOverrideFile>
32
 
    <DefineConstants>DEBUG;TRACE</DefineConstants>
33
 
    <DocumentationFile>
34
 
    </DocumentationFile>
35
 
    <DebugSymbols>true</DebugSymbols>
36
 
    <FileAlignment>4096</FileAlignment>
37
 
    <Optimize>false</Optimize>
38
 
    <RegisterForComInterop>false</RegisterForComInterop>
39
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
40
 
    <WarningLevel>4</WarningLevel>
41
 
    <DebugType>full</DebugType>
42
 
    <ErrorReport>prompt</ErrorReport>
43
 
  </PropertyGroup>
44
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
 
    <OutputPath>..\..\..\bin\Release\</OutputPath>
46
 
    <BaseAddress>285212672</BaseAddress>
47
 
    <ConfigurationOverrideFile>
48
 
    </ConfigurationOverrideFile>
49
 
    <DefineConstants>TRACE</DefineConstants>
50
 
    <DocumentationFile>
51
 
    </DocumentationFile>
52
 
    <FileAlignment>4096</FileAlignment>
53
 
    <Optimize>true</Optimize>
54
 
    <RegisterForComInterop>false</RegisterForComInterop>
55
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
56
 
    <WarningLevel>4</WarningLevel>
57
 
    <DebugType>none</DebugType>
58
 
    <ErrorReport>prompt</ErrorReport>
59
 
  </PropertyGroup>
60
 
  <ItemGroup>
61
 
    <Reference Include="System">
62
 
      <Name>System</Name>
63
 
    </Reference>
64
 
    <Reference Include="System.Data">
65
 
      <Name>System.Data</Name>
66
 
    </Reference>
67
 
    <Reference Include="System.Xml">
68
 
      <Name>System.XML</Name>
69
 
    </Reference>
70
 
    <ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
71
 
      <Name>nunit.core.interfaces.dll</Name>
72
 
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
73
 
      <Private>False</Private>
74
 
    </ProjectReference>
75
 
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
76
 
      <Name>nunit.framework.dll</Name>
77
 
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
78
 
    </ProjectReference>
79
 
    <ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
80
 
      <Name>pnunit.framework</Name>
81
 
      <Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
82
 
    </ProjectReference>
83
 
  </ItemGroup>
84
 
  <ItemGroup>
85
 
    <Compile Include="AssemblyInfo.cs" />
86
 
    <Compile Include="Cmp.cs" />
87
 
    <Compile Include="Testing.cs" />
88
 
  </ItemGroup>
89
 
  <ItemGroup>
90
 
    <None Include="pnunit.tests.build" />
91
 
  </ItemGroup>
92
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
93
 
  <PropertyGroup>
94
 
    <PreBuildEvent>
95
 
    </PreBuildEvent>
96
 
    <PostBuildEvent>
97
 
    </PostBuildEvent>
98
 
  </PropertyGroup>
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
3
  <PropertyGroup>
 
4
    <ProjectType>Local</ProjectType>
 
5
    <ProductVersion>9.0.21022</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{319B9238-76BE-4335-9B4D-F8E43C4B124F}</ProjectGuid>
 
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
10
    <AssemblyKeyContainerName>
 
11
    </AssemblyKeyContainerName>
 
12
    <AssemblyName>pnunit.tests</AssemblyName>
 
13
    <DefaultClientScript>JScript</DefaultClientScript>
 
14
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 
15
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 
16
    <DelaySign>false</DelaySign>
 
17
    <OutputType>Library</OutputType>
 
18
    <RootNamespace>TestLibraries</RootNamespace>
 
19
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
20
    <FileUpgradeFlags>
 
21
    </FileUpgradeFlags>
 
22
    <UpgradeBackupLocation>
 
23
    </UpgradeBackupLocation>
 
24
    <OldToolsVersion>2.0</OldToolsVersion>
 
25
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
26
  </PropertyGroup>
 
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
28
    <OutputPath>..\..\..\bin\Debug\</OutputPath>
 
29
    <BaseAddress>285212672</BaseAddress>
 
30
    <ConfigurationOverrideFile>
 
31
    </ConfigurationOverrideFile>
 
32
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
33
    <DocumentationFile>
 
34
    </DocumentationFile>
 
35
    <DebugSymbols>true</DebugSymbols>
 
36
    <FileAlignment>4096</FileAlignment>
 
37
    <Optimize>false</Optimize>
 
38
    <RegisterForComInterop>false</RegisterForComInterop>
 
39
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
40
    <WarningLevel>4</WarningLevel>
 
41
    <DebugType>full</DebugType>
 
42
    <ErrorReport>prompt</ErrorReport>
 
43
  </PropertyGroup>
 
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
45
    <OutputPath>..\..\..\bin\Release\</OutputPath>
 
46
    <BaseAddress>285212672</BaseAddress>
 
47
    <ConfigurationOverrideFile>
 
48
    </ConfigurationOverrideFile>
 
49
    <DefineConstants>TRACE</DefineConstants>
 
50
    <DocumentationFile>
 
51
    </DocumentationFile>
 
52
    <FileAlignment>4096</FileAlignment>
 
53
    <Optimize>true</Optimize>
 
54
    <RegisterForComInterop>false</RegisterForComInterop>
 
55
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
56
    <WarningLevel>4</WarningLevel>
 
57
    <DebugType>none</DebugType>
 
58
    <ErrorReport>prompt</ErrorReport>
 
59
  </PropertyGroup>
 
60
  <ItemGroup>
 
61
    <Reference Include="System">
 
62
      <Name>System</Name>
 
63
    </Reference>
 
64
    <Reference Include="System.Data">
 
65
      <Name>System.Data</Name>
 
66
    </Reference>
 
67
    <Reference Include="System.Xml">
 
68
      <Name>System.XML</Name>
 
69
    </Reference>
 
70
    <ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll.csproj">
 
71
      <Name>nunit.core.interfaces.dll</Name>
 
72
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
 
73
      <Private>False</Private>
 
74
    </ProjectReference>
 
75
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
 
76
      <Name>nunit.framework.dll</Name>
 
77
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
 
78
    </ProjectReference>
 
79
    <ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
 
80
      <Name>pnunit.framework</Name>
 
81
      <Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
 
82
    </ProjectReference>
 
83
  </ItemGroup>
 
84
  <ItemGroup>
 
85
    <Compile Include="AssemblyInfo.cs" />
 
86
    <Compile Include="Cmp.cs" />
 
87
    <Compile Include="Testing.cs" />
 
88
  </ItemGroup>
 
89
  <ItemGroup>
 
90
    <None Include="pnunit.tests.build" />
 
91
  </ItemGroup>
 
92
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
93
  <PropertyGroup>
 
94
    <PreBuildEvent>
 
95
    </PreBuildEvent>
 
96
    <PostBuildEvent>
 
97
    </PostBuildEvent>
 
98
  </PropertyGroup>
99
99
</Project>
 
 
b'\\ No newline at end of file'