Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5380 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
2 changed files with 11 additions and 9 deletions
@ -1,16 +1,18 @@ |
|||||||
Microsoft Visual Studio Solution File, Format Version 9.00 |
|
||||||
# SharpDevelop 2.1.0.9999 |
Microsoft Visual Studio Solution File, Format Version 11.00 |
||||||
|
# Visual Studio 2010 |
||||||
|
# SharpDevelop 4.0.0.5303 |
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringResourceToolAddIn", "StringResourceToolAddIn.csproj", "{3648E209-B853-4168-BFB5-7A60EAF316F8}" |
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringResourceToolAddIn", "StringResourceToolAddIn.csproj", "{3648E209-B853-4168-BFB5-7A60EAF316F8}" |
||||||
EndProject |
EndProject |
||||||
Global |
Global |
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||||||
Debug|AnyCPU = Debug|AnyCPU |
Debug|Any CPU = Debug|Any CPU |
||||||
Release|AnyCPU = Release|AnyCPU |
Release|Any CPU = Release|Any CPU |
||||||
EndGlobalSection |
EndGlobalSection |
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.Build.0 = Debug|Any CPU |
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU |
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.Build.0 = Release|Any CPU |
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|Any CPU.Build.0 = Release|Any CPU |
||||||
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|AnyCPU.ActiveCfg = Release|Any CPU |
{3648E209-B853-4168-BFB5-7A60EAF316F8}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||||||
EndGlobalSection |
EndGlobalSection |
||||||
EndGlobal |
EndGlobal |
||||||
|
Loading…
Reference in new issue