Skip to content

Commit

Permalink
Forgot to actually add the aforementioned .sln/.vcproj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Castello authored and nickgammon committed Feb 14, 2010
1 parent af4a3ef commit 501967e
Show file tree
Hide file tree
Showing 2 changed files with 4,782 additions and 0 deletions.
20 changes: 20 additions & 0 deletions MUSHclient.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MUSHclient", "MUSHclient.vcproj", "{A72BFD9B-2A5C-4509-BB92-593FF2C8CE95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A72BFD9B-2A5C-4509-BB92-593FF2C8CE95}.Debug|Win32.ActiveCfg = Debug|Win32
{A72BFD9B-2A5C-4509-BB92-593FF2C8CE95}.Debug|Win32.Build.0 = Debug|Win32
{A72BFD9B-2A5C-4509-BB92-593FF2C8CE95}.Release|Win32.ActiveCfg = Release|Win32
{A72BFD9B-2A5C-4509-BB92-593FF2C8CE95}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

0 comments on commit 501967e

Please sign in to comment.