comparison 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
comparison
equal deleted inserted replaced
9:5855999a5556 10:c687bbe901f8
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{4B435E40-7FA2-41C5-96F6-5735396D2D5F}</ProjectGuid> 8 <ProjectGuid>{4B435E40-7FA2-41C5-96F6-5735396D2D5F}</ProjectGuid>
9 <OutputType>WinExe</OutputType> 9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace> 11 <RootNamespace>IBBoard.WarFoundry.GUI.GTK</RootNamespace>
12 <StartupObject> 12 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
13 </StartupObject> 13 <ApplicationIcon>App.ico</ApplicationIcon>
14 </PropertyGroup> 14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols> 16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType> 17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize> 18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath> 19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants> 20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport> 21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel> 22 <WarningLevel>4</WarningLevel>
23 <EnvironmentVariables>
24 <EnvironmentVariables />
25 </EnvironmentVariables>
26 <AssemblyName>WarFoundryGTK</AssemblyName> 23 <AssemblyName>WarFoundryGTK</AssemblyName>
27 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
28 <ApplicationIcon>App.ico</ApplicationIcon>
29 </PropertyGroup> 24 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType> 26 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize> 27 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath> 28 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
37 <AssemblyName>IBBoard.WarFoundry.GUI.GTK</AssemblyName> 32 <AssemblyName>IBBoard.WarFoundry.GUI.GTK</AssemblyName>
38 <StartupObject>IBBoard.WarFoundry.GTK.FrmMainWindow</StartupObject>
39 <ApplicationIcon>App.ico</ApplicationIcon>
40 </PropertyGroup> 33 </PropertyGroup>
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 34 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
42 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 35 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
43 Other similar extension points exist, see Microsoft.Common.targets. 36 Other similar extension points exist, see Microsoft.Common.targets.
44 <Target Name="BeforeBuild"> 37 <Target Name="BeforeBuild">
64 <Content Include="App.png" /> 57 <Content Include="App.png" />
65 <Content Include="libs\log4net.dll" /> 58 <Content Include="libs\log4net.dll" />
66 <Content Include="libs\log4net.xml" /> 59 <Content Include="libs\log4net.xml" />
67 </ItemGroup> 60 </ItemGroup>
68 <ItemGroup> 61 <ItemGroup>
69 <None Include="COPYING.GPL" /> 62 <None Include="COPYING.GPL">
70 <None Include="COPYING.LGPL" /> 63 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71 <None Include="translations\en.translation" /> 64 </None>
65 <None Include="COPYING.LGPL">
66 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
67 </None>
68 <None Include="translations\en.translation">
69 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
70 </None>
72 <None Include="WarFoundryGTK.exe.log4net" /> 71 <None Include="WarFoundryGTK.exe.log4net" />
73 <None Include="gtk-gui\gui.stetic" /> 72 <None Include="gtk-gui\gui.stetic" />
74 <None Include="gtk-gui\objects.xml" /> 73 <None Include="gtk-gui\objects.xml" />
75 </ItemGroup> 74 </ItemGroup>
76 <ItemGroup> 75 <ItemGroup>