Showing with 30 additions and 0 deletions.
  1. +12 −0 src/dmd_msc.vcproj
  2. +3 −0 src/dmd_msc.vcxproj
  3. +15 −0 src/dmd_msc.vcxproj.filters
12 changes: 12 additions & 0 deletions src/dmd_msc.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,18 @@
RelativePath=".\nspace.h"
>
</File>
<File
RelativePath=".\objc.h"
>
</File>
<File
RelativePath=".\objc_glue_stubs.c"
>
</File>
<File
RelativePath=".\objc_stubs.c"
>
</File>
<File
RelativePath=".\objfile.h"
>
Expand Down
3 changes: 3 additions & 0 deletions src/dmd_msc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
<ClCompile Include="mtype.c" />
<ClCompile Include="nogc.c" />
<ClCompile Include="nspace.c" />
<ClCompile Include="objc_stubs.c" />
<ClCompile Include="objc_glue_stubs.c" />
<ClCompile Include="opover.c" />
<ClCompile Include="optimize.c" />
<ClCompile Include="parse.c" />
Expand Down Expand Up @@ -311,6 +313,7 @@
<ClInclude Include="module.h" />
<ClInclude Include="mtype.h" />
<ClInclude Include="nspace.h" />
<ClInclude Include="objc.h" />
<ClInclude Include="objfile.h" />
<ClInclude Include="parse.h" />
<ClInclude Include="scope.h" />
Expand Down
15 changes: 15 additions & 0 deletions src/dmd_msc.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,18 @@
<ClCompile Include="nspace.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="objc.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="objc_stubs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="objc_glue.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="objc_glue_stubs.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="tokens.c">
<Filter>src</Filter>
</ClCompile>
Expand Down Expand Up @@ -782,6 +794,9 @@
<ClInclude Include="nspace.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="objc.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="backend\obj.h">
<Filter>src\backend</Filter>
</ClInclude>
Expand Down