From b176e2b7b79b94396f8d32f0d8a59da0678cea0e Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Mon, 8 Dec 2014 16:48:33 +0300 Subject: [PATCH] fix project directory structure --- dlangide.visualdproj | 4 ++-- commands.d => src/dlangide/ui/commands.d | 0 frame.d => src/dlangide/ui/frame.d | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename commands.d => src/dlangide/ui/commands.d (100%) rename frame.d => src/dlangide/ui/frame.d (100%) diff --git a/dlangide.visualdproj b/dlangide.visualdproj index 68c8149..c0dbe1d 100644 --- a/dlangide.visualdproj +++ b/dlangide.visualdproj @@ -191,8 +191,8 @@ - - + + diff --git a/commands.d b/src/dlangide/ui/commands.d similarity index 100% rename from commands.d rename to src/dlangide/ui/commands.d diff --git a/frame.d b/src/dlangide/ui/frame.d similarity index 100% rename from frame.d rename to src/dlangide/ui/frame.d