Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2007-04-04 18:38:47 +0400
committerLluis Sanchez <lluis@novell.com>2007-04-04 18:38:47 +0400
commitbebb2a3c26afc46bfde443abeb25235e4c43321a (patch)
tree37051f9e3407d21c9a094b109101cc1c3dcd2865 /Mono.Addins.sln
parent015edadda11e464a88598ab8c321a967c2865c34 (diff)
* Mono.Addins.sln: Added msbuild project files. Patch by Matthijs ter
Woord. svn path=/trunk/mono-addins/; revision=75392
Diffstat (limited to 'Mono.Addins.sln')
-rw-r--r--Mono.Addins.sln43
1 files changed, 43 insertions, 0 deletions
diff --git a/Mono.Addins.sln b/Mono.Addins.sln
new file mode 100644
index 0000000..85627b3
--- /dev/null
+++ b/Mono.Addins.sln
@@ -0,0 +1,43 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Addins", "Mono.Addins\Mono.Addins.csproj", "{76B2FF16-0094-4003-A1BD-C9F6F37D0186}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Addins.Setup", "Mono.Addins.Setup\Mono.Addins.Setup.csproj", "{0AF6E8A8-3D48-46FD-955D-DEC206E83217}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mautil", "mautil\mautil.csproj", "{9B60C369-9A80-495C-AA83-58BFBF6FAF43}"
+ ProjectSection(WebsiteProperties) = preProject
+ Debug.AspNetCompiler.Debug = "True"
+ Release.AspNetCompiler.Debug = "False"
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {76B2FF16-0094-4003-A1BD-C9F6F37D0186}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {76B2FF16-0094-4003-A1BD-C9F6F37D0186}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {76B2FF16-0094-4003-A1BD-C9F6F37D0186}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {76B2FF16-0094-4003-A1BD-C9F6F37D0186}.Release|Any CPU.Build.0 = Release|Any CPU
+ {0AF6E8A8-3D48-46FD-955D-DEC206E83217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {0AF6E8A8-3D48-46FD-955D-DEC206E83217}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {0AF6E8A8-3D48-46FD-955D-DEC206E83217}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {0AF6E8A8-3D48-46FD-955D-DEC206E83217}.Release|Any CPU.Build.0 = Release|Any CPU
+ {9B60C369-9A80-495C-AA83-58BFBF6FAF43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9B60C369-9A80-495C-AA83-58BFBF6FAF43}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9B60C369-9A80-495C-AA83-58BFBF6FAF43}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9B60C369-9A80-495C-AA83-58BFBF6FAF43}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal