MSVC projectfile update:
* removed the editor project * the server project is unloaded and not built at the moment * added missing files to the wesnoth project and modified some options (works for me [tm])
This commit is contained in:
parent
609c9d6552
commit
2495f5f624
3 changed files with 3003 additions and 3928 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,32 +1,25 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wesnoth", "wesnoth.vcproj", "{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wesnothd", "wesnothd.vcproj", "{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "editor", "editor.vcproj", "{791B7E32-6C6D-493B-BA9B-43D412062222}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Release|Win32.Build.0 = Release|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Release|Win32.Build.0 = Release|Win32
|
||||
{791B7E32-6C6D-493B-BA9B-43D412062222}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{791B7E32-6C6D-493B-BA9B-43D412062222}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{791B7E32-6C6D-493B-BA9B-43D412062222}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{791B7E32-6C6D-493B-BA9B-43D412062222}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wesnoth", "wesnoth.vcproj", "{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wesnothd", "wesnothd.vcproj", "{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{65ACA13F-5F5C-4768-A89A-ECF6C16F1512}.Release|Win32.Build.0 = Release|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue