mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Separating reset and verify
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@513 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
9e66d820a6
commit
56edcac48d
9 changed files with 103 additions and 48 deletions
|
|
@ -53,8 +53,10 @@
|
|||
<ClInclude Include="..\..\turtle\log.hpp" />
|
||||
<ClInclude Include="..\..\turtle\mock.hpp" />
|
||||
<ClInclude Include="..\..\turtle\object.hpp" />
|
||||
<ClInclude Include="..\..\turtle\reset.hpp" />
|
||||
<ClInclude Include="..\..\turtle\sequence.hpp" />
|
||||
<ClInclude Include="..\..\turtle\stream.hpp" />
|
||||
<ClInclude Include="..\..\turtle\verify.hpp" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{831F2DEE-1E35-4533-A3B2-12C01BA8DA1D}</ProjectGuid>
|
||||
|
|
|
|||
|
|
@ -118,5 +118,11 @@
|
|||
<ClInclude Include="..\..\turtle\format.hpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\turtle\verify.hpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\turtle\reset.hpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue