~ubuntu-app-review-contributors/ubuntu-app-reviews/conquests

« back to all changes in this revision

Viewing changes to conquests/conquests.sln

  • Committer: Andrew Mitchell
  • Author(s): Mark Harman
  • Date: 2012-09-22 08:42:00 UTC
  • Revision ID: ajmitch@ubuntu.com-20120922084200-okn4hegosnhkdnej
Tags: 1.2.1
* Fixed makefile for Ubuntu 12.04.
* Mousewheel zoom wasn't working when mouse was over minimap.
* Application icon.
* Display history for military strength too, under F5 scores screens.
* Improved method of not displaying the movement buttons (wasn't working
  right for high resolutions).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
Microsoft Visual Studio Solution File, Format Version 11.00
 
3
# Visual C++ Express 2010
 
4
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conquests", "conquests.vcxproj", "{56966184-B52F-49A6-B25A-A1C8BE58B238}"
 
5
EndProject
 
6
Global
 
7
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
 
8
                conquests_Debug|Win32 = conquests_Debug|Win32
 
9
                conquests_Release|Win32 = conquests_Release|Win32
 
10
        EndGlobalSection
 
11
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
 
12
                {56966184-B52F-49A6-B25A-A1C8BE58B238}.conquests_Debug|Win32.ActiveCfg = conquests_Debug|Win32
 
13
                {56966184-B52F-49A6-B25A-A1C8BE58B238}.conquests_Debug|Win32.Build.0 = conquests_Debug|Win32
 
14
                {56966184-B52F-49A6-B25A-A1C8BE58B238}.conquests_Release|Win32.ActiveCfg = conquests_Release|Win32
 
15
                {56966184-B52F-49A6-B25A-A1C8BE58B238}.conquests_Release|Win32.Build.0 = conquests_Release|Win32
 
16
        EndGlobalSection
 
17
        GlobalSection(SolutionProperties) = preSolution
 
18
                HideSolutionNode = FALSE
 
19
        EndGlobalSection
 
20
EndGlobal