changeset 220:e10688b29092 xml-export-ui

Fixed .Net 4.0 dependency
author Dan.Kulinski@dank-laptop.Global.Local
date Thu, 25 Aug 2011 12:59:26 -0600
parents a3e62a2c267f
children c47094612bac
files FrmXmlExport.cs IBBoard.WarFoundry.GUI.WinForms.csproj
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/FrmXmlExport.cs	Wed Aug 24 08:07:18 2011 -0600
+++ b/FrmXmlExport.cs	Thu Aug 25 12:59:26 2011 -0600
@@ -3,7 +3,6 @@
 using System.ComponentModel;
 using System.Data;
 using System.Drawing;
-using System.Linq;
 using System.Text;
 using System.IO;
 using System.Windows.Forms;
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj	Wed Aug 24 08:07:18 2011 -0600
+++ b/IBBoard.WarFoundry.GUI.WinForms.csproj	Thu Aug 25 12:59:26 2011 -0600
@@ -26,7 +26,7 @@
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>3.5</OldToolsVersion>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
@@ -42,6 +42,7 @@
     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <OutputPath>..\build\</OutputPath>