Mercurial > repos > IBBoard.WarFoundry.GUI.WinForms
changeset 216: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 diff
1.1 --- a/FrmXmlExport.cs Wed Aug 24 08:07:18 2011 -0600 1.2 +++ b/FrmXmlExport.cs Thu Aug 25 12:59:26 2011 -0600 1.3 @@ -3,7 +3,6 @@ 1.4 using System.ComponentModel; 1.5 using System.Data; 1.6 using System.Drawing; 1.7 -using System.Linq; 1.8 using System.Text; 1.9 using System.IO; 1.10 using System.Windows.Forms;
2.1 --- a/IBBoard.WarFoundry.GUI.WinForms.csproj Wed Aug 24 08:07:18 2011 -0600 2.2 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Thu Aug 25 12:59:26 2011 -0600 2.3 @@ -26,7 +26,7 @@ 2.4 <UpgradeBackupLocation> 2.5 </UpgradeBackupLocation> 2.6 <OldToolsVersion>3.5</OldToolsVersion> 2.7 - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 2.8 + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 2.9 <IsWebBootstrapper>false</IsWebBootstrapper> 2.10 <PublishUrl>publish\</PublishUrl> 2.11 <Install>true</Install> 2.12 @@ -42,6 +42,7 @@ 2.13 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 2.14 <UseApplicationTrust>false</UseApplicationTrust> 2.15 <BootstrapperEnabled>true</BootstrapperEnabled> 2.16 + <TargetFrameworkProfile /> 2.17 </PropertyGroup> 2.18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 2.19 <OutputPath>..\build\</OutputPath>