From 99d3210920a3cbc42b14bb35b997b9eedf49b53f Mon Sep 17 00:00:00 2001 From: Dan Atkinson Date: Wed, 8 Apr 2015 23:08:57 +0100 Subject: [PATCH] Fix project load failure Fixed the following error: BabySmash.csproj : error : The project file could not be loaded. An XML comment cannot contain '--', and '-' cannot be the last character. Line 364, position 7. --- BabySmash.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BabySmash.csproj b/BabySmash.csproj index f8e1805..9e52b32 100644 --- a/BabySmash.csproj +++ b/BabySmash.csproj @@ -361,8 +361,8 @@ --> - + - \ No newline at end of file +