Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 179:e635f2cda674
Re #88: Complete initial WinForms UI
* Fix target framework
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 28 Sep 2010 19:55:11 +0000 |
parents | a30116ec3ceb |
children | a3a5b8542942 |
files | IBBoard.WarFoundry.GUI.WinForms.csproj |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.WinForms.csproj Tue Sep 28 19:51:20 2010 +0000 +++ b/IBBoard.WarFoundry.GUI.WinForms.csproj Tue Sep 28 19:55:11 2010 +0000 @@ -25,7 +25,7 @@ <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <PublishUrl>publish\</PublishUrl> <Install>true</Install> @@ -41,6 +41,8 @@ <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkSubset> + </TargetFrameworkSubset> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <OutputPath>bin\Debug\</OutputPath> @@ -113,6 +115,7 @@ <Content Include="icons\document-new.png" /> <Content Include="icons\document-open.png" /> <Content Include="icons\document-save.png" /> + <None Include="app.config" /> <None Include="icons\edit-redo.png" /> <None Include="icons\edit-undo.png" /> <Content Include="icons\list-add.png" />