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.
|