diff options
author | Einar Egilsson | 2009-09-14 14:02:33 +0000 |
---|---|---|
committer | Einar Egilsson | 2009-09-14 14:02:33 +0000 |
commit | 8f42f80d0d6de5eb904843b4fbb9a2e0968f7046 (patch) | |
tree | 176112bc0848b4d0f9f1e280b5e3ac3f172733ea /Redirector.sln | |
parent | 8fa59b7da63245989833a660e7fd32ccf5490c7f (diff) |
Fixed the VS solution
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@244 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'Redirector.sln')
-rw-r--r-- | Redirector.sln | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Redirector.sln b/Redirector.sln index 11e33d9..22a7088 100644 --- a/Redirector.sln +++ b/Redirector.sln @@ -1,4 +1,4 @@ -# $Id$
+
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Redirector", "Redirector.csproj", "{1C962CCA-74DC-4F72-8C83-7617F2275D1A}"
@@ -6,13 +6,10 @@ EndProject Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C962CCA-74DC-4F72-8C83-7617F2275D1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C962CCA-74DC-4F72-8C83-7617F2275D1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1C962CCA-74DC-4F72-8C83-7617F2275D1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1C962CCA-74DC-4F72-8C83-7617F2275D1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
|