diff IBBoard.WarFoundry.GUI.GTK.csproj @ 10:c687bbe901f8

Re #37 - Resolve deprecation warnings * Replace SetTooltip methods with TooltipText property * Remove parameter on command to remove deprecation warning Also: * Make sure we copy the COPYING files to the output
author IBBoard <dev@ibboard.co.uk>
date Thu, 09 Apr 2009 15:33:33 +0000
parents 58961ff391d4
children 685532d43a96
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.GTK.csproj	Sat Mar 07 15:54:15 2009 +0000
+++ b/IBBoard.WarFoundry.GUI.GTK.csproj	Thu Apr 09 15:33:33 2009 +0000
@@ -9,8 +9,8 @@
     <OutputType>WinExe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace>
-    <StartupObject>
-    </StartupObject>
+    <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
+    <ApplicationIcon>App.ico</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -20,12 +20,7 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
-    <EnvironmentVariables>
-      <EnvironmentVariables />
-    </EnvironmentVariables>
     <AssemblyName>WarFoundryGTK</AssemblyName>
-    <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
-    <ApplicationIcon>App.ico</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -35,8 +30,6 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <AssemblyName>IBBoard.WarFoundry.GUI.GTK</AssemblyName>
-    <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
-    <ApplicationIcon>App.ico</ApplicationIcon>
   </PropertyGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
@@ -66,9 +59,15 @@
     <Content Include="libs\log4net.xml" />
   </ItemGroup>
   <ItemGroup>
-    <None Include="COPYING.GPL" />
-    <None Include="COPYING.LGPL" />
-    <None Include="translations\en.translation" />
+    <None Include="COPYING.GPL">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="COPYING.LGPL">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Include="translations\en.translation">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
     <None Include="WarFoundryGTK.exe.log4net" />
     <None Include="gtk-gui\gui.stetic" />
     <None Include="gtk-gui\objects.xml" />