Added something to the TODO.

This commit is contained in:
daniel 2017-04-20 13:02:48 -04:00
parent 13d85a4651
commit 8cf81bed17
3 changed files with 9 additions and 0 deletions

View File

@ -172,6 +172,9 @@
<ClCompile Include="..\..\src\xnorGate.cpp" />
<ClCompile Include="..\..\src\xorGate.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\readme.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@ -93,4 +93,9 @@
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\readme.md">
<Filter>Resource Files</Filter>
</None>
</ItemGroup>
</Project>

View File

@ -3,3 +3,4 @@
# TODO
* implement vector file parsing
* define all classes more completely
* Add constructors for the gate classes which are used in the simulation class to make them.