Skip to content

Commit

Permalink
Fix VS2008-VS2010 mistake. patch-113d needs to stay on vs2008.
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.assembla.com/svn/d2bs@1826 080cfd25-d5d9-4c59-82ea-70d02a200d8b
  • Loading branch information
crazycasta committed Feb 9, 2014
1 parent 8359028 commit ab6cc03
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 413 deletions.
14 changes: 7 additions & 7 deletions branches/patch-113d/D2BS.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2BS", "D2BS.vcxproj", "{0EB43FEB-A856-4370-9F46-C8D252D9E153}"
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "D2BS", "D2BS.vcproj", "{0EB43FEB-A856-4370-9F46-C8D252D9E153}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Packaging|Win32 = Packaging|Win32
Expand All @@ -20,8 +24,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal
20 changes: 20 additions & 0 deletions branches/patch-113d/D2BS.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,26 @@
</File>
</Filter>
</Filter>
<Filter
Name="Command Line"
>
<File
RelativePath=".\ArrayEx.h"
>
</File>
<File
RelativePath=".\CommandLine.cpp"
>
</File>
<File
RelativePath=".\CommandLine.h"
>
</File>
<File
RelativePath=".\SyncObj.h"
>
</File>
</Filter>
<File
RelativePath=".\resource.h"
>
Expand Down
Loading

0 comments on commit ab6cc03

Please sign in to comment.