add readme.txt

This commit is contained in:
Nomango 2019-04-07 02:30:11 +08:00 committed by Nomango
parent d0056bb42b
commit 9c86673ef0
3 changed files with 18 additions and 0 deletions

View File

@ -175,6 +175,9 @@
<Project>{ff7f943d-a89c-4e6c-97cf-84f7d8ff8edf}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Text Include="readme.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -11,4 +11,7 @@
<ClInclude Include="Demo4.h" />
<ClInclude Include="Demo5.h" />
</ItemGroup>
<ItemGroup>
<Text Include="readme.txt" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,12 @@
Easy2D-Samples
=====================================================
项目说明:
1. 该工程包含了多个 Easy2D 示例代码,如动画示例、音乐播放示例等
2. 运行工程需要一些 DLL 依赖,请将 Easy2D/third-party/dlls 目录下的所有文件拷贝到当前目录下再运行
3. 运行程序后,按数字键可在不同示例场景间进行切换
=====================================================
Copyright (c) 2019 Easy2D