comparison IBBoard.NUnit.csproj @ 3:ec154ad8dd7f

* Migrate to VS.Net 2008 no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Tue, 28 Sep 2010 19:56:44 +0000
parents 4dad6872ca5a
children 8a932f82edb1
comparison
equal deleted inserted replaced
2:405baf327de2 3:ec154ad8dd7f
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.50727</ProductVersion> 6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</ProjectGuid> 8 <ProjectGuid>{C52AFD32-B869-4E14-AACE-2846AD2CC742}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <RootNamespace>IBBoard.NUnit</RootNamespace> 10 <RootNamespace>IBBoard.NUnit</RootNamespace>
11 <AssemblyName>IBBoard.NUnit</AssemblyName> 11 <AssemblyName>IBBoard.NUnit</AssemblyName>
12 <FileUpgradeFlags>
13 </FileUpgradeFlags>
14 <UpgradeBackupLocation>
15 </UpgradeBackupLocation>
16 <OldToolsVersion>2.0</OldToolsVersion>
17 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18 <TargetFrameworkSubset>
19 </TargetFrameworkSubset>
20 <PublishUrl>publish\</PublishUrl>
21 <Install>true</Install>
22 <InstallFrom>Disk</InstallFrom>
23 <UpdateEnabled>false</UpdateEnabled>
24 <UpdateMode>Foreground</UpdateMode>
25 <UpdateInterval>7</UpdateInterval>
26 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27 <UpdatePeriodically>false</UpdatePeriodically>
28 <UpdateRequired>false</UpdateRequired>
29 <MapFileExtensions>true</MapFileExtensions>
30 <ApplicationRevision>0</ApplicationRevision>
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32 <IsWebBootstrapper>false</IsWebBootstrapper>
33 <UseApplicationTrust>false</UseApplicationTrust>
34 <BootstrapperEnabled>true</BootstrapperEnabled>
12 </PropertyGroup> 35 </PropertyGroup>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <DebugSymbols>true</DebugSymbols> 37 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType> 38 <DebugType>full</DebugType>
16 <Optimize>false</Optimize> 39 <Optimize>false</Optimize>
38 <Compile Include="Does.cs" /> 61 <Compile Include="Does.cs" />
39 <Compile Include="Constraints\ArrayContainsConstraint.cs" /> 62 <Compile Include="Constraints\ArrayContainsConstraint.cs" />
40 <Compile Include="AssemblyInfo.cs" /> 63 <Compile Include="AssemblyInfo.cs" />
41 </ItemGroup> 64 </ItemGroup>
42 <ItemGroup> 65 <ItemGroup>
43 <Folder Include="Constraints\" /> 66 <None Include="app.config" />
44 </ItemGroup>
45 <ItemGroup>
46 <None Include="COPYING.GPL" /> 67 <None Include="COPYING.GPL" />
47 <None Include="COPYING.LGPL" /> 68 <None Include="COPYING.LGPL" />
48 </ItemGroup> 69 </ItemGroup>
49 <ItemGroup> 70 <ItemGroup>
50 <ProjectReference Include="..\IBBoard\IBBoard.csproj"> 71 <ProjectReference Include="..\IBBoard\IBBoard.csproj">
51 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project> 72 <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
52 <Name>IBBoard</Name> 73 <Name>IBBoard</Name>
53 </ProjectReference> 74 </ProjectReference>
54 </ItemGroup> 75 </ItemGroup>
76 <ItemGroup>
77 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
78 <Visible>False</Visible>
79 <ProductName>.NET Framework Client Profile</ProductName>
80 <Install>false</Install>
81 </BootstrapperPackage>
82 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
83 <Visible>False</Visible>
84 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
85 <Install>false</Install>
86 </BootstrapperPackage>
87 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
88 <Visible>False</Visible>
89 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
90 <Install>false</Install>
91 </BootstrapperPackage>
92 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
93 <Visible>False</Visible>
94 <ProductName>.NET Framework 3.5</ProductName>
95 <Install>false</Install>
96 </BootstrapperPackage>
97 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
98 <Visible>False</Visible>
99 <ProductName>.NET Framework 3.5 SP1</ProductName>
100 <Install>true</Install>
101 </BootstrapperPackage>
102 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
103 <Visible>False</Visible>
104 <ProductName>Windows Installer 3.1</ProductName>
105 <Install>true</Install>
106 </BootstrapperPackage>
107 </ItemGroup>
55 </Project> 108 </Project>