dxx-rebirth/contrib/vs2013/Rebirth.sln
Kp afd26ccd75 Add VS2013 build files
This does not compile yet, but commit the files to save others the work
of creating the framework.

Known issues:
- Some editor-specific files do not find their headers due to missing
  AdditionalIncludeDirectories
- VS2013.2 picks incorrect variadic template overloads.  VS2013.3 might
  do better.
- VS2013.2 C preprocessor mishandles C99 __VA_ARGS__ usage
2014-08-16 17:02:21 +00:00

41 lines
2.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Descent1", "Descent1.vcxproj", "{0262FADF-B714-40D7-8E8B-DEE725AB4EE4}"
ProjectSection(ProjectDependencies) = postProject
{0DE7B93D-E5DE-4409-A973-AB89A2495C41} = {0DE7B93D-E5DE-4409-A973-AB89A2495C41}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Descent2", "Descent2.vcxproj", "{F04CF765-32A1-4BE6-BEF6-F44E87B6F163}"
ProjectSection(ProjectDependencies) = postProject
{0DE7B93D-E5DE-4409-A973-AB89A2495C41} = {0DE7B93D-E5DE-4409-A973-AB89A2495C41}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Common", "Common.vcxproj", "{0DE7B93D-E5DE-4409-A973-AB89A2495C41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0262FADF-B714-40D7-8E8B-DEE725AB4EE4}.Debug|Win32.ActiveCfg = Debug|Win32
{0262FADF-B714-40D7-8E8B-DEE725AB4EE4}.Debug|Win32.Build.0 = Debug|Win32
{0262FADF-B714-40D7-8E8B-DEE725AB4EE4}.Release|Win32.ActiveCfg = Release|Win32
{0262FADF-B714-40D7-8E8B-DEE725AB4EE4}.Release|Win32.Build.0 = Release|Win32
{F04CF765-32A1-4BE6-BEF6-F44E87B6F163}.Debug|Win32.ActiveCfg = Debug|Win32
{F04CF765-32A1-4BE6-BEF6-F44E87B6F163}.Debug|Win32.Build.0 = Debug|Win32
{F04CF765-32A1-4BE6-BEF6-F44E87B6F163}.Release|Win32.ActiveCfg = Release|Win32
{F04CF765-32A1-4BE6-BEF6-F44E87B6F163}.Release|Win32.Build.0 = Release|Win32
{0DE7B93D-E5DE-4409-A973-AB89A2495C41}.Debug|Win32.ActiveCfg = Debug|Win32
{0DE7B93D-E5DE-4409-A973-AB89A2495C41}.Debug|Win32.Build.0 = Debug|Win32
{0DE7B93D-E5DE-4409-A973-AB89A2495C41}.Release|Win32.ActiveCfg = Release|Win32
{0DE7B93D-E5DE-4409-A973-AB89A2495C41}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal