diff options
author | Gabriel Burt <gabriel.burt@gmail.com> | 2010-02-04 16:11:41 -0800 |
---|---|---|
committer | Gabriel Burt <gabriel.burt@gmail.com> | 2010-02-04 16:11:41 -0800 |
commit | 3fa0a8ee677694760279c7f47e677af60c470c2b (patch) | |
tree | f2ced68adeb97c860e919d7fe50cb5987100cd66 /Extensions.sln | |
parent | 15ce94737c76cf386be586c63bd4983bcc7ccb03 (diff) |
Add Extensions.sln
Diffstat (limited to 'Extensions.sln')
-rw-r--r-- | Extensions.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Extensions.sln b/Extensions.sln new file mode 100644 index 0000000..aa5c91b --- /dev/null +++ b/Extensions.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlarmClock", "src\AlarmClock\AlarmClock.csproj", "{8850F596-7FD9-4583-A524-BAFEDD1F474C}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x86 = Debug|x86
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8850F596-7FD9-4583-A524-BAFEDD1F474C}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {8850F596-7FD9-4583-A524-BAFEDD1F474C}.Debug|x86.Build.0 = Debug|Any CPU
+ {8850F596-7FD9-4583-A524-BAFEDD1F474C}.Release|x86.ActiveCfg = Release|Any CPU
+ {8850F596-7FD9-4583-A524-BAFEDD1F474C}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(MonoDevelopProperties) = preSolution
+ StartupItem = src\AlarmClock\Banshee.AlarmClock.csproj
+ EndGlobalSection
+EndGlobal
|