summaryrefslogtreecommitdiff
path: root/R2D2.sln
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-09-04 21:23:37 +0000
committerIan C <ianc@noddybox.co.uk>2020-09-04 21:23:37 +0000
commit014ffb08be328f3325272f764c6e40dc4305f0cd (patch)
tree369005a24fa0d759c0e53882ccad98f78bc64c99 /R2D2.sln
parent93128aab1e7e4691aaa9dfcfb3a7007b5befe967 (diff)
Skeleton for Cocoa app.
Diffstat (limited to 'R2D2.sln')
-rw-r--r--R2D2.sln17
1 files changed, 17 insertions, 0 deletions
diff --git a/R2D2.sln b/R2D2.sln
new file mode 100644
index 0000000..2c7d041
--- /dev/null
+++ b/R2D2.sln
@@ -0,0 +1,17 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "R2D2", "R2D2\R2D2.csproj", "{F51EB166-4DFB-40EA-9262-BAFF463EEE0A}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F51EB166-4DFB-40EA-9262-BAFF463EEE0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F51EB166-4DFB-40EA-9262-BAFF463EEE0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F51EB166-4DFB-40EA-9262-BAFF463EEE0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F51EB166-4DFB-40EA-9262-BAFF463EEE0A}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal