mirror of https://github.com/buggins/dlangide.git
settings
This commit is contained in:
parent
94ad83796e
commit
60a49d3b79
|
@ -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" />
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue