diff options
author | Adam <Adam@anope.org> | 2012-04-09 21:07:22 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-04-09 21:07:22 -0400 |
commit | b279f30cff0d72ea9c485d5fdf2728f2df1440bd (patch) | |
tree | b13f0caddeaaa26d7afe1b94fa4706679940818c /win/vs2010.sln | |
parent | c5e73ec35ea4a3376e67fb90714850db837d8ba2 (diff) |
Removed old VC90 project files, renamed the VC 2010 project files to not have VC90 in them
Diffstat (limited to 'win/vs2010.sln')
-rw-r--r-- | win/vs2010.sln | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/vs2010.sln b/win/vs2010.sln index 3047ae5cd..56b0a4599 100644 --- a/win/vs2010.sln +++ b/win/vs2010.sln @@ -1,13 +1,13 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 10
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspircd", "inspircdVC90.vcxproj", "{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "inspircd", "inspircd.vcxproj", "{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}"
ProjectSection(ProjectDependencies) = postProject
{B922B569-727E-4EB0-827A-04E133A91DE7} = {B922B569-727E-4EB0-827A-04E133A91DE7}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "configure", "configureVC90.vcxproj", "{B922B569-727E-4EB0-827A-04E133A91DE7}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "configure", "configure.vcxproj", "{B922B569-727E-4EB0-827A-04E133A91DE7}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_spanningtree", "m_spanningtreeVC90.vcxproj", "{1EC86B60-AB2A-4984-8A7E-0422C15601E0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "m_spanningtree", "m_spanningtree.vcxproj", "{1EC86B60-AB2A-4984-8A7E-0422C15601E0}"
ProjectSection(ProjectDependencies) = postProject
{FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8} = {FE82A6FC-41C7-4CB1-AA46-6DBCB6C682C8}
EndProjectSection
|