summaryrefslogtreecommitdiff
path: root/msvc/ChocolateDoom.sln
diff options
context:
space:
mode:
authorRussell Rice2008-10-31 09:12:19 +0000
committerRussell Rice2008-10-31 09:12:19 +0000
commit56e56f797f2bd129c70ff1119d67eb069dcf8246 (patch)
tree36412d4bb0a2afbc78452916d5fa221e49750afa /msvc/ChocolateDoom.sln
parent6d54e2dfe625c3d50a87f3ce4ac8161d53e9f890 (diff)
downloadchocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.gz
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.tar.bz2
chocolate-doom-56e56f797f2bd129c70ff1119d67eb069dcf8246.zip
- Delete the "all-in-one" project file and rename the solution file to
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
Diffstat (limited to 'msvc/ChocolateDoom.sln')
-rw-r--r--msvc/ChocolateDoom.sln32
1 files changed, 0 insertions, 32 deletions
diff --git a/msvc/ChocolateDoom.sln b/msvc/ChocolateDoom.sln
deleted file mode 100644
index b1ea0e67..00000000
--- a/msvc/ChocolateDoom.sln
+++ /dev/null
@@ -1,32 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual C++ Express 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Chocolate Doom", "ChocolateDoom.vcproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Client|Win32 = Debug Client|Win32
- Debug Server|Win32 = Debug Server|Win32
- Debug Setup|Win32 = Debug Setup|Win32
- Release Client|Win32 = Release Client|Win32
- Release Server|Win32 = Release Server|Win32
- Release Setup|Win32 = Release Setup|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Client|Win32.ActiveCfg = Debug|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Client|Win32.Build.0 = Debug|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Server|Win32.ActiveCfg = Debug Server|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Server|Win32.Build.0 = Debug Server|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Setup|Win32.ActiveCfg = Debug Setup|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Debug Setup|Win32.Build.0 = Debug Setup|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Client|Win32.ActiveCfg = Release|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Client|Win32.Build.0 = Release|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Server|Win32.ActiveCfg = Release Server|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Server|Win32.Build.0 = Release Server|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Setup|Win32.ActiveCfg = Release Setup|Win32
- {8B744A3B-8F18-41A0-85A3-293816E85B6E}.Release Setup|Win32.Build.0 = Release Setup|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal