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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-11-21 17:44:42 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-11-21 17:47:46 +0400
commit1fae560c529ad7f2b0f034687456c52d0757c45e (patch)
treef8d1abdc5a675132f668baad33b4029e9c045941
parent29e95b76d844c76cd3ccffc991e57604339c39ee (diff)
[macdoc] Unreference apple doc wizard since we don't use it anymore
-rw-r--r--Logger.cs12
-rw-r--r--macdoc.sln6
2 files changed, 12 insertions, 6 deletions
diff --git a/Logger.cs b/Logger.cs
new file mode 100644
index 0000000..1c6e111
--- /dev/null
+++ b/Logger.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace macdoc
+{
+ public class Logger
+ {
+ public Logger ()
+ {
+ }
+ }
+}
+
diff --git a/macdoc.sln b/macdoc.sln
index cd6e100..02a79e3 100644
--- a/macdoc.sln
+++ b/macdoc.sln
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "macdoc", "macdoc.csproj", "{87641BCE-5461-4802-BEA4-53D1BCAC3D06}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppleDocWizard", "AppleDocWizard\AppleDocWizard.csproj", "{C5150995-15E4-4EDB-9A93-A2698728A9E9}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -15,10 +13,6 @@ Global
{87641BCE-5461-4802-BEA4-53D1BCAC3D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87641BCE-5461-4802-BEA4-53D1BCAC3D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87641BCE-5461-4802-BEA4-53D1BCAC3D06}.Release|Any CPU.Build.0 = Release|Any CPU
- {C5150995-15E4-4EDB-9A93-A2698728A9E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C5150995-15E4-4EDB-9A93-A2698728A9E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C5150995-15E4-4EDB-9A93-A2698728A9E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C5150995-15E4-4EDB-9A93-A2698728A9E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = macdoc.csproj