Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Project files.
Signed-off-by: saad0105050 <saad0105050@gmail.com>
  • Loading branch information
saad0105050 committed Oct 1, 2014
1 parent cbb753f commit 57b7839
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynarrc/dynarrc.vcxproj
Expand Up @@ -66,9 +66,11 @@
<ItemGroup>
<ClInclude Include="common.h" />
<ClInclude Include="dynarr.h" />
<ClInclude Include="dynarr_freenodelist.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dynarr.c" />
<ClCompile Include="main.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
6 changes: 6 additions & 0 deletions dynarrc/dynarrc.vcxproj.filters
Expand Up @@ -21,10 +21,16 @@
<ClInclude Include="dynarr.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="dynarr_freenodelist.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dynarr.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="main.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit 57b7839

Please sign in to comment.