Examples: Added README into the Visual Studio solution to people are less likely to miss it.

This commit is contained in:
ocornut
2015-11-29 11:01:50 +00:00
parent 9735563b65
commit d673db3092
9 changed files with 32 additions and 6 deletions

View File

@ -150,6 +150,9 @@
<ClCompile Include="imgui_impl_dx11.cpp" />
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -39,4 +39,7 @@
<Filter>imgui</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\README.txt" />
</ItemGroup>
</Project>