diff options
| author | Ian C <ianc@noddybox.co.uk> | 2011-12-27 21:52:25 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2011-12-27 21:52:25 +0000 |
| commit | 4be8082c0df4cfaa58652622beb3b6941d90f609 (patch) | |
| tree | 5e5bf1a8730486038d595e5a08fce99b68f2b4ab /Noddybox.Emulation.sln | |
| parent | d5492b9b6903e32cb7b7cca0e54185074e6d68ba (diff) | |
Initial solution layout.
Diffstat (limited to 'Noddybox.Emulation.sln')
| -rw-r--r-- | Noddybox.Emulation.sln | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Noddybox.Emulation.sln b/Noddybox.Emulation.sln new file mode 100644 index 0000000..78f38c7 --- /dev/null +++ b/Noddybox.Emulation.sln @@ -0,0 +1,26 @@ +
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010 Express for Windows Phone
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Noddybox.Emulation", "Noddybox.Emulation\Noddybox.Emulation.csproj", "{A2478066-4DFD-4042-BF98-963922DC97F8}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Noddybox.Emulation.EightBit", "Noddybox.Emulation.EightBit\Noddybox.Emulation.EightBit.csproj", "{ADC7A871-4DED-4A92-A447-2D784AB60FAF}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A2478066-4DFD-4042-BF98-963922DC97F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A2478066-4DFD-4042-BF98-963922DC97F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A2478066-4DFD-4042-BF98-963922DC97F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A2478066-4DFD-4042-BF98-963922DC97F8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {ADC7A871-4DED-4A92-A447-2D784AB60FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {ADC7A871-4DED-4A92-A447-2D784AB60FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {ADC7A871-4DED-4A92-A447-2D784AB60FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {ADC7A871-4DED-4A92-A447-2D784AB60FAF}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|
