Modified:
trunk/ControlFreak/ControlFreak.csproj
trunk/Quirk/Quirk.csproj
trunk/Structures/TwoWayDictionary.cs
trunk/Tabs/Tab.cs
trunk/Tabs/Tabber.cs
trunk/Tabs/Tabs.csproj
trunk/Theminds/SetUpForm.cs
trunk/Theminds/Theminds.csproj
Log:
.NET 3.5 required officially due to string extension methods
Modified: trunk/ControlFreak/ControlFreak.csproj
==============================================================================
--- trunk/ControlFreak/ControlFreak.csproj (original)
+++ trunk/ControlFreak/ControlFreak.csproj Thu Aug 2 08:57:08 2007
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.20706</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0CB8F09D-E1A2-4695-BAFF-18E17151BE11}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -46,6 +46,9 @@
-->
<ItemGroup>
<Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
Modified: trunk/Quirk/Quirk.csproj
==============================================================================
--- trunk/Quirk/Quirk.csproj (original)
+++ trunk/Quirk/Quirk.csproj Thu Aug 2 08:57:08 2007
@@ -46,6 +46,9 @@
-->
<ItemGroup>
<Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Quirk.cs" />
Modified: trunk/Structures/TwoWayDictionary.cs
==============================================================================
--- trunk/Structures/TwoWayDictionary.cs (original)
+++ trunk/Structures/TwoWayDictionary.cs Thu Aug 2 08:57:08 2007
@@ -1,8 +1,5 @@
// Duck typing. Yeah.
-
-using System;
using System.Collections.Generic;
-using System.Diagnostics;
namespace Aspirations {
public class TwoWayDictionary<Me, You> {
Modified: trunk/Tabs/Tab.cs
==============================================================================
--- trunk/Tabs/Tab.cs (original)
+++ trunk/Tabs/Tab.cs Thu Aug 2 08:57:08 2007
@@ -1,8 +1,5 @@
-using System;
-using System.Collections.Generic;
-using System.Windows.Forms;
using System.Drawing;
-using System.Diagnostics;
+using System.Windows.Forms;
using System.Windows.Forms.VisualStyles;
namespace Aspirations {
Modified: trunk/Tabs/Tabber.cs
==============================================================================
--- trunk/Tabs/Tabber.cs (original)
+++ trunk/Tabs/Tabber.cs Thu Aug 2 08:57:08 2007
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Drawing;
-using System.Diagnostics;
[assembly: System.Runtime.InteropServices.ComVisible(false)]
[assembly: System.Reflection.AssemblyVersionAttribute("1.1")]
Modified: trunk/Tabs/Tabs.csproj
==============================================================================
--- trunk/Tabs/Tabs.csproj (original)
+++ trunk/Tabs/Tabs.csproj Thu Aug 2 08:57:08 2007
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.20706</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{783532EE-FF4C-412A-A1CA-FF8B6A7F958F}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -46,6 +46,9 @@
-->
<ItemGroup>
<Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
Modified: trunk/Theminds/SetUpForm.cs
==============================================================================
--- trunk/Theminds/SetUpForm.cs (original)
+++ trunk/Theminds/SetUpForm.cs Thu Aug 2 08:57:08 2007
@@ -1,4 +1,3 @@
-using System;
using System.Drawing;
using System.Windows.Forms;
using Aspirations;
Modified: trunk/Theminds/Theminds.csproj
==============================================================================
--- trunk/Theminds/Theminds.csproj (original)
+++ trunk/Theminds/Theminds.csproj Thu Aug 2 08:57:08 2007
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.20706</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{35B1496B-B1C3-416A-BC59-42BD2F9527B9}</ProjectGuid>
<OutputType>WinExe</OutputType>
@@ -93,6 +93,9 @@
<HintPath>GenBowel\Bowel.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>