View Single Post
  #3  
Old 09-12-2006, 03:43 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default Zone.vcproj

Visual studio 2003 (v1.1) will not open the Zone.vcproj file.

Here are the issues I found,

#1 These lines need to be removed
<FileConfiguration
Name="Raid Addicts|Win32"
ExcludedFromBuild="TRUE">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>


#2 There must be a a debug section or the project properties screen does not open. Replacing "DebugPerl|Win32" with "Debug|Win32" resolves the issue.
Reply With Quote