This commit is contained in:
Vadim Lopatin 2015-12-10 11:06:30 +03:00
parent 94ad83796e
commit 60a49d3b79
2 changed files with 6 additions and 0 deletions

View File

@ -215,6 +215,9 @@
<Compile Include="src\dlangide\ui\newfile.d" />
<Compile Include="src\dlangide\workspace\project.d" />
<Compile Include="src\dlangide\workspace\workspace.d" />
<Compile Include="src\dlangide\workspace\idesettings.d" />
<Compile Include="src\dlangide\workspace\projectsettings.d" />
<Compile Include="src\dlangide\workspace\workspacesettings.d" />
<Compile Include="src\ddebug\common\debugger.d" />
<Compile Include="src\ddebug\common\queue.d" />
<Compile Include="src\ddebug\common\execution.d" />

View File

@ -108,6 +108,9 @@
<Compile Include="src\dlangide.d" />
<Compile Include="src\dlangide\workspace\project.d" />
<Compile Include="src\dlangide\workspace\workspace.d" />
<Compile Include="src\dlangide\workspace\idesettings.d" />
<Compile Include="src\dlangide\workspace\projectsettings.d" />
<Compile Include="src\dlangide\workspace\workspacesettings.d" />
<Compile Include="src\dlangide\ui\commands.d" />
<Compile Include="src\dlangide\ui\dsourceedit.d" />
<Compile Include="src\dlangide\ui\frame.d" />