1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
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>
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>
44
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
<OutputPath>..\..\..\bin\Release\</OutputPath>
46
<BaseAddress>285212672</BaseAddress>
47
<ConfigurationOverrideFile>
48
</ConfigurationOverrideFile>
49
<DefineConstants>TRACE</DefineConstants>
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>
61
<Reference Include="System">
64
<Reference Include="System.Data">
65
<Name>System.Data</Name>
67
<Reference Include="System.Xml">
68
<Name>System.XML</Name>
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>
75
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
76
<Name>nunit.framework.dll</Name>
77
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
79
<ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
80
<Name>pnunit.framework</Name>
81
<Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
85
<Compile Include="AssemblyInfo.cs" />
86
<Compile Include="Cmp.cs" />
87
<Compile Include="Testing.cs" />
90
<None Include="pnunit.tests.build" />
92
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>
22
<UpgradeBackupLocation>
23
</UpgradeBackupLocation>
24
<OldToolsVersion>2.0</OldToolsVersion>
25
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
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>
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>
44
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
<OutputPath>..\..\..\bin\Release\</OutputPath>
46
<BaseAddress>285212672</BaseAddress>
47
<ConfigurationOverrideFile>
48
</ConfigurationOverrideFile>
49
<DefineConstants>TRACE</DefineConstants>
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>
61
<Reference Include="System">
64
<Reference Include="System.Data">
65
<Name>System.Data</Name>
67
<Reference Include="System.Xml">
68
<Name>System.XML</Name>
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>
75
<ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
76
<Name>nunit.framework.dll</Name>
77
<Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
79
<ProjectReference Include="..\pnunit.framework\pnunit.framework.csproj">
80
<Name>pnunit.framework</Name>
81
<Project>{1AE4D3A7-DA37-45C0-B300-AB7B84DFF216}</Project>
85
<Compile Include="AssemblyInfo.cs" />
86
<Compile Include="Cmp.cs" />
87
<Compile Include="Testing.cs" />
90
<None Include="pnunit.tests.build" />
92
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
b'\\ No newline at end of file'