mirror of https://github.com/buggins/dlangide.git
fix Mono-D linux and OSX projects
This commit is contained in:
parent
94c2c29a95
commit
ffc7d4996e
|
@ -232,9 +232,6 @@
|
|||
<Compile Include="deps\DCD\src\common\constants.d">
|
||||
<Link>3rdparty\dcd\constants.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\src\common\dcd_version.d">
|
||||
<Link>3rdparty\dcd\dcd_version.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\src\common\messages.d">
|
||||
<Link>3rdparty\dcd\messages.d</Link>
|
||||
</Compile>
|
||||
|
|
|
@ -152,9 +152,6 @@
|
|||
<Compile Include="deps\DCD\src\common\constants.d">
|
||||
<Link>3rdparty\dcd\constants.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\src\common\dcd_version.d">
|
||||
<Link>3rdparty\dcd\dcd_version.d</Link>
|
||||
</Compile>
|
||||
<Compile Include="deps\DCD\src\common\messages.d">
|
||||
<Link>3rdparty\dcd\messages.d</Link>
|
||||
</Compile>
|
||||
|
|
Loading…
Reference in New Issue